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

/external/sqlite/dist/orig/
H A Dsqlite3.c18624 typedef struct ScratchFreeslot { struct
18625 struct ScratchFreeslot *pNext; /* Next unused scratch buffer */
18626 } ScratchFreeslot; typedef in typeref:struct:ScratchFreeslot
18651 ScratchFreeslot *pScratchFree;
18753 ScratchFreeslot *pSlot;
18756 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
18761 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
18987 ScratchFreeslot *pSlot;
18988 pSlot = (ScratchFreeslot*)p;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c18624 typedef struct ScratchFreeslot { struct
18625 struct ScratchFreeslot *pNext; /* Next unused scratch buffer */
18626 } ScratchFreeslot; typedef in typeref:struct:ScratchFreeslot
18651 ScratchFreeslot *pScratchFree;
18753 ScratchFreeslot *pSlot;
18756 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
18761 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
18987 ScratchFreeslot *pSlot;
18988 pSlot = (ScratchFreeslot*)p;
[all...]

Completed in 350 milliseconds