Home
last modified time | relevance | path

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

/bionic/libc/dns/include/
Dresolv_private.h130 struct res_sym { struct
353 __LIBC_HIDDEN__ extern const struct res_sym __p_key_syms[];
354 __LIBC_HIDDEN__ extern const struct res_sym __p_cert_syms[];
355 extern const struct res_sym __p_class_syms[];
356 extern const struct res_sym __p_type_syms[];
357 __LIBC_HIDDEN__ extern const struct res_sym __p_rcode_syms[];
428 int sym_ston(const struct res_sym *, const char *, int *);
429 const char * sym_ntos(const struct res_sym *, int, int *);
430 const char * sym_ntop(const struct res_sym *, int, int *);
/bionic/libc/dns/resolv/
Dres_debug.c410 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 …]