Searched refs:sldns_wire2str_dname_buf (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/unbound/sldns/
H A Dwire2str.h453 int sldns_wire2str_dname_buf(uint8_t* dname, size_t dname_len, char* str,
H A Dwire2str.c206 size_t slen=(size_t)sldns_wire2str_dname_buf(dname, dname_len, NULL, 0);
209 sldns_wire2str_dname_buf(dname, dname_len, result, slen+1);
272 int sldns_wire2str_dname_buf(uint8_t* d, size_t dlen, char* s, size_t slen) function

Completed in 96 milliseconds