Searched refs:nTotal (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c16653 int nTotal = nField + 4; local
16659 for(ii=0; ii<nTotal; ii++){
16667 for(ii=0; ii<nTotal; ii++){
20085 i64 nTotal = 0; local
20100 sqlite3_stmt_scanstatus_v2(p, -1, SQLITE_SCANSTAT_NCYCLE, f, (void*)&nTotal);
20126 if( nCycle>=0 && nTotal>0 ){
20128 nCycle, ((nCycle*100)+nTotal/2) / nTotal
20152 eqp_render(pArg, nTotal);
20610 int j, nTotal, local
[all...]
H A Dsqlite3.c27174 int nTotal = 0; local
79314 int nTotal = pX->nData + pX->nZero; /* Total bytes of to write */ local
79361 int nTotal = pX->nData + pX->nZero; /* Total bytes of to write */ local
92444 int nTotal = 0; local
168022 i64 nTotal; member in struct:CallCount
168264 i64 nTotal; /* Total rows in partition */ member in struct:NtileCtx
203740 u64 nTotal = N<p->nAlloc ? p->nAlloc*2 : p->nAlloc+N+10; local
239700 int nTotal = 0; local
[all...]

Completed in 496 milliseconds