Searched refs:RES_INIT (Results 1 - 11 of 11) 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 Dres_init.c186 * "broken". They could fool us by setting RES_INIT but none do (yet).
192 if (!(_res.options & RES_INIT))
432 _res.options |= RES_INIT;
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_debug.c225 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
527 case RES_INIT: return "init";
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) {
H A Dres_send.c345 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dresolv.h118 #define RES_INIT 0x00000001 /* address initialized */ macro
/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c985 if (!(_res.options & RES_INIT))

Completed in 702 milliseconds