ScratchFreeslot  20554 ext/sqlite3/libsqlite/sqlite3.c   struct ScratchFreeslot *pNext;   /* Next unused scratch buffer */
ScratchFreeslot  20580 ext/sqlite3/libsqlite/sqlite3.c   ScratchFreeslot *pScratchFree;
ScratchFreeslot  20690 ext/sqlite3/libsqlite/sqlite3.c     ScratchFreeslot *pSlot;
ScratchFreeslot  20693 ext/sqlite3/libsqlite/sqlite3.c     pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
ScratchFreeslot  20698 ext/sqlite3/libsqlite/sqlite3.c       pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
ScratchFreeslot  20929 ext/sqlite3/libsqlite/sqlite3.c       ScratchFreeslot *pSlot;
ScratchFreeslot  20930 ext/sqlite3/libsqlite/sqlite3.c       pSlot = (ScratchFreeslot*)p;