Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11092 void *pScratch; /* Scratch memory */ member
18261 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100 in sqlite3MallocInit()
18267 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch; in sqlite3MallocInit()
18279 sqlite3GlobalConfig.pScratch = 0; in sqlite3MallocInit()
18496 if( p>=sqlite3GlobalConfig.pScratch && p<mem0.pScratchEnd ){ in sqlite3ScratchFree()
110498 sqlite3GlobalConfig.pScratch = va_arg(ap, void*);