HomeSort by relevance Sort by last modified time
    Searched refs:res_init (Results 1 - 25 of 26) sorted by null

1 2

  /external/libcxx/src/experimental/
memory_resource.cpp 76 ResourceInitHelper res_init __attribute__((init_priority (101))); member in namespace:__anon24492
82 return &res_init.resources.new_delete_res;
86 return &res_init.resources.null_res;
96 ATOMIC_VAR_INIT(&res_init.resources.new_delete_res);
108 _LIBCPP_SAFE_STATIC static memory_resource * res = &res_init.resources.new_delete_res;
121 _LIBCPP_SAFE_STATIC static memory_resource* res = &res_init.resources.new_delete_res;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/experimental/
memory_resource.cpp 76 ResourceInitHelper res_init __attribute__((init_priority (101))); member in namespace:__anon587
82 return &res_init.resources.new_delete_res;
86 return &res_init.resources.null_res;
96 ATOMIC_VAR_INIT(&res_init.resources.new_delete_res);
108 _LIBCPP_SAFE_STATIC static memory_resource * res = &res_init.resources.new_delete_res;
121 _LIBCPP_SAFE_STATIC static memory_resource* res = &res_init.resources.new_delete_res;
  /external/valgrind/none/tests/
resolv.c 10 res_init();
res_search.c 35 if(0 != res_init())
37 printf("Error: res_init()\n");
  /bionic/libc/dns/resolv/
res_data.c 85 #define res_need_init() ((_nres.options & RES_INIT) == 0U)
88 res_init(void) { function
115 * fields of _res before res_init() is called, res_init() will not
117 * _zero_ before calling res_init(), hoping to override what used
124 * before res_init() was first called. We can't replicate that semantic
127 * "broken". They could fool us by setting RES_INIT but none do (yet).
133 if (!(_nres.options & RES_INIT))
162 if (res_need_init() && res_init() == -1)
178 if (res_need_init() && res_init() == -1)
    [all...]
  /bionic/libc/include/
resolv.h 57 int res_init(void);
  /external/ltp/testcases/network/multicast/mc_gethost/
mc_gethost.c 48 res_init();
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_query.c 133 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
211 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
350 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
res_mkquery.c 120 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
gethostbydns.c 528 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
651 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
803 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
getnetbydns.c 289 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
res_init.c 86 static char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93";
87 static char orig_rcsid[] = "From: Id: res_init.c,v 8.7 1996/11/18 09:10:04 vixie Exp $";
88 static char rcsid[] = "$Id: res_init.c,v 1.1.1.1 2003/11/19 01:51:37 kyu3 Exp $";
152 res_init() function
174 * fields of _res before res_init() is called, res_init() will not
176 * _zero_ before calling res_init(), hoping to override what used
183 * before res_init() was first called. We can't replicate that semantic
186 * "broken". They could fool us by setting RES_INIT but none do (yet).
192 if (!(_res.options & RES_INIT))
    [all...]
res_mkupdate.c 123 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
res_update.c 135 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
515 /* Override the list of NS records from res_init() with
res_debug.c 225 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
527 case RES_INIT: return "init";
res_send.c 344 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
345 /* errno should have been set by res_init() in this case. */
  /device/linaro/bootloader/edk2/StdLib/Include/
resolv.h 120 #define RES_INIT 0x00000001 /* address initialized */
221 #define res_init __res_init macro
271 int res_init __P((void));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
resolv.h 195 #define RES_INIT 0x00000001 /* address initialized */
259 #define res_init __res_init macro
273 int res_init (void) __THROW;
  /bionic/libc/dns/include/
resolv_private.h 245 #define RES_INIT 0x00000001 /* address initialized */
326 #define res_init __res_init macro
338 int res_init(void);
  /toolchain/binutils/binutils-2.27/binutils/
windres.c 112 static void res_init (void);
145 res_init (void)
824 res_init ();
143 res_init (void) function
windmc.c 163 res_init (void) function
966 res_init ();
  /external/icu/icu4c/source/common/
uresdata.cpp 157 res_init(ResourceData *pResData, function
254 res_init(pResData, formatVersion, inBytes, length, errorCode);
271 res_init(pResData, formatVersion, udata_getMemory(pResData->data), -1, errorCode);
    [all...]
  /external/libcups/cups/
http-addr.c 368 * res_init() if the flag is set on the next call here or in httpAddrLookup().
373 res_init();
http-addrlist.c 509 * res_init() if the flag is set on the next call here or in httpAddrLookup().
514 res_init();
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 470 #define res_init _res_init

Completed in 412 milliseconds

1 2