Home
last modified time | relevance | path

Searched refs:sldns_lookup_by_name (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/unbound/sldns/
HDparseutil.h39 sldns_lookup_table *sldns_lookup_by_name(sldns_lookup_table table[],
HDparseutil.c22 sldns_lookup_by_name(sldns_lookup_table *table, const char *name) in sldns_lookup_by_name() function
HDstr2wire.c1368 sldns_lookup_table *lt = sldns_lookup_by_name(sldns_cert_algorithms, in sldns_str2wire_cert_alg_buf()
1388 sldns_lookup_table *lt = sldns_lookup_by_name(sldns_algorithms, str); in sldns_str2wire_alg_buf()
1403 sldns_lookup_table *lt = sldns_lookup_by_name(sldns_tsig_errors, str); in sldns_str2wire_tsigerror_buf()
HDrrdef.c738 lt = sldns_lookup_by_name(sldns_rr_classes, name); in sldns_get_rr_class_by_name()