Searched refs:res_sym (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/dns/include/ |
D | resolv_private.h | 130 struct res_sym { struct 369 __LIBC_HIDDEN__ extern const struct res_sym __p_key_syms[]; 370 __LIBC_HIDDEN__ extern const struct res_sym __p_cert_syms[]; 371 extern const struct res_sym __p_class_syms[]; 372 extern const struct res_sym __p_type_syms[]; 373 __LIBC_HIDDEN__ extern const struct res_sym __p_rcode_syms[]; 443 int sym_ston(const struct res_sym *, const char *, int *); 444 const char * sym_ntos(const struct res_sym *, int, int *); 445 const char * sym_ntop(const struct res_sym *, int, int *);
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 410 const struct res_sym __p_class_syms[] = { 424 static const struct res_sym __p_default_section_syms[] = { 432 static const struct res_sym __p_update_section_syms[] = { 440 const struct res_sym __p_key_syms[] = { 449 const struct res_sym __p_cert_syms[] = { 463 const struct res_sym __p_type_syms[] = { 538 const struct res_sym __p_rcode_syms[] = { 558 sym_ston(const struct res_sym *syms, const char *name, int *success) { in sym_ston() 572 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() 590 sym_ntop(const struct res_sym *syms, int number, int *success) { in sym_ntop() [all …]
|