Lines Matching refs:nTotal
20166 int nTotal = nField + 4; in recoverLostAndFoundInsert() local
20172 for(ii=0; ii<nTotal; ii++){ in recoverLostAndFoundInsert()
20180 for(ii=0; ii<nTotal; ii++){ in recoverLostAndFoundInsert()
23791 i64 nTotal = 0; in display_explain_scanstats() local
23806 sqlite3_stmt_scanstatus_v2(p, -1, SQLITE_SCANSTAT_NCYCLE, f, (void*)&nTotal); in display_explain_scanstats()
23832 if( nCycle>=0 && nTotal>0 ){ in display_explain_scanstats()
23834 nCycle, ((nCycle*100)+nTotal/2) / nTotal in display_explain_scanstats()
23858 eqp_render(pArg, nTotal); in display_explain_scanstats()
24392 int j, nTotal, w, n; in exec_prepared_stmt_columnar() local
24483 nTotal = nColumn*(nRow+1); in exec_prepared_stmt_columnar()
24484 for(i=0; i<nTotal; i++){ in exec_prepared_stmt_columnar()
24555 for(i=nColumn, j=0; i<nTotal; i++, j++){ in exec_prepared_stmt_columnar()
24566 if( bMultiLineRowExists && abRowDiv[i/nColumn-1] && i+1<nTotal ){ in exec_prepared_stmt_columnar()