Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c12796 int nScratch; /* Number of scratch buffers */ member
20688 && sqlite3GlobalConfig.nScratch>0 ){
20694 n = sqlite3GlobalConfig.nScratch;
20707 sqlite3GlobalConfig.nScratch = 0;
20935 assert( mem0.nScratchFree <= (u32)sqlite3GlobalConfig.nScratch );
128423 sqlite3GlobalConfig.nScratch = va_arg(ap, int);

Completed in 352 milliseconds