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.c17872 ScratchFreeslot *pSlot; local
17875 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
17877 mem0.pScratchFree = pSlot;
17880 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
17881 pSlot = pSlot->pNext;
17883 pSlot->pNext = 0;
17884 mem0.pScratchEnd = (void*)&pSlot[1];
18106 ScratchFreeslot *pSlot; local
35160 PgFreeslot *pSlot; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c19911 ScratchFreeslot *pSlot; local
19914 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
19916 mem0.pScratchFree = pSlot;
19919 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
19920 pSlot = pSlot->pNext;
19922 pSlot->pNext = 0;
19923 mem0.pScratchEnd = (void*)&pSlot[1];
20145 ScratchFreeslot *pSlot; local
38799 PgFreeslot *pSlot; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19911 ScratchFreeslot *pSlot; local
19914 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
19916 mem0.pScratchFree = pSlot;
19919 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
19920 pSlot = pSlot->pNext;
19922 pSlot->pNext = 0;
19923 mem0.pScratchEnd = (void*)&pSlot[1];
20145 ScratchFreeslot *pSlot; local
38819 PgFreeslot *pSlot; local
[all...]

Completed in 949 milliseconds