Home
last modified time | relevance | path

Searched refs:addrLoop (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Ddelete.c239 int addrLoop = 0; /* Top of the delete loop */ in sqlite3DeleteFrom() local
504 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v); in sqlite3DeleteFrom()
508 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey); in sqlite3DeleteFrom()
538 sqlite3VdbeAddOp2(v, OP_Next, iEphCur, addrLoop+1); VdbeCoverage(v); in sqlite3DeleteFrom()
539 sqlite3VdbeJumpHere(v, addrLoop); in sqlite3DeleteFrom()
541 sqlite3VdbeGoto(v, addrLoop); in sqlite3DeleteFrom()
542 sqlite3VdbeJumpHere(v, addrLoop); in sqlite3DeleteFrom()
H A DvdbeInt.h333 int addrLoop; /* Address of "loops" counter */ member
H A Dvdbeaux.c763 int addrLoop, /* Address of loop counter */ in sqlite3VdbeScanStatus() argument
774 pNew->addrLoop = addrLoop; in sqlite3VdbeScanStatus()
H A Dvdbeapi.c1913 *(sqlite3_int64*)pOut = p->anExec[pScan->addrLoop]; in sqlite3_stmt_scanstatus()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Ddelete.c273 int addrLoop = 0; /* Top of the delete loop */ in sqlite3DeleteFrom() local
556 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v); in sqlite3DeleteFrom()
564 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey); in sqlite3DeleteFrom()
597 sqlite3VdbeAddOp2(v, OP_Next, iEphCur, addrLoop+1); VdbeCoverage(v); in sqlite3DeleteFrom()
598 sqlite3VdbeJumpHere(v, addrLoop); in sqlite3DeleteFrom()
600 sqlite3VdbeGoto(v, addrLoop); in sqlite3DeleteFrom()
601 sqlite3VdbeJumpHere(v, addrLoop); in sqlite3DeleteFrom()
H A DvdbeInt.h353 int addrLoop; /* Address of "loops" counter */ member
H A Dvdbeaux.c1021 int addrLoop, /* Address of loop counter */ in sqlite3VdbeScanStatus() argument
1032 pNew->addrLoop = addrLoop; in sqlite3VdbeScanStatus()
H A Dvdbeapi.c2000 *(sqlite3_int64*)pOut = p->anExec[pScan->addrLoop]; in sqlite3_stmt_scanstatus()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Ddelete.c267 int addrLoop = 0; /* Top of the delete loop */ in sqlite3DeleteFrom() local
550 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v); in sqlite3DeleteFrom()
558 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey); in sqlite3DeleteFrom()
591 sqlite3VdbeAddOp2(v, OP_Next, iEphCur, addrLoop+1); VdbeCoverage(v); in sqlite3DeleteFrom()
592 sqlite3VdbeJumpHere(v, addrLoop); in sqlite3DeleteFrom()
594 sqlite3VdbeGoto(v, addrLoop); in sqlite3DeleteFrom()
595 sqlite3VdbeJumpHere(v, addrLoop); in sqlite3DeleteFrom()
H A DvdbeInt.h351 int addrLoop; /* Address of "loops" counter */ member
H A Dvdbeaux.c1018 int addrLoop, /* Address of loop counter */ in sqlite3VdbeScanStatus() argument
1029 pNew->addrLoop = addrLoop; in sqlite3VdbeScanStatus()
H A Dvdbeapi.c2001 *(sqlite3_int64*)pOut = p->anExec[pScan->addrLoop]; in sqlite3_stmt_scanstatus()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Ddelete.c267 int addrLoop = 0; /* Top of the delete loop */ in sqlite3DeleteFrom() local
549 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v); in sqlite3DeleteFrom()
557 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey); in sqlite3DeleteFrom()
590 sqlite3VdbeAddOp2(v, OP_Next, iEphCur, addrLoop+1); VdbeCoverage(v); in sqlite3DeleteFrom()
591 sqlite3VdbeJumpHere(v, addrLoop); in sqlite3DeleteFrom()
593 sqlite3VdbeGoto(v, addrLoop); in sqlite3DeleteFrom()
594 sqlite3VdbeJumpHere(v, addrLoop); in sqlite3DeleteFrom()
H A DvdbeInt.h352 int addrLoop; /* Address of "loops" counter */ member
H A Dvdbeaux.c1020 int addrLoop, /* Address of loop counter */ in sqlite3VdbeScanStatus() argument
1031 pNew->addrLoop = addrLoop; in sqlite3VdbeScanStatus()
H A Dvdbeapi.c2000 *(sqlite3_int64*)pOut = p->anExec[pScan->addrLoop]; in sqlite3_stmt_scanstatus()
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/
H A Dclientconn.go984 addrLoop:
1057 break addrLoop
1083 break addrLoop
1098 break addrLoop
1111 break addrLoop
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-gcp-common/vendor/google.golang.org/grpc/
H A Dclientconn.go984 addrLoop:
1057 break addrLoop
1082 break addrLoop
1097 break addrLoop
1110 break addrLoop
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c14911 int addrLoop; /* Address of "loops" counter */ member
66535 int addrLoop, /* Address of loop counter */
66546 pNew->addrLoop = addrLoop;
71754 *(sqlite3_int64*)pOut = p->anExec[pScan->addrLoop];
96960 int addrLoop = 0; /* Top of the delete loop */
97200 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v);
97204 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey);
97229 sqlite3VdbeAddOp2(v, OP_Next, iEphCur, addrLoop+1); VdbeCoverage(v);
97230 sqlite3VdbeJumpHere(v, addrLoop);
97232 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrLoop);
[all …]
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c14911 int addrLoop; /* Address of "loops" counter */ member
66535 int addrLoop, /* Address of loop counter */
66546 pNew->addrLoop = addrLoop;
71754 *(sqlite3_int64*)pOut = p->anExec[pScan->addrLoop];
96960 int addrLoop = 0; /* Top of the delete loop */
97200 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v);
97204 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey);
97229 sqlite3VdbeAddOp2(v, OP_Next, iEphCur, addrLoop+1); VdbeCoverage(v);
97230 sqlite3VdbeJumpHere(v, addrLoop);
97232 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrLoop);
[all …]
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c14717 int addrLoop; /* Address of "loops" counter */ member
65260 int addrLoop, /* Address of loop counter */
65271 pNew->addrLoop = addrLoop;
70363 *(sqlite3_int64*)pOut = p->anExec[pScan->addrLoop];
95470 int addrLoop = 0; /* Top of the delete loop */
95710 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v);
95714 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey);
95739 sqlite3VdbeAddOp2(v, OP_Next, iEphCur, addrLoop+1); VdbeCoverage(v);
95740 sqlite3VdbeJumpHere(v, addrLoop);
95742 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrLoop);
[all …]
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c14911 int addrLoop; /* Address of "loops" counter */ member
66556 int addrLoop, /* Address of loop counter */
66567 pNew->addrLoop = addrLoop;
71775 *(sqlite3_int64*)pOut = p->anExec[pScan->addrLoop];
96981 int addrLoop = 0; /* Top of the delete loop */
97221 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v);
97225 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey);
97250 sqlite3VdbeAddOp2(v, OP_Next, iEphCur, addrLoop+1); VdbeCoverage(v);
97251 sqlite3VdbeJumpHere(v, addrLoop);
97253 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrLoop);
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c14911 int addrLoop; /* Address of "loops" counter */ member
66535 int addrLoop, /* Address of loop counter */
66546 pNew->addrLoop = addrLoop;
71754 *(sqlite3_int64*)pOut = p->anExec[pScan->addrLoop];
96960 int addrLoop = 0; /* Top of the delete loop */
97200 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v);
97204 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey);
97229 sqlite3VdbeAddOp2(v, OP_Next, iEphCur, addrLoop+1); VdbeCoverage(v);
97230 sqlite3VdbeJumpHere(v, addrLoop);
97232 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrLoop);
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c14911 int addrLoop; /* Address of "loops" counter */ member
66535 int addrLoop, /* Address of loop counter */
66546 pNew->addrLoop = addrLoop;
71754 *(sqlite3_int64*)pOut = p->anExec[pScan->addrLoop];
96960 int addrLoop = 0; /* Top of the delete loop */
97200 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v);
97204 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey);
97229 sqlite3VdbeAddOp2(v, OP_Next, iEphCur, addrLoop+1); VdbeCoverage(v);
97230 sqlite3VdbeJumpHere(v, addrLoop);
97232 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrLoop);
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c14911 int addrLoop; /* Address of "loops" counter */
66535 int addrLoop, /* Address of loop counter */
66546 pNew->addrLoop = addrLoop;
71754 *(sqlite3_int64*)pOut = p->anExec[pScan->addrLoop];
96960 int addrLoop = 0; /* Top of the delete loop */
97200 addrLoop = sqlite3VdbeAddOp1(v, OP_Rewind, iEphCur); VdbeCoverage(v);
97204 addrLoop = sqlite3VdbeAddOp3(v, OP_RowSetRead, iRowSet, 0, iKey);
97229 sqlite3VdbeAddOp2(v, OP_Next, iEphCur, addrLoop+1); VdbeCoverage(v);
97230 sqlite3VdbeJumpHere(v, addrLoop);
97232 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrLoop);
[all …]

1234567