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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c19153 static void eqp_render(ShellState *p, i64 nCycle){ argument
19164 }else if( nCycle>0 ){
19165 oputf("QUERY PLAN (cycles=%lld [100%%])\n", nCycle);
20104 i64 nCycle = 0; local
20118 sqlite3_stmt_scanstatus_v2(p, ii, SQLITE_SCANSTAT_NCYCLE,f,(void*)&nCycle);
20124 if( nCycle>=0 || nLoop>=0 || nRow>=0 ){
20126 if( nCycle>=0 && nTotal>0 ){
20128 nCycle, ((nCycle*100)+nTotal/2) / nTotal
H A Dsqlite3.c16474 u64 nCycle; member in struct:VdbeOp
[all...]

Completed in 698 milliseconds