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