Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/
Dmemory_resource.cpp76 ResourceInitHelper res_init __attribute__((init_priority (101))); variable
82 return &res_init.resources.new_delete_res; in new_delete_resource()
86 return &res_init.resources.null_res; in null_memory_resource()
96 ATOMIC_VAR_INIT(&res_init.resources.new_delete_res); in __default_memory_resource()
108 _LIBCPP_SAFE_STATIC static memory_resource * res = &res_init.resources.new_delete_res; in __default_memory_resource()
121 _LIBCPP_SAFE_STATIC static memory_resource* res = &res_init.resources.new_delete_res; in __default_memory_resource()
/external/valgrind/none/tests/
Dresolv.c10 res_init(); in main()
Dres_search.c35 if(0 != res_init()) in main()
/external/ltp/testcases/network/multicast/mc_gethost/
Dmc_gethost.c48 res_init();
/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/libcups/cups/
Dhttp-addr.c373 res_init(); in httpAddrLookup()
Dhttp-addrlist.c514 res_init(); in httpAddrGetList()
/external/curl/docs/
DTODO281 is may cause name resolves to fail unless res_init() is called. We should
282 consider calling res_init() + retry once unconditionally on all name resolve
284 doesn't have res_init() or an alternative.
/external/libxml2/
Dnanohttp.c1066 res_init(); in xmlNanoHTTPConnectHost()