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

/external/sqlite/dist/orig/
H A Dsqlite3.c9959 typedef struct LookasideSlot LookasideSlot; typedef in typeref:struct:LookasideSlot
11605 ** the lookaside subsystem is stored on a linked list of LookasideSlot
11622 LookasideSlot *pFree; /* List of available buffers */
11626 struct LookasideSlot { struct
11627 LookasideSlot *pNext; /* Next buffer in the list of free buffers */
21818 LookasideSlot *pBuf = (LookasideSlot*)p;
21953 LookasideSlot *pBuf;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9959 typedef struct LookasideSlot LookasideSlot; typedef in typeref:struct:LookasideSlot
11605 ** the lookaside subsystem is stored on a linked list of LookasideSlot
11622 LookasideSlot *pFree; /* List of available buffers */
11626 struct LookasideSlot { struct
11627 LookasideSlot *pNext; /* Next buffer in the list of free buffers */
21818 LookasideSlot *pBuf = (LookasideSlot*)p;
21953 LookasideSlot *pBuf;
[all...]

Completed in 1270 milliseconds