Searched refs:res_init (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/netbsd/resolv/
H A Dres_data.c94 res_init(void) { function
121 * fields of _res before res_init() is called, res_init() will not
123 * _zero_ before calling res_init(), hoping to override what used
130 * before res_init() was first called. We can't replicate that semantic
168 if (res_need_init() && res_init() == -1)
184 if (res_need_init() && res_init() == -1) {
196 if (res_need_init() && res_init() == -1) {
211 if (res_need_init() && res_init() == -1) {
235 if (res_need_init() && res_init()
[all...]
/bionic/libc/private/
H A Dresolv_private.h305 #define res_init __res_init macro
317 int res_init(void);
/bionic/libc/
H A DAndroid.mk312 netbsd/resolv/res_init.c \

Completed in 31 milliseconds