HomeSort by relevance Sort by last modified time
    Searched defs:__res_state (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
resolv.h 104 struct __res_state { struct
151 typedef struct __res_state *res_state;
247 extern struct __res_state *__res_state(void) __attribute__ ((__const__));
249 #define _res (*__res_state())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h 104 struct __res_state { struct
151 typedef struct __res_state *res_state;
247 extern struct __res_state *__res_state(void) __attribute__ ((__const__));
249 #define _res (*__res_state())
  /bionic/libc/dns/include/
resolv_private.h 96 struct __res_state; /* forward */
147 struct __res_state { struct
199 typedef struct __res_state *res_state;
286 __LIBC_HIDDEN__ extern struct __res_state *__res_get_state(void);
287 __LIBC_HIDDEN__ extern void __res_put_state(struct __res_state *);
294 extern struct __res_state *__res_state(void);
295 #define _res (*__res_state())

Completed in 93 milliseconds