OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_pool
(Results
1 - 2
of
2
) 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
;
/external/ipsec-tools/src/racoon/
isakmp_cfg.c
2043
struct isakmp_cfg_port *
new_pool
;
local
[
all
...]
Completed in 14 milliseconds