Searched refs:pSlot (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmalloc.c167 ScratchFreeslot *pSlot; local
170 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
172 mem0.pScratchFree = pSlot;
175 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
176 pSlot = pSlot->pNext;
178 pSlot->pNext = 0;
179 mem0.pScratchEnd = (void*)&pSlot[1];
401 ScratchFreeslot *pSlot; local
[all...]
H A Dpcache1.c246 PgFreeslot *pSlot; local
249 pSlot = (PgFreeslot*)p;
250 pSlot->pNext = pcache1.pFree;
251 pcache1.pFree = pSlot;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c17887 ScratchFreeslot *pSlot; local
17890 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
17892 mem0.pScratchFree = pSlot;
17895 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
17896 pSlot = pSlot->pNext;
17898 pSlot->pNext = 0;
17899 mem0.pScratchEnd = (void*)&pSlot[1];
18121 ScratchFreeslot *pSlot; local
35173 PgFreeslot *pSlot; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c18753 ScratchFreeslot *pSlot; local
18756 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
18758 mem0.pScratchFree = pSlot;
18761 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
18762 pSlot = pSlot->pNext;
18764 pSlot->pNext = 0;
18765 mem0.pScratchEnd = (void*)&pSlot[1];
18987 ScratchFreeslot *pSlot; local
37076 PgFreeslot *pSlot; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c18753 ScratchFreeslot *pSlot; local
18756 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
18758 mem0.pScratchFree = pSlot;
18761 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
18762 pSlot = pSlot->pNext;
18764 pSlot->pNext = 0;
18765 mem0.pScratchEnd = (void*)&pSlot[1];
18987 ScratchFreeslot *pSlot; local
37104 PgFreeslot *pSlot; local
[all...]

Completed in 378 milliseconds