Home
last modified time | relevance | path

Searched refs:res_init (Results 1 – 12 of 12) 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/ltp/testcases/network/multicast/mc_gethost/
Dmc_gethost.c46 res_init(); in main()
/external/honggfuzz/examples/glibc/
Dresolver.c116 res_init(); in main()
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/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/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.cpp157 res_init(ResourceData *pResData, in res_init() function
254 res_init(pResData, formatVersion, inBytes, length, errorCode); in res_read()
271 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.c373 res_init(); in httpAddrLookup()
Dhttp-addrlist.c516 res_init(); in httpAddrGetList()
/external/curl/docs/
DTODO300 is may cause name resolves to fail unless res_init() is called. We should
301 consider calling res_init() + retry once unconditionally on all name resolve
303 doesn't have res_init() or an alternative.
/external/libxml2/
Dnanohttp.c1066 res_init(); in xmlNanoHTTPConnectHost()