OpenDNSSEC-signer
1.3.15
|
Go to the source code of this file.
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 [] |
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.
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[] |
Status.