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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmalloc.c165 && sqlite3GlobalConfig.nScratch>0 ){
171 n = sqlite3GlobalConfig.nScratch;
184 sqlite3GlobalConfig.nScratch = 0;
407 assert( mem0.nScratchFree <= (u32)sqlite3GlobalConfig.nScratch );
H A Dmain.c346 sqlite3GlobalConfig.nScratch = va_arg(ap, int);
H A DsqliteInt.h2434 int nScratch; /* Number of scratch buffers */ member in struct:Sqlite3Config
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10779 int nScratch; /* Number of scratch buffers */ member in struct:Sqlite3Config
11736 0, /* nScratch */
17870 && sqlite3GlobalConfig.nScratch>0 ){
17876 n = sqlite3GlobalConfig.nScratch;
17889 sqlite3GlobalConfig.nScratch = 0;
18112 assert( mem0.nScratchFree <= (u32)sqlite3GlobalConfig.nScratch );
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12200 int nScratch; /* Number of scratch buffers */ member in struct:Sqlite3Config
13348 0, /* nScratch */
19909 && sqlite3GlobalConfig.nScratch>0 ){
19915 n = sqlite3GlobalConfig.nScratch;
19928 sqlite3GlobalConfig.nScratch = 0;
20151 assert( mem0.nScratchFree <= (u32)sqlite3GlobalConfig.nScratch );
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12200 int nScratch; /* Number of scratch buffers */ member in struct:Sqlite3Config
13348 0, /* nScratch */
19909 && sqlite3GlobalConfig.nScratch>0 ){
19915 n = sqlite3GlobalConfig.nScratch;
19928 sqlite3GlobalConfig.nScratch = 0;
20151 assert( mem0.nScratchFree <= (u32)sqlite3GlobalConfig.nScratch );
[all...]

Completed in 1328 milliseconds