Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c18163 ScratchFreeslot *pScratchFree; member
18269 mem0.pScratchFree = pSlot; in sqlite3MallocInit()
18452 p = mem0.pScratchFree; in sqlite3ScratchMalloc()
18453 mem0.pScratchFree = mem0.pScratchFree->pNext; in sqlite3ScratchMalloc()
18501 pSlot->pNext = mem0.pScratchFree; in sqlite3ScratchFree()
18502 mem0.pScratchFree = pSlot; in sqlite3ScratchFree()