Home
last modified time | relevance | path

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

/trueos/contrib/ldns/ldns/
HDstr2host.h133 ldns_status ldns_str2rdf_hex(ldns_rdf **rd, const char *str);
/trueos/contrib/ldns/
HDstr2host.c634 ldns_str2rdf_hex(ldns_rdf **rd, const char *str) in ldns_str2rdf_hex() function
1158 return ldns_str2rdf_hex(rd, str+2); in ldns_str2rdf_nsap()
1175 status = ldns_str2rdf_hex(rd, str); in ldns_str2rdf_atma()
HDrdata.c286 status = ldns_str2rdf_hex(&rdf, str); in ldns_rdf_new_frm_str()