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

/external/sqlite/dist/orig/
H A Dsqlite3.c11350 int szScratch; /* Size of each scratch buffer */ member in struct:Sqlite3Config
12341 0, /* szScratch */
18750 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100
18754 sz = ROUNDDOWN8(sqlite3GlobalConfig.szScratch);
18755 sqlite3GlobalConfig.szScratch = sz;
18769 sqlite3GlobalConfig.szScratch = 0;
18940 if( mem0.nScratchFree && sqlite3GlobalConfig.szScratch>=n ){
55304 int szScratch; /* Size of scratch memory requested */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11350 int szScratch; /* Size of each scratch buffer */ member in struct:Sqlite3Config
12341 0, /* szScratch */
18750 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100
18754 sz = ROUNDDOWN8(sqlite3GlobalConfig.szScratch);
18755 sqlite3GlobalConfig.szScratch = sz;
18769 sqlite3GlobalConfig.szScratch = 0;
18940 if( mem0.nScratchFree && sqlite3GlobalConfig.szScratch>=n ){
55332 int szScratch; /* Size of scratch memory requested */ local
[all...]

Completed in 324 milliseconds