Searched refs:p_section (Results 1 – 2 of 2) sorted by relevance
/packages/modules/DnsResolver/ |
D | res_debug.cpp | 159 StringAppendF(&s, ";; %s SECTION:\n", p_section(section, opcode)); in do_section() 273 StringAppendF(&s, "; %s: %d", p_section(ns_s_qd, (int)opcode), qdcount); in res_pquery() 274 StringAppendF(&s, ", %s: %d", p_section(ns_s_an, (int)opcode), ancount); in res_pquery() 275 StringAppendF(&s, ", %s: %d", p_section(ns_s_ns, (int)opcode), nscount); in res_pquery() 276 StringAppendF(&s, ", %s: %d", p_section(ns_s_ar, (int)opcode), arcount); in res_pquery() 446 const char* p_section(int section, int opcode) { in p_section() function
|
D | res_debug.h | 27 const char* p_section(int section, int opcode);
|