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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c14798 typedef struct LookasideSlot LookasideSlot; typedef in typeref:struct:LookasideSlot
16826 ** the lookaside subsystem is stored on a linked list of LookasideSlot
16868 LookasideSlot *pInit; /* List of buffers not previously used */
16869 LookasideSlot *pFree; /* List of available buffers */
16871 LookasideSlot *pSmallInit; /* List of small buffers not prediously used */
16872 LookasideSlot *pSmallFree; /* List of available small buffers */
16879 struct LookasideSlot { struct
16880 LookasideSlot *pNext; /* Next buffer in the list of free buffers */
21770 ** Return the number of LookasideSlot element
[all...]
/freebsd-11-stable/crypto/heimdal/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 808 milliseconds