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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c8100 typedef struct LookasideSlot LookasideSlot; typedef in typeref:struct:LookasideSlot
9617 ** the lookaside subsystem is stored on a linked list of LookasideSlot
9634 LookasideSlot *pFree; /* List of available buffers */
9638 struct LookasideSlot { struct
9639 LookasideSlot *pNext; /* Next buffer in the list of free buffers */
19014 LookasideSlot *pBuf = (LookasideSlot*)p;
19138 LookasideSlot *pBuf;
[all...]

Completed in 468 milliseconds