Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dres_debug.cpp136 struct res_sym { struct
297 static const struct res_sym p_class_syms[] = {
305 static const struct res_sym p_default_section_syms[] = {{ns_s_qd, "QUERY", (char*) 0},
311 static const struct res_sym p_update_section_syms[] = {{S_ZONE, "ZONE", (char*) 0},
322 const struct res_sym p_type_syms[] = {
396 static const struct res_sym p_rcode_syms[] = {{ns_r_noerror, "NOERROR", "no error"},
413 static const char* sym_ntos(const struct res_sym* syms, int number, int* success) { in sym_ntos()
447 const struct res_sym* symbols; in p_section()