ScratchFreeslot 17745 third_party/sqlite/amalgamation/sqlite3.c struct ScratchFreeslot *pNext; /* Next unused scratch buffer */ ScratchFreeslot 17771 third_party/sqlite/amalgamation/sqlite3.c ScratchFreeslot *pScratchFree; ScratchFreeslot 17872 third_party/sqlite/amalgamation/sqlite3.c ScratchFreeslot *pSlot; ScratchFreeslot 17875 third_party/sqlite/amalgamation/sqlite3.c pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch; ScratchFreeslot 17880 third_party/sqlite/amalgamation/sqlite3.c pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot); ScratchFreeslot 18106 third_party/sqlite/amalgamation/sqlite3.c ScratchFreeslot *pSlot; ScratchFreeslot 18107 third_party/sqlite/amalgamation/sqlite3.c pSlot = (ScratchFreeslot*)p; ScratchFreeslot 40 third_party/sqlite/src/src/malloc.c struct ScratchFreeslot *pNext; /* Next unused scratch buffer */ ScratchFreeslot 66 third_party/sqlite/src/src/malloc.c ScratchFreeslot *pScratchFree; ScratchFreeslot 167 third_party/sqlite/src/src/malloc.c ScratchFreeslot *pSlot; ScratchFreeslot 170 third_party/sqlite/src/src/malloc.c pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch; ScratchFreeslot 175 third_party/sqlite/src/src/malloc.c pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot); ScratchFreeslot 401 third_party/sqlite/src/src/malloc.c ScratchFreeslot *pSlot; ScratchFreeslot 402 third_party/sqlite/src/src/malloc.c pSlot = (ScratchFreeslot*)p;