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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c18163 ScratchFreeslot *pScratchFree; member in struct:Mem0Global
18269 mem0.pScratchFree = pSlot;
18452 p = mem0.pScratchFree;
18453 mem0.pScratchFree = mem0.pScratchFree->pNext;
18501 pSlot->pNext = mem0.pScratchFree;
18502 mem0.pScratchFree = pSlot;
[all...]

Completed in 509 milliseconds