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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c7890 typedef struct LookasideSlot LookasideSlot; typedef in typeref:struct:LookasideSlot
9386 ** the lookaside subsystem is stored on a linked list of LookasideSlot
9403 LookasideSlot *pFree; /* List of available buffers */
9407 struct LookasideSlot { struct
9408 LookasideSlot *pNext; /* Next buffer in the list of free buffers */
18589 LookasideSlot *pBuf = (LookasideSlot*)p;
18713 LookasideSlot *pBuf;
[all...]

Completed in 423 milliseconds