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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c11093 int szScratch; /* Size of each scratch buffer */ member in struct:Sqlite3Config
12055 0, /* szScratch */
18261 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100
18265 sz = ROUNDDOWN8(sqlite3GlobalConfig.szScratch);
18266 sqlite3GlobalConfig.szScratch = sz;
18280 sqlite3GlobalConfig.szScratch = 0;
18451 if( mem0.nScratchFree && sqlite3GlobalConfig.szScratch>=n ){
54132 int szScratch; /* Size of scratch memory requested */ local
[all...]

Completed in 478 milliseconds