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

/freebsd-13-stable/contrib/unbound/sldns/
H A Dwire2str.h345 int sldns_wire2str_opcode_print(char** str, size_t* str_len, int opcode);
H A Dwire2str.c308 return sldns_wire2str_opcode_print(&s, &slen, opcode);
676 w += sldns_wire2str_opcode_print(s, slen, opcode);
862 int sldns_wire2str_opcode_print(char** s, size_t* slen, int opcode) function

Completed in 104 milliseconds