Home | History | Annotate | Download | only in orig

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;
37076 PgFreeslot *pSlot;
37079 pSlot = (PgFreeslot*)p;
37080 pSlot->pNext = pcache1.pFree;
37081 pcache1.pFree = pSlot;