Home
last modified time | relevance | path

Searched refs:RES_INIT (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/
Dresolv.h82 #define RES_INIT 0x00000001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dresolv.h82 #define RES_INIT 0x00000001 macro
/third_party/musl/include/
Dresolv.h82 #define RES_INIT 0x00000001 macro
/third_party/musl/ndk_musl_include/
Dresolv.h82 #define RES_INIT 0x00000001 macro
/third_party/musl/porting/uniproton/kernel/include/
Dresolv.h82 #define RES_INIT 0x00000001 macro
/third_party/libxml2/
Dnanohttp.c1065 if (!(_res.options & RES_INIT)) in xmlNanoHTTPConnectHost()
/third_party/gettext/gnulib-local/lib/libxml/
Dnanohttp.c1094 if (!(_res.options & RES_INIT)) in xmlNanoHTTPConnectHost()
/third_party/node/deps/cares/src/lib/
Dares_init.c1638 if (result == 0 && (res.options & RES_INIT)) { in init_by_resolv_conf()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch52765 // Note: res_ninit in glibc always returns 0 and sets RES_INIT.