Home
last modified time | relevance | path

Searched refs:sldns_str2wire_svcparam_key_lookup (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/unbound/sldns/
HDstr2wire.c1109 sldns_str2wire_svcparam_key_lookup(const char *key, size_t key_len) in sldns_str2wire_svcparam_key_lookup() function
1341 svcparamkey = sldns_str2wire_svcparam_key_lookup(val, val_len); in sldns_str2wire_svcbparam_mandatory()
1351 svcparamkey = sldns_str2wire_svcparam_key_lookup(val, next_key - val); in sldns_str2wire_svcbparam_mandatory()
1554 int svcparamkey = sldns_str2wire_svcparam_key_lookup(key, key_len); in sldns_str2wire_svcparam_value()
/freebsd-14-stable/contrib/unbound/doc/
HDChangelog994 - Code cleanup for sldns_str2wire_svcparam_key_lookup.
1564 - Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.