Lines Matching refs:ScratchFreeslot
17493 typedef struct ScratchFreeslot {
17494 struct ScratchFreeslot *pNext; /* Next unused scratch buffer */
17495 } ScratchFreeslot;
17520 ScratchFreeslot *pScratchFree;
17621 ScratchFreeslot *pSlot;
17624 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
17629 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
17855 ScratchFreeslot *pSlot;
17856 pSlot = (ScratchFreeslot*)p;