OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pool_size
(Results
1 - 6
of
6
) sorted by null
/external/ipsec-tools/src/racoon/
privsep.c
508
int
pool_size
;
local
571
int
pool_size
;
local
582
memcpy(&
pool_size
, bufs[2], sizeof(
pool_size
));
584
if (
pool_size
!= isakmp_cfg_config.
pool_size
)
585
if (isakmp_cfg_resize_pool(
pool_size
) != 0)
607
int
pool_size
;
local
622
memcpy(&
pool_size
, bufs[1], sizeof(
pool_size
));
652
int
pool_size
;
local
[
all
...]
isakmp_cfg.h
99
size_t
pool_size
;
member in struct:isakmp_cfg_config
138
/* For
pool_size
*/
/external/bluetooth/bluedroid/gki/common/
gki_common.h
319
UINT16
pool_size
[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */
member in struct:__anon3419
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_common.h
325
UINT16
pool_size
[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */
member in struct:__anon23154
/external/libnfc-nci/src/gki/common/
gki_common.h
325
UINT16
pool_size
[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */
member in struct:__anon23166
/external/qemu/tcg/
tcg.c
175
int
pool_size
;
local
195
pool_size
= TCG_POOL_CHUNK_SIZE;
196
p = qemu_malloc(sizeof(TCGPool) +
pool_size
);
197
p->size =
pool_size
;
[
all
...]
Completed in 124 milliseconds