HomeSort by relevance Sort by last modified time
    Searched defs:new_pool (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/intl/
localealias.c 314 char *new_pool = (char *) realloc (string_space, new_size); local
315 if (new_pool == NULL)
318 if (__builtin_expect (string_space != new_pool, 0))
324 map[i].alias += new_pool - string_space;
325 map[i].value += new_pool - string_space;
329 string_space = new_pool;
  /toolchain/binutils/binutils-2.27/intl/
localealias.c 317 char *new_pool = (char *) realloc (string_space, new_size); local
318 if (new_pool == NULL)
321 if (__builtin_expect (string_space != new_pool, 0))
327 map[i].alias += new_pool - string_space;
328 map[i].value += new_pool - string_space;
332 string_space = new_pool;
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 2078 struct isakmp_cfg_port *new_pool; local
    [all...]

Completed in 80 milliseconds