Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11094 int nScratch; /* Number of scratch buffers */ member
18262 && sqlite3GlobalConfig.nScratch>0 ){ in sqlite3MallocInit()
18268 n = sqlite3GlobalConfig.nScratch; in sqlite3MallocInit()
18281 sqlite3GlobalConfig.nScratch = 0; in sqlite3MallocInit()
18504 assert( mem0.nScratchFree <= (u32)sqlite3GlobalConfig.nScratch ); in sqlite3ScratchFree()
110500 sqlite3GlobalConfig.nScratch = va_arg(ap, int);