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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c11094 int nScratch; /* Number of scratch buffers */ member in struct:Sqlite3Config
12056 0, /* nScratch */
18262 && sqlite3GlobalConfig.nScratch>0 ){
18268 n = sqlite3GlobalConfig.nScratch;
18281 sqlite3GlobalConfig.nScratch = 0;
18504 assert( mem0.nScratchFree <= (u32)sqlite3GlobalConfig.nScratch );
[all...]

Completed in 403 milliseconds