Searched refs:flushLimit (Results 1 – 4 of 4) sorted by relevance
/external/clearsilver/util/ |
D | skiplist.c | 63 UINT32 flushLimit; /* max number of cached deleted items before flush */ member 211 if((list->cached > list->flushLimit) && (! list->flushing)) { in skipWriteUnlock() 359 int flushLimit, skipFreeValue freeValue, void *ctx) in skipNewList() argument 389 list->flushLimit = flushLimit; in skipNewList()
|
D | skiplist.h | 46 int flushLimit, skipFreeValue freeValue, void *ctx);
|
D | dict.h | 24 UINT32 flushLimit, BOOL useCase,
|
D | dict.c | 552 UINT32 flushLimit, BOOL useCase, dictFreeValueFunc freeValue, void *freeRock) in dictCreate() argument 579 flushLimit, dictDestroyEntry, dict); in dictCreate()
|