Searched refs:ScratchFreeslot (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c18136 typedef struct ScratchFreeslot { struct
18137 struct ScratchFreeslot *pNext; /* Next unused scratch buffer */
18138 } ScratchFreeslot; typedef in typeref:struct:ScratchFreeslot
18163 ScratchFreeslot *pScratchFree;
18264 ScratchFreeslot *pSlot;
18267 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
18272 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
18498 ScratchFreeslot *pSlot;
18499 pSlot = (ScratchFreeslot*)p;
[all...]

Completed in 399 milliseconds