Searched refs:nVisit (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | scanstatus.test | 107 nLoop 1 nVisit 1 nEst 1.0 zName x1 115 nLoop 1 nVisit 1 nEst 10.0 zName x1j 139 nLoop 1 nVisit 2 nEst 16384.0 zName x1j 152 nLoop 1 nVisit 2 nEst 16384.0 zName x2j 160 nLoop 1 nVisit 0 nEst 8.0 zName x2ij 168 nLoop 1 nVisit 0 nEst 8.0 zName x2ij 176 nLoop 1 nVisit 1 nEst 8.0 zName x2ij 196 nLoop 1 nVisit 1 nEst 10.0 zName a1a 198 nLoop 1 nVisit 1 nEst 10.0 zName a1bc 227 nLoop 1 nVisit 4 nEst 40.0 zName a1a [all …]
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_tree.c | 1190 int nVisit = 0; in treeCheckLinkedList() local 1210 nVisit++; in treeCheckLinkedList() 1213 if( rc==LSM_OK && (u32)nVisit!=db->treehdr.nChunk-1 ){ in treeCheckLinkedList()
|
| /sqlite-3.40.0/src/ |
| H A D | test1.c | 2205 sqlite3_int64 nVisit; in test_stmt_scanstatus() local 2221 sqlite3_stmt_scanstatus(pStmt, idx, SQLITE_SCANSTAT_NVISIT, (void*)&nVisit); in test_stmt_scanstatus() 2223 Tcl_ListObjAppendElement(0, pRet, Tcl_NewWideIntObj(nVisit)); in test_stmt_scanstatus()
|
| H A D | shell.c.in | 2986 sqlite3_int64 nLoop, nVisit; 3001 sqlite3_stmt_scanstatus(p, i, SQLITE_SCANSTAT_NVISIT, (void*)&nVisit); 3008 nLoop, nVisit, (sqlite3_int64)(rEstLoop+0.5), rEst
|