Home
last modified time | relevance | path

Searched refs:resolv_cache (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/private/
Dresolv_cache.h31 struct resolv_cache; /* forward */
35 extern struct resolv_cache* __get_res_cache(void);
49 _resolv_cache_lookup( struct resolv_cache* cache,
60 _resolv_cache_add( struct resolv_cache* cache,
/bionic/libc/netbsd/resolv/
Dres_cache.c1108 typedef struct resolv_cache { struct
1146 struct resolv_cache*
1149 struct resolv_cache* cache; in _resolv_cache_create()
1284 _resolv_cache_lookup( struct resolv_cache* cache, in _resolv_cache_lookup()
1357 _resolv_cache_add( struct resolv_cache* cache, in _resolv_cache_add()
1423 static struct resolv_cache* _res_cache;
1440 struct resolv_cache*
Dres_state.c140 struct resolv_cache*
Dres_send.c362 struct resolv_cache* cache; in res_nsend()
/bionic/libc/netbsd/
Dgethnamaddr.c524 struct resolv_cache* cache; in gethostbyname_internal()