Searched refs:res_sym (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/private/ |
D | resolv_private.h | 117 struct res_sym { struct 337 extern const struct res_sym __p_key_syms[]; 338 extern const struct res_sym __p_cert_syms[]; 339 extern const struct res_sym __p_class_syms[]; 340 extern const struct res_sym __p_type_syms[]; 341 extern const struct res_sym __p_rcode_syms[]; 415 int sym_ston(const struct res_sym *, const char *, int *); 416 const char * sym_ntos(const struct res_sym *, int, int *); 417 const char * sym_ntop(const struct res_sym *, int, int *);
|
/bionic/libc/netbsd/resolv/ |
D | res_debug.c | 374 const struct res_sym __p_class_syms[] = { 388 const struct res_sym __p_default_section_syms[] = { 396 const struct res_sym __p_update_section_syms[] = { 404 const struct res_sym __p_key_syms[] = { 413 const struct res_sym __p_cert_syms[] = { 427 const struct res_sym __p_type_syms[] = { 483 const struct res_sym __p_rcode_syms[] = { 503 sym_ston(const struct res_sym *syms, const char *name, int *success) { in sym_ston() 517 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() 535 sym_ntop(const struct res_sym *syms, int number, int *success) { in sym_ntop() [all …]
|