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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c5847 int szScratch; /* Size of scratch memory requested */ local
5966 szScratch =
5971 apCell = sqlite3ScratchMalloc( szScratch );
H A DsqliteInt.h2433 int szScratch; /* Size of each scratch buffer */ member in struct:Sqlite3Config
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10793 int szScratch; /* Size of each scratch buffer */ member in struct:Sqlite3Config
11750 0, /* szScratch */
17884 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100
17888 sz = ROUNDDOWN8(sqlite3GlobalConfig.szScratch);
17889 sqlite3GlobalConfig.szScratch = sz;
17903 sqlite3GlobalConfig.szScratch = 0;
18074 if( mem0.nScratchFree && sqlite3GlobalConfig.szScratch>=n ){
53145 int szScratch; /* Size of scratch memory requested */ local
[all...]
/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 772 milliseconds