/third_party/nghttp2/src/ |
D | shrpx_dns_resolver.cc | 38 auto resolv = static_cast<DNSResolver *>(data); in sock_state_cb() local 40 if (resolv->get_status(nullptr) != DNSResolverStatus::RUNNING) { in sock_state_cb() 45 resolv->start_rev(s); in sock_state_cb() 47 resolv->stop_rev(s); in sock_state_cb() 50 resolv->start_wev(s); in sock_state_cb() 52 resolv->stop_wev(s); in sock_state_cb() 59 auto resolv = static_cast<DNSResolver *>(arg); in host_cb() local 60 resolv->on_result(status, hostent); in host_cb() 65 void process_result(DNSResolver *resolv) { in process_result() argument 66 auto cb = resolv->get_complete_cb(); in process_result() [all …]
|
D | shrpx_dns_tracker.cc | 60 ResolverEntry DNSTracker::make_entry(std::unique_ptr<DualDNSResolver> resolv, in make_entry() argument 67 ent.resolv = std::move(resolv); in make_entry() 85 std::unique_ptr<DualDNSResolver> resolv, in update_entry() argument 89 ent.resolv = std::move(resolv); in update_entry() 114 auto resolv = std::make_unique<DualDNSResolver>(loop_); in resolve() local 119 rv = resolv->resolve(host); in resolve() 133 switch (resolv->get_status(result)) { in resolve() 159 make_entry(std::move(resolv), std::move(host_copy), in resolve() 183 auto resolv = std::make_unique<DualDNSResolver>(loop_); in resolve() local 186 rv = resolv->resolve(host); in resolve() [all …]
|
D | shrpx_dns_tracker.h | 64 std::unique_ptr<DualDNSResolver> resolv; member 99 ResolverEntry make_entry(std::unique_ptr<DualDNSResolver> resolv, 103 void update_entry(ResolverEntry &ent, std::unique_ptr<DualDNSResolver> resolv,
|
/third_party/glib/gio/ |
D | gnetworking.h.in | 40 #include <resolv.h> 54 #define _PATH_RESCONF "/etc/resolv.conf"
|
D | meson.build | 39 res_query_test = '''#include <resolv.h> 49 network_libs += [ cc.find_library('resolv') ] build 81 #include <resolv.h> 92 #include <resolv.h> 105 #include <resolv.h> 118 #include <resolv.h> 130 #include <resolv.h>
|
/third_party/mesa3d/.gitlab-ci/common/ |
D | init-stage1.sh | 17 echo "nameserver 8.8.8.8" > /etc/resolv.conf
|
/third_party/libwebsockets/lib/plat/unix/ |
D | CMakeLists.txt | 61 list(APPEND SOURCES plat/unix/android/android-resolv.c) 63 list(APPEND SOURCES plat/unix/unix-resolv.c)
|
/third_party/node/deps/cares/ |
D | TODO | 6 - To allow an app to force a re-read of /etc/resolv.conf etc, pretty much
|
D | configure.ac | 378 dnl resolv lib for Apple (MacOS and iOS) 380 AC_SEARCH_LIBS([res_servicename], [resolv], [ 387 dnl resolv lib for z/OS 389 AC_SEARCH_LIBS([res_init], [resolv], [
|
D | CHANGES | 42 …Port for Haiku. Slight CMake changes, header changes, and resolv.conf/hosts paths specific to Hai… 1041 Accept invalid /etc/resolv.conf lookup values, ability to build container tests (#274) 1044 * Accept invalid /etc/resolv.conf lookup values 1400 Add ares_init_options() configurability for path to resolv.conf file 1404 /etc/resolv.conf is used like normal. 2357 - the /etc/resolv.conf file includes the 'rotate' option 2362 a 'rotate' option in /etc/resolv.conf will turn it on again. 2728 If there is no lookup configuration in `resolv.conf`, 2811 - arbitrary filesystem (e.g. /etc/resolv.conf, /etc/nsswitch.conf, /etc/hosts) 3113 /etc/resolv.conf option. [all …]
|
D | CMakeLists.txt | 96 CARES_FUNCTION_IN_LIBRARY (res_servicename resolv HAVE_RES_SERVICENAME_IN_LIBRESOLV) 230 LIST (APPEND CARES_DEPENDENT_LIBS resolv)
|
/third_party/e2fsprogs/tests/f_dup_de/ |
D | expect.1 | 19 Duplicate entry 'resolv.conf' in /etc (12) found. Clear? yes
|
D | expect-nohtree.1 | 22 Duplicate entry 'resolv.conf' in /etc (12) found. Clear? yes
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | CMakeLists.txt | 53 list(APPEND SOURCES plat/freertos/freertos-resolv.c)
|
/third_party/toybox/scripts/ |
D | make.sh | 115 for i in util crypt m resolv selinux smack attr crypto z log iconv
|
D | mkroot.sh | 118 echo "nameserver 8.8.8.8" > "$ROOT"/etc/resolv.conf || exit 1
|
/third_party/libwebsockets/lib/plat/windows/ |
D | CMakeLists.txt | 45 list(APPEND SOURCES plat/windows/windows-resolv.c)
|
/third_party/libwebsockets/READMEs/ |
D | README.async-dns.md | 31 - platform-specific server address capturing (from /etc/resolv.conf
|
/third_party/musl/porting/linux/user/ |
D | Makefile | 63 EMPTY_LIB_NAMES = m rt pthread crypt util xnet resolv dl
|
/third_party/musl/ |
D | Makefile | 63 EMPTY_LIB_NAMES = m rt pthread crypt util xnet resolv dl
|
D | WHATSNEW | 410 - fixed crashes in dns lookup on some errors, e.g. resolv.conf missing 1091 - support for mixing IPv4 and v6 nameserver addresses in resolv.conf 1628 - search domains in resolv.conf 1653 - mishandling of transient failure opening hosts, services, resolv.conf 1666 - various minor resolv.conf parsing bugs 1748 - resolv.h __RES version macro now matches supported APIs 1822 - functional regression in resolv.conf attempts option
|
/third_party/gettext/gnulib-local/m4/ |
D | libxml.m4 | 194 AC_CHECK_HEADERS([resolv.h], [], [], [
|
/third_party/libxml2/ |
D | config.h.cmake.in | 111 /* Define to 1 if you have the <resolv.h> header file. */
|
/third_party/libxml2/os400/ |
D | os400config.h.in | 113 /* Define to 1 if you have the <resolv.h> header file. */
|
/third_party/boost/libs/hof/doc/html/ |
D | searchindex.js | 1 …ort:[6,55],repres:8,reproduc:[0,19],requir:[1,4,8,9,16,18,20],resolut:56,resolv:[10,56],restrict:[…
|