Searched defs:pool_size (Results 1 - 6 of 6) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dprivsep.c508 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...]
H A Disakmp_cfg.h99 size_t pool_size; member in struct:isakmp_cfg_config
138 /* For pool_size */
/external/bluetooth/bluedroid/gki/common/
H A Dgki_common.h317 UINT16 pool_size[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */ member in struct:__anon917
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_common.h325 UINT16 pool_size[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */ member in struct:__anon7367
/external/libnfc-nci/src/gki/common/
H A Dgki_common.h325 UINT16 pool_size[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */ member in struct:__anon7447
/external/qemu/tcg/
H A Dtcg.c175 int pool_size; local
195 pool_size = TCG_POOL_CHUNK_SIZE;
196 p = qemu_malloc(sizeof(TCGPool) + pool_size);
197 p->size = pool_size;

Completed in 751 milliseconds