pSlot            20690 ext/sqlite3/libsqlite/sqlite3.c     ScratchFreeslot *pSlot;
pSlot            20693 ext/sqlite3/libsqlite/sqlite3.c     pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
pSlot            20695 ext/sqlite3/libsqlite/sqlite3.c     mem0.pScratchFree = pSlot;
pSlot            20698 ext/sqlite3/libsqlite/sqlite3.c       pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
pSlot            20699 ext/sqlite3/libsqlite/sqlite3.c       pSlot = pSlot->pNext;
pSlot            20701 ext/sqlite3/libsqlite/sqlite3.c     pSlot->pNext = 0;
pSlot            20702 ext/sqlite3/libsqlite/sqlite3.c     mem0.pScratchEnd = (void*)&pSlot[1];
pSlot            20929 ext/sqlite3/libsqlite/sqlite3.c       ScratchFreeslot *pSlot;
pSlot            20930 ext/sqlite3/libsqlite/sqlite3.c       pSlot = (ScratchFreeslot*)p;
pSlot            20932 ext/sqlite3/libsqlite/sqlite3.c       pSlot->pNext = mem0.pScratchFree;
pSlot            20933 ext/sqlite3/libsqlite/sqlite3.c       mem0.pScratchFree = pSlot;
pSlot            40162 ext/sqlite3/libsqlite/sqlite3.c     PgFreeslot *pSlot;
pSlot            40165 ext/sqlite3/libsqlite/sqlite3.c     pSlot = (PgFreeslot*)p;
pSlot            40166 ext/sqlite3/libsqlite/sqlite3.c     pSlot->pNext = pcache1.pFree;
pSlot            40167 ext/sqlite3/libsqlite/sqlite3.c     pcache1.pFree = pSlot;
pSlot            59276 ext/sqlite3/libsqlite/sqlite3.c     u8 *pSlot;
pSlot            59277 ext/sqlite3/libsqlite/sqlite3.c     if( bFreelist==0 || (pSlot = pageFindSlot(pPg, sz, &rc, 0))==0 ){
pSlot            59280 ext/sqlite3/libsqlite/sqlite3.c       pSlot = pData;
pSlot            59282 ext/sqlite3/libsqlite/sqlite3.c     memcpy(pSlot, apCell[i], sz);
pSlot            59283 ext/sqlite3/libsqlite/sqlite3.c     put2byte(pCellptr, (pSlot - aData));