Home | History | Annotate | Download | only in dist

Lines Matching defs:pSlot

18753     ScratchFreeslot *pSlot;
18756 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
18758 mem0.pScratchFree = pSlot;
18761 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
18762 pSlot = pSlot->pNext;
18764 pSlot->pNext = 0;
18765 mem0.pScratchEnd = (void*)&pSlot[1];
18987 ScratchFreeslot *pSlot;
18988 pSlot = (ScratchFreeslot*)p;
18990 pSlot->pNext = mem0.pScratchFree;
18991 mem0.pScratchFree = pSlot;
37104 PgFreeslot *pSlot;
37107 pSlot = (PgFreeslot*)p;
37108 pSlot->pNext = pcache1.pFree;
37109 pcache1.pFree = pSlot;