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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_query.c133 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
211 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
350 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
H A Dres_mkquery.c120 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
H A Dgethostbydns.c528 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
651 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
803 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
H A Dgetnetbydns.c289 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
H A Dres_init.c86 static char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93";
87 static char orig_rcsid[] = "From: Id: res_init.c,v 8.7 1996/11/18 09:10:04 vixie Exp $";
88 static char rcsid[] = "$Id: res_init.c,v 1.1.1.1 2003/11/19 01:51:37 kyu3 Exp $";
152 res_init() function
174 * fields of _res before res_init() is called, res_init() will not
176 * _zero_ before calling res_init(), hoping to override what used
183 * before res_init() was first called. We can't replicate that semantic
415 printf(";; res_init()... default dnsrch list:\n");
H A Dres_mkupdate.c117 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
H A Dres_update.c129 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
510 * Override the list of NS records from res_init() with
H A Dres_debug.c225 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
H A Dres_send.c345 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
346 /* errno should have been set by res_init() in this case. */
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dresolv.h218 #define res_init __res_init macro
268 int res_init __P((void));
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dnamespace.h470 #define res_init _res_init
/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c986 res_init();

Completed in 162 milliseconds