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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmalloc.c492 LookasideSlot *pBuf = (LookasideSlot*)p;
615 LookasideSlot *pBuf;
H A Dmain.c464 if( sz<=(int)sizeof(LookasideSlot*) ) sz = 0;
483 LookasideSlot *p;
484 assert( sz > (int)sizeof(LookasideSlot*) );
485 p = (LookasideSlot*)pStart;
489 p = (LookasideSlot*)&((u8*)p)[sz];
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.c7598 typedef struct LookasideSlot LookasideSlot; typedef in typeref:struct:LookasideSlot
9084 ** the lookaside subsystem is stored on a linked list of LookasideSlot
9101 LookasideSlot *pFree; /* List of available buffers */
9105 struct LookasideSlot { struct
9106 LookasideSlot *pNext; /* Next buffer in the list of free buffers */
18197 LookasideSlot *pBuf = (LookasideSlot*)p;
18320 LookasideSlot *pBuf;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8801 typedef struct LookasideSlot LookasideSlot; typedef in typeref:struct:LookasideSlot
10396 ** the lookaside subsystem is stored on a linked list of LookasideSlot
10413 LookasideSlot *pFree; /* List of available buffers */
10417 struct LookasideSlot { struct
10418 LookasideSlot *pNext; /* Next buffer in the list of free buffers */
20238 LookasideSlot *pBuf = (LookasideSlot*)p;
20366 LookasideSlot *pBuf;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8801 typedef struct LookasideSlot LookasideSlot; typedef in typeref:struct:LookasideSlot
10396 ** the lookaside subsystem is stored on a linked list of LookasideSlot
10413 LookasideSlot *pFree; /* List of available buffers */
10417 struct LookasideSlot { struct
10418 LookasideSlot *pNext; /* Next buffer in the list of free buffers */
20238 LookasideSlot *pBuf = (LookasideSlot*)p;
20366 LookasideSlot *pBuf;
[all...]

Completed in 748 milliseconds