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

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h618 typedef struct LookasideSlot LookasideSlot; typedef in typeref:struct:LookasideSlot
739 ** the lookaside subsystem is stored on a linked list of LookasideSlot
756 LookasideSlot *pFree; /* List of available buffers */
760 struct LookasideSlot { struct
761 LookasideSlot *pNext; /* Next buffer in the list of free buffers */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7613 typedef struct LookasideSlot LookasideSlot; typedef in typeref:struct:LookasideSlot
9099 ** the lookaside subsystem is stored on a linked list of LookasideSlot
9116 LookasideSlot *pFree; /* List of available buffers */
9120 struct LookasideSlot { struct
9121 LookasideSlot *pNext; /* Next buffer in the list of free buffers */
18212 LookasideSlot *pBuf = (LookasideSlot*)p;
18335 LookasideSlot *pBuf;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8145 typedef struct LookasideSlot LookasideSlot; typedef in typeref:struct:LookasideSlot
9675 ** the lookaside subsystem is stored on a linked list of LookasideSlot
9692 LookasideSlot *pFree; /* List of available buffers */
9696 struct LookasideSlot { struct
9697 LookasideSlot *pNext; /* Next buffer in the list of free buffers */
19078 LookasideSlot *pBuf = (LookasideSlot*)p;
19202 LookasideSlot *pBuf;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8145 typedef struct LookasideSlot LookasideSlot; typedef in typeref:struct:LookasideSlot
9675 ** the lookaside subsystem is stored on a linked list of LookasideSlot
9692 LookasideSlot *pFree; /* List of available buffers */
9696 struct LookasideSlot { struct
9697 LookasideSlot *pNext; /* Next buffer in the list of free buffers */
19078 LookasideSlot *pBuf = (LookasideSlot*)p;
19202 LookasideSlot *pBuf;
[all...]

Completed in 882 milliseconds