OpenDNSSEC-signer
1.3.15
|
#include "config.h"
Go to the source code of this file.
Data Structures | |
struct | ods_struct_lookup_table |
Typedefs | |
typedef enum ods_enum_status | ods_status |
typedef struct ods_struct_lookup_table | ods_lookup_table |
Functions | |
ods_lookup_table * | ods_lookup_by_id (ods_lookup_table *table, int id) |
const char * | ods_status2str (ods_status status) |
Variables | |
ods_lookup_table | ods_status_str [] |
typedef struct ods_struct_lookup_table ods_lookup_table |
typedef enum ods_enum_status ods_status |
enum ods_enum_status |
Status.
ods_lookup_table* ods_lookup_by_id | ( | ods_lookup_table * | table, |
int | id | ||
) |
Look up item in table.
[in] | table | table |
[in] | id | identifier |
Definition at line 67 of file status.c.
References ods_struct_lookup_table::id, and ods_struct_lookup_table::name.
Referenced by ods_status2str().
const char* ods_status2str | ( | ods_status | status) |
Look up a descriptive text by each status.
[in] | status | status identifierr |
Look up a descriptive text by each status.
Definition at line 84 of file status.c.
References ods_struct_lookup_table::name, and ods_lookup_by_id().
Referenced by adbackup_read(), adfile_read(), engine_start(), engine_update_zones(), rrset_commit(), signconf_update(), tools_input(), tools_output(), zone_load_signconf(), and zonelist_update().
ods_lookup_table ods_status_str[] |