Home
last modified time | relevance | path

Searched refs:res_init (Results 1 – 16 of 16) sorted by relevance

/external/libcxx/src/experimental/
Dmemory_resource.cpp88 ResourceInitHelper res_init _LIBCPP_INIT_PRIORITY_MAX;
94 return &res_init.resources.new_delete_res; in new_delete_resource()
98 return &res_init.resources.null_res; in null_memory_resource()
108 ATOMIC_VAR_INIT(&res_init.resources.new_delete_res); in __default_memory_resource()
120 _LIBCPP_SAFE_STATIC static memory_resource * res = &res_init.resources.new_delete_res; in __default_memory_resource()
133 _LIBCPP_SAFE_STATIC static memory_resource* res = &res_init.resources.new_delete_res; in __default_memory_resource()
/external/llvm-project/libcxx/src/experimental/
Dmemory_resource.cpp84 ResourceInitHelper res_init _LIBCPP_INIT_PRIORITY_MAX;
90 return &res_init.resources.new_delete_res; in new_delete_resource()
94 return &res_init.resources.null_res; in null_memory_resource()
104 ATOMIC_VAR_INIT(&res_init.resources.new_delete_res); in __default_memory_resource()
116 _LIBCPP_SAFE_STATIC static memory_resource * res = &res_init.resources.new_delete_res; in __default_memory_resource()
129 _LIBCPP_SAFE_STATIC static memory_resource* res = &res_init.resources.new_delete_res; in __default_memory_resource()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DTODO7 like the res_init() resolver function offers
/external/libcups/config-scripts/
Dcups-network.m423 AC_SEARCH_LIBS(res_init, resolv bind, AC_DEFINE(HAVE_RES_INIT))))
/external/llvm/test/CodeGen/X86/
D2008-07-07-DanglingDeadInsts.ll9 define i32 @res_init(%struct.res_state* %state, i32 %channels, i32 %outfreq, i32 %infreq, i32 %op1,…
/external/llvm-project/llvm/test/CodeGen/X86/
D2008-07-07-DanglingDeadInsts.ll9 define i32 @res_init(%struct.res_state* %state, i32 %channels, i32 %outfreq, i32 %infreq, i32 %op1,…
/external/icu/icu4c/source/common/
Duresdata.cpp158 res_init(ResourceData *pResData, in res_init() function
255 res_init(pResData, formatVersion, inBytes, length, errorCode); in res_read()
272 res_init(pResData, formatVersion, udata_getMemory(pResData->data), -1, errorCode); in res_load()
/external/openssh/openbsd-compat/
Dgetrrsetbyname.c219 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) { in getrrsetbyname()
/external/libcups/cups/
Dhttp-addr.c371 res_init(); in httpAddrLookup()
Dhttp-addrlist.c512 res_init(); in httpAddrGetList()
/external/libcups/
Dconfig.h.in413 * Do we have res_init()?
Dconfigure7388 char res_init ();
7392 return res_init ();
/external/curl/docs/
DTODO288 is may cause name resolves to fail unless res_init() is called. We should
289 consider calling res_init() + retry once unconditionally on all name resolve
291 doesn't have res_init() or an alternative.
/external/libxml2/
Dnanohttp.c1066 res_init(); in xmlNanoHTTPConnectHost()
/external/rust/crates/libc/src/unix/
Dmod.rs1173 pub fn res_init() -> ::c_int; in res_init() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3745 pub fn res_init() -> ::c_int; in res_init() function