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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15318 typedef struct LookasideSlot LookasideSlot; typedef in typeref:struct:LookasideSlot
17442 ** the lookaside subsystem is stored on a linked list of LookasideSlot
17484 LookasideSlot *pInit; /* List of buffers not previously used */
17485 LookasideSlot *pFree; /* List of available buffers */
17487 LookasideSlot *pSmallInit; /* List of small buffers not previously used */
17488 LookasideSlot *pSmallFree; /* List of available small buffers */
17496 struct LookasideSlot { struct
17497 LookasideSlot *pNext; /* Next buffer in the list of free buffers */
[all...]

Completed in 464 milliseconds