Lines Matching +full:lookup +full:- +full:table
2 * parseutil.h - parse utilities for string and wire conversion
20 * A general purpose lookup table
22 * Lookup tables are arrays of (id, name) pairs,
23 * So you can for instance lookup the RCODE 3, which is "NXDOMAIN",
24 * and vice versa. The lookup tables themselves are defined wherever needed,
34 * Looks up the table entry by name, returns NULL if not found.
35 * \param[in] table the lookup table to search in
39 sldns_lookup_table *sldns_lookup_by_name(sldns_lookup_table table[],
42 * Looks up the table entry by id, returns NULL if not found.
43 * \param[in] table the lookup table to search in
47 sldns_lookup_table *sldns_lookup_by_id(sldns_lookup_table table[], int id);
60 * That number of seconds is then converted to broken-out time information.
68 * \param[out] result the struct with the broken-out time information