HomeSort by: relevance | last modified time | path
    Searched refs:nCycle (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 1158 static void qrfEqpRender(Qrf *p, i64 nCycle){
1169 }else if( nCycle>0 ){
1188 qrfApproxInt64(p->pOut, nCycle);
1265 i64 nCycle = 0;
1284 sqlite3_stmt_scanstatus_v2(pS,i, SQLITE_SCANSTAT_NCYCLE,f,(void*)&nCycle);
1288 if( nCycle>=0 || nLoop>=0 || nRow>=0 ){
1291 if( nCycle>=0 && nTotal>0 ){
1292 qrfApproxInt64(pStats, nCycle);
1294 ((nCycle*100)+nTotal/2) / nTotal
3337 " CASE WHEN ncycle<100_000 THEN ncycle || ' '
    [all...]
sqlite3.c 2901 ** used by [sqlite3_stmt_scanstatus_v2()] and the [nexec and ncycle]
11056 ** [nexec and ncycle] columns of the [bytecode virtual table].
17594 u64 nCycle;
17894 #define OPFLG_NCYCLE 0x40 /* ncycle:Cycles count against P1 */
    [all...]

Completed in 84 milliseconds