Searched refs:res_sym (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/dns/include/ |
D | resolv_private.h | 120 struct res_sym { struct 351 __LIBC_HIDDEN__ extern const struct res_sym __p_key_syms[]; 352 __LIBC_HIDDEN__ extern const struct res_sym __p_cert_syms[]; 353 extern const struct res_sym __p_class_syms[]; 354 extern const struct res_sym __p_type_syms[]; 355 __LIBC_HIDDEN__ extern const struct res_sym __p_rcode_syms[]; 424 int sym_ston(const struct res_sym *, const char *, int *); 425 const char * sym_ntos(const struct res_sym *, int, int *); 426 const char * sym_ntop(const struct res_sym *, int, int *);
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 428 const struct res_sym __p_class_syms[] = { 442 static const struct res_sym __p_default_section_syms[] = { 450 static const struct res_sym __p_update_section_syms[] = { 458 const struct res_sym __p_key_syms[] = { 467 const struct res_sym __p_cert_syms[] = { 481 const struct res_sym __p_type_syms[] = { 556 const struct res_sym __p_rcode_syms[] = { 576 sym_ston(const struct res_sym *syms, const char *name, int *success) { in sym_ston() 590 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() 608 sym_ntop(const struct res_sym *syms, int number, int *success) { in sym_ntop() [all …]
|