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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 104 struct __res_state { struct
151 typedef struct __res_state *res_state;
243 extern struct __res_state *__res_state(void) __attribute__ ((__const__));
245 #define _res (*__res_state())
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 104 struct __res_state { struct
151 typedef struct __res_state *res_state;
243 extern struct __res_state *__res_state(void) __attribute__ ((__const__));
245 #define _res (*__res_state())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 104 struct __res_state { struct
151 typedef struct __res_state *res_state;
243 extern struct __res_state *__res_state(void) __attribute__ ((__const__));
245 #define _res (*__res_state())
  /bionic/libc/private/
resolv_private.h 90 struct __res_state; /* forward */
141 struct __res_state { struct
191 typedef struct __res_state *res_state;
277 extern struct __res_state *__res_get_state(void);
278 extern void __res_put_state(struct __res_state *);
285 extern struct __res_state *__res_state(void);
286 #define _res (*__res_state())

Completed in 318 milliseconds