Searched refs:sldns_wire2str_opcode_print (Results 1 – 2 of 2) sorted by relevance
347 int sldns_wire2str_opcode_print(char** str, size_t* str_len, int opcode);
377 return sldns_wire2str_opcode_print(&s, &slen, opcode); in sldns_wire2str_opcode_buf()745 w += sldns_wire2str_opcode_print(s, slen, opcode); in sldns_wire2str_header_scan()942 int sldns_wire2str_opcode_print(char** s, size_t* slen, int opcode) in sldns_wire2str_opcode_print() function