OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:res_ninit
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/net/base/
dns_reloader.h
17
// resolver for that thread by doing
res_ninit
() if required.
dns_reloader.cc
28
// to
res_ninit
to reload the nameserver information in different threads.
34
// OpenBSD does not have thread-safe
res_ninit
/res_nclose so we can't do
62
res_ninit
(&_res);
66
// It is safe to call res_nclose here since we know
res_ninit
will have
69
res_ninit
(&_res);
/external/chromium/net/base/
dns_reload_timer.cc
20
// to
res_ninit
to reload the nameserver information in different threads.
22
// We adopt the Mozilla solution here which is to call
res_ninit
when
26
// OpenBSD does not have thread-safe
res_ninit
/res_nclose so we can't do
29
// Keep a timer per calling thread to rate limit the calling of
res_ninit
.
host_resolver_proc.cc
210
if (!
res_ninit
(&_res))
dnsrr_resolver.cc
189
if (
res_ninit
(&_res) != 0)
204
if (
res_ninit
(&_res) == 0)
/bionic/libc/netbsd/resolv/
res_state.c
160
/* Reset the state, note that
res_ninit
() can now properly reset
165
if (
res_ninit
( rt->_nres ) < 0 ) {
167
D("%s: tid=%d rt=%p, woot,
res_ninit
() returned < 0",
res_init.c
161
res_ninit
(res_state statp) {
function
/external/chromium_org/net/dns/
dns_config_service_posix.cc
85
// Note:
res_ninit
in glibc always returns 0 and sets RES_INIT.
96
if (
res_ninit
(&res) == 0) {
dns_config_service_posix_unittest.cc
61
// Must use malloc to mimick
res_ninit
.
/bionic/libc/private/
resolv_private.h
379
#define
res_ninit
__res_ninit
macro
453
int
res_ninit
(res_state);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h
307
#define
res_ninit
__res_ninit
macro
360
int
res_ninit
(res_state) __THROW;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h
307
#define
res_ninit
__res_ninit
macro
360
int
res_ninit
(res_state) __THROW;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h
307
#define
res_ninit
__res_ninit
macro
360
int
res_ninit
(res_state) __THROW;
/external/chromium_org/net/
net.gyp
[
all
...]
Completed in 457 milliseconds