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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c17458 ** Lookaside buffers are initially held on the pInit list. As they are
17460 ** come off of pFree first, then pInit as a fallback. This dual-list
17463 ** allocations on the pInit list from the total number of allocations.
17484 LookasideSlot *pInit; /* List of buffers not previously used */ member in struct:Lookaside
140797 sqlite3InitCallback(void *pInit, int argc, char **argv, char **NotUsed) argument
[all...]

Completed in 548 milliseconds