HomeSort by relevance Sort by last modified time
    Searched refs:res_sym (Results 1 - 5 of 5) sorted by null

  /bionic/libc/private/
resolv_private.h 118 struct res_sym { struct
339 extern const struct res_sym __p_key_syms[];
340 extern const struct res_sym __p_cert_syms[];
341 extern const struct res_sym __p_class_syms[];
342 extern const struct res_sym __p_type_syms[];
343 extern const struct res_sym __p_rcode_syms[];
417 int sym_ston(const struct res_sym *, const char *, int *);
418 const char * sym_ntos(const struct res_sym *, int, int *);
419 const char * sym_ntop(const struct res_sym *, int, int *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 176 struct res_sym { struct
326 int sym_ston (const struct res_sym *, const char *, int *) __THROW;
327 const char * sym_ntos (const struct res_sym *, int, int *) __THROW;
328 const char * sym_ntop (const struct res_sym *, int, int *) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 176 struct res_sym { struct
326 int sym_ston (const struct res_sym *, const char *, int *) __THROW;
327 const char * sym_ntos (const struct res_sym *, int, int *) __THROW;
328 const char * sym_ntop (const struct res_sym *, int, int *) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 176 struct res_sym { struct
326 int sym_ston (const struct res_sym *, const char *, int *) __THROW;
327 const char * sym_ntos (const struct res_sym *, int, int *) __THROW;
328 const char * sym_ntop (const struct res_sym *, int, int *) __THROW;
  /bionic/libc/netbsd/resolv/
res_debug.c 375 const struct res_sym __p_class_syms[] = {
389 static const struct res_sym __p_default_section_syms[] = {
397 static const struct res_sym __p_update_section_syms[] = {
405 const struct res_sym __p_key_syms[] = {
414 const struct res_sym __p_cert_syms[] = {
428 const struct res_sym __p_type_syms[] = {
484 const struct res_sym __p_rcode_syms[] = {
504 sym_ston(const struct res_sym *syms, const char *name, int *success) {
518 sym_ntos(const struct res_sym *syms, int number, int *success) {
536 sym_ntop(const struct res_sym *syms, int number, int *success)
    [all...]

Completed in 33 milliseconds