Home
last modified time | relevance | path

Searched refs:OP_Count (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h61 #define OP_Count 31 macro
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Danalyze.c195 sqlite3VdbeAddOp2(v, OP_Count, iIdxCur, regLast); in analyzeOneTable()
352 sqlite3VdbeAddOp2(v, OP_Count, iIdxCur, regSampleno); in analyzeOneTable()
H A Dselect.c4260 sqlite3VdbeAddOp2(v, OP_Count, iCsr, sAggInfo.aFunc[0].iMem); in sqlite3Select()
H A Dvdbe.c2533 case OP_Count: { /* out2-prerelease */ in sqlite3VdbeExec()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dcount.test23 # count-1.*: Test that the OP_Count instruction appears to work on both
H A Deqp.test25 # eqp-7.*: "SELECT count(*) FROM tbl" statements (VDBE code OP_Count).
536 # The following tests - eqp-7.* - test that queries that use the OP_Count
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dcount.test22 # count-1.*: Test that the OP_Count instruction appears to work on both
H A Deqp.test30 # eqp-7.*: "SELECT count(*) FROM tbl" statements (VDBE code OP_Count).
562 # The following tests - eqp-7.* - test that queries that use the OP_Count
604 # The following tests - eqp-8.* - test that queries that use the OP_Count
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dcount.test22 # count-1.*: Test that the OP_Count instruction appears to work on both
H A Deqp.test30 # eqp-7.*: "SELECT count(*) FROM tbl" statements (VDBE code OP_Count).
659 # The following tests - eqp-7.* - test that queries that use the OP_Count
705 # The following tests - eqp-8.* - test that queries that use the OP_Count
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dcount.test22 # count-1.*: Test that the OP_Count instruction appears to work on both
H A Deqp.test30 # eqp-7.*: "SELECT count(*) FROM tbl" statements (VDBE code OP_Count).
659 # The following tests - eqp-7.* - test that queries that use the OP_Count
705 # The following tests - eqp-8.* - test that queries that use the OP_Count
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Danalyze.c1139 sqlite3VdbeAddOp2(v, OP_Count, iIdxCur, regTemp); in analyzeOneTable()
1147 sqlite3VdbeAddOp3(v, OP_Count, iIdxCur, regTemp, 1); in analyzeOneTable()
1324 sqlite3VdbeAddOp2(v, OP_Count, iTabCur, regStat1); in analyzeOneTable()
H A Dpragma.c1767 sqlite3VdbeAddOp2(v, OP_Count, iIdxCur+j, 3); in sqlite3Pragma()
H A Dselect.c7037 sqlite3VdbeAddOp2(v, OP_Count, iCsr, pAggInfo->aFunc[0].iMem); in sqlite3Select()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Danalyze.c1139 sqlite3VdbeAddOp2(v, OP_Count, iIdxCur, regTemp); in analyzeOneTable()
1147 sqlite3VdbeAddOp3(v, OP_Count, iIdxCur, regTemp, 1); in analyzeOneTable()
1324 sqlite3VdbeAddOp2(v, OP_Count, iTabCur, regStat1); in analyzeOneTable()
H A Dpragma.c1767 sqlite3VdbeAddOp2(v, OP_Count, iIdxCur+j, 3); in sqlite3Pragma()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Danalyze.c1115 sqlite3VdbeAddOp2(v, OP_Count, iIdxCur, regStat4+3); in analyzeOneTable()
1282 sqlite3VdbeAddOp2(v, OP_Count, iTabCur, regStat1); in analyzeOneTable()
H A Dpragma.c1683 sqlite3VdbeAddOp2(v, OP_Count, iIdxCur+j, 3); in sqlite3Pragma()
H A Dvdbe.c2820 case OP_Count: { /* out2 */ in sqlite3VdbeExec()
H A Dselect.c5917 sqlite3VdbeAddOp2(v, OP_Count, iCsr, sAggInfo.aFunc[0].iMem); in sqlite3Select()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Danalyze.c1093 sqlite3VdbeAddOp2(v, OP_Count, iIdxCur, regStat4+3); in analyzeOneTable()
1254 sqlite3VdbeAddOp2(v, OP_Count, iTabCur, regStat1); in analyzeOneTable()
H A Dpragma.c1737 sqlite3VdbeAddOp2(v, OP_Count, iIdxCur+j, 3); in sqlite3Pragma()
H A Dselect.c6680 sqlite3VdbeAddOp2(v, OP_Count, iCsr, sAggInfo.aFunc[0].iMem); in sqlite3Select()
H A Dvdbe.c3198 case OP_Count: { /* out2 */ in sqlite3VdbeExec()

12345678