Home
last modified time | relevance | path

Searched refs:ldns_str2rdf_hex (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/ldns/ldns/
H A Dstr2host.h133 ldns_status ldns_str2rdf_hex(ldns_rdf **rd, const char *str);
/dragonfly/contrib/ldns/
H A Dstr2host.c644 ldns_str2rdf_hex(ldns_rdf **rd, const char *str) in ldns_str2rdf_hex() function
1250 return ldns_str2rdf_hex(rd, str+2); in ldns_str2rdf_nsap()
1267 status = ldns_str2rdf_hex(rd, str); in ldns_str2rdf_atma()
H A Drdata.c286 status = ldns_str2rdf_hex(&rdf, str); in ldns_rdf_new_frm_str()