Home | History | Annotate | Download | only in dist

Lines Matching refs:nScratch

10546   int nScratch;                     /* Number of scratch buffers */
11488 0, /* nScratch */
17619 && sqlite3GlobalConfig.nScratch>0 ){
17625 n = sqlite3GlobalConfig.nScratch;
17638 sqlite3GlobalConfig.nScratch = 0;
17861 assert( mem0.nScratchFree<=sqlite3GlobalConfig.nScratch );
105153 sqlite3GlobalConfig.nScratch = va_arg(ap, int);