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.c17744 typedef struct ScratchFreeslot { struct
17745 struct ScratchFreeslot *pNext; /* Next unused scratch buffer */
17746 } ScratchFreeslot; typedef in typeref:struct:ScratchFreeslot
17771 ScratchFreeslot *pScratchFree;
17872 ScratchFreeslot *pSlot;
17875 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
17880 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
18106 ScratchFreeslot *pSlot;
18107 pSlot = (ScratchFreeslot*)p;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c19782 typedef struct ScratchFreeslot { struct
19783 struct ScratchFreeslot *pNext; /* Next unused scratch buffer */
19784 } ScratchFreeslot; typedef in typeref:struct:ScratchFreeslot
19809 ScratchFreeslot *pScratchFree;
19911 ScratchFreeslot *pSlot;
19914 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
19919 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
20145 ScratchFreeslot *pSlot;
20146 pSlot = (ScratchFreeslot*)p;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19782 typedef struct ScratchFreeslot { struct
19783 struct ScratchFreeslot *pNext; /* Next unused scratch buffer */
19784 } ScratchFreeslot; typedef in typeref:struct:ScratchFreeslot
19809 ScratchFreeslot *pScratchFree;
19911 ScratchFreeslot *pSlot;
19914 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
19919 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
20145 ScratchFreeslot *pSlot;
20146 pSlot = (ScratchFreeslot*)p;
[all...]

Completed in 524 milliseconds