Home
last modified time | relevance | path

Searched refs:nExec (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/sqlite3/
HDsqlite3.c16520 u64 nExec; member
85137 pOp->nExec = 0;
85186 pOp->nExec = 0;
87437 p->aOp[i].nExec = 0;
88459 i64 cnt = p->aOp[i].nExec;
92801 *(sqlite3_int64*)pOut = aOp[pScan->addrLoop].nExec;
92809 *(sqlite3_int64*)pOut = aOp[pScan->addrVisit].nExec;
92911 pOp->nExec = 0;
94011 pOp->nExec++;
94016 pOp->nExec++;
[all …]