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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c10204 int szScratch; /* Size of each scratch buffer */ member in struct:Sqlite3Config
11148 0, /* szScratch */
17203 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100
17206 sqlite3GlobalConfig.szScratch = ROUNDDOWN8(sqlite3GlobalConfig.szScratch-4);
17208 [sqlite3GlobalConfig.szScratch*sqlite3GlobalConfig.nScratch];
17213 sqlite3GlobalConfig.szScratch = 0;
17413 if( sqlite3GlobalConfig.szScratch<n ){
17423 i *= sqlite3GlobalConfig.szScratch;
17475 i /= sqlite3GlobalConfig.szScratch;
50335 int szScratch; /* Size of scratch memory requested */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c10204 int szScratch; /* Size of each scratch buffer */ member in struct:Sqlite3Config
11148 0, /* szScratch */
17203 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100
17206 sqlite3GlobalConfig.szScratch = ROUNDDOWN8(sqlite3GlobalConfig.szScratch-4);
17208 [sqlite3GlobalConfig.szScratch*sqlite3GlobalConfig.nScratch];
17213 sqlite3GlobalConfig.szScratch = 0;
17413 if( sqlite3GlobalConfig.szScratch<n ){
17423 i *= sqlite3GlobalConfig.szScratch;
17475 i /= sqlite3GlobalConfig.szScratch;
50335 int szScratch; /* Size of scratch memory requested */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c10204 int szScratch; /* Size of each scratch buffer */ member in struct:Sqlite3Config
11148 0, /* szScratch */
17203 if( sqlite3GlobalConfig.pScratch && sqlite3GlobalConfig.szScratch>=100
17206 sqlite3GlobalConfig.szScratch = ROUNDDOWN8(sqlite3GlobalConfig.szScratch-4);
17208 [sqlite3GlobalConfig.szScratch*sqlite3GlobalConfig.nScratch];
17213 sqlite3GlobalConfig.szScratch = 0;
17413 if( sqlite3GlobalConfig.szScratch<n ){
17423 i *= sqlite3GlobalConfig.szScratch;
17475 i /= sqlite3GlobalConfig.szScratch;
50335 int szScratch; /* Size of scratch memory requested */ local
[all...]

Completed in 604 milliseconds