Home
last modified time | relevance | path

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

/dragonfly/contrib/ldns/ldns/
H A Dhost2str.h341 ldns_status ldns_rr_type2buffer_str(ldns_buffer *output,
/dragonfly/contrib/ldns/
H A Dhost2str.c617 ldns_rr_type2buffer_str(ldns_buffer *output, const ldns_rr_type type) in ldns_rr_type2buffer_str() function
661 if (ldns_rr_type2buffer_str(buf, type) == LDNS_STATUS_OK) { in ldns_rr_type2str()
1848 status = ldns_rr_type2buffer_str(output, ldns_rr_get_type(rr)); in ldns_rr2buffer_str_fmt()