Searched refs:pInit (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c16842 ** Lookaside buffers are initially held on the pInit list. As they are
16844 ** come off of pFree first, then pInit as a fallback. This dual-list
16847 ** allocations on the pInit list from the total number of allocations.
16868 LookasideSlot *pInit; /* List of buffers not previously used */ member in struct:Lookaside
21785 u32 nInit = countLookasideSlots(db->lookaside.pInit);
21819 p->pNext = db->lookaside.pInit;
21820 db->lookaside.pInit = db->lookaside.pFree;
130232 sqlite3InitCallback(void *pInit, int argc, char **argv, char **NotUsed) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c91539 sqlite3InitCallback(void *pInit, int argc, char **argv, char **NotUsed) argument
[all...]

Completed in 1007 milliseconds