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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmalloc.c39 typedef struct ScratchFreeslot { struct
40 struct ScratchFreeslot *pNext; /* Next unused scratch buffer */
41 } ScratchFreeslot; typedef in typeref:struct:ScratchFreeslot
66 ScratchFreeslot *pScratchFree;
167 ScratchFreeslot *pSlot;
170 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
175 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
401 ScratchFreeslot *pSlot;
402 pSlot = (ScratchFreeslot*)p;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c17759 typedef struct ScratchFreeslot { struct
17760 struct ScratchFreeslot *pNext; /* Next unused scratch buffer */
17761 } ScratchFreeslot; typedef in typeref:struct:ScratchFreeslot
17786 ScratchFreeslot *pScratchFree;
17887 ScratchFreeslot *pSlot;
17890 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
17895 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
18121 ScratchFreeslot *pSlot;
18122 pSlot = (ScratchFreeslot*)p;
[all...]
/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 503 milliseconds