ScratchFreeslot  18049 sqlite3/libsqlite/sqlite3.c   struct ScratchFreeslot *pNext;   /* Next unused scratch buffer */
ScratchFreeslot  18075 sqlite3/libsqlite/sqlite3.c   ScratchFreeslot *pScratchFree;
ScratchFreeslot  18176 sqlite3/libsqlite/sqlite3.c     ScratchFreeslot *pSlot;
ScratchFreeslot  18179 sqlite3/libsqlite/sqlite3.c     pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
ScratchFreeslot  18184 sqlite3/libsqlite/sqlite3.c       pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
ScratchFreeslot  18410 sqlite3/libsqlite/sqlite3.c       ScratchFreeslot *pSlot;
ScratchFreeslot  18411 sqlite3/libsqlite/sqlite3.c       pSlot = (ScratchFreeslot*)p;