Home
last modified time | relevance | path

Searched refs:flushLimit (Results 1 – 4 of 4) sorted by relevance

/external/clearsilver/util/
Dskiplist.c63 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()
Dskiplist.h46 int flushLimit, skipFreeValue freeValue, void *ctx);
Ddict.h24 UINT32 flushLimit, BOOL useCase,
Ddict.c552 UINT32 flushLimit, BOOL useCase, dictFreeValueFunc freeValue, void *freeRock) in dictCreate() argument
579 flushLimit, dictDestroyEntry, dict); in dictCreate()