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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c11319 int szScratch; /* Size of each scratch buffer */ member in struct:Sqlite3Config
12309 0, /* szScratch */
18686 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100
18690 sz = ROUNDDOWN8(sqlite3GlobalConfig.szScratch);
18691 sqlite3GlobalConfig.szScratch = sz;
18705 sqlite3GlobalConfig.szScratch = 0;
18876 if( mem0.nScratchFree && sqlite3GlobalConfig.szScratch>=n ){
55171 int szScratch; /* Size of scratch memory requested */ local
[all...]

Completed in 352 milliseconds