Searched refs:nScratchFree (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.c17166 u32 nScratchFree; member in struct:Mem0Global
17210 mem0.nScratchFree = sqlite3GlobalConfig.nScratch;
17417 if( mem0.nScratchFree==0 ){
17422 i = mem0.aScratchFree[--mem0.nScratchFree];
17478 assert( mem0.nScratchFree<(u32)sqlite3GlobalConfig.nScratch );
17479 mem0.aScratchFree[mem0.nScratchFree++] = i;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c17166 u32 nScratchFree; member in struct:Mem0Global
17210 mem0.nScratchFree = sqlite3GlobalConfig.nScratch;
17417 if( mem0.nScratchFree==0 ){
17422 i = mem0.aScratchFree[--mem0.nScratchFree];
17478 assert( mem0.nScratchFree<(u32)sqlite3GlobalConfig.nScratch );
17479 mem0.aScratchFree[mem0.nScratchFree++] = i;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c17166 u32 nScratchFree; member in struct:Mem0Global
17210 mem0.nScratchFree = sqlite3GlobalConfig.nScratch;
17417 if( mem0.nScratchFree==0 ){
17422 i = mem0.aScratchFree[--mem0.nScratchFree];
17478 assert( mem0.nScratchFree<(u32)sqlite3GlobalConfig.nScratch );
17479 mem0.aScratchFree[mem0.nScratchFree++] = i;
[all...]

Completed in 697 milliseconds