Home
last modified time | relevance | path

Searched refs:P4_INTARRAY (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dvdbe.h117 #define P4_INTARRAY (-15) /* P4 is a vector of 32-bit integers */ macro
H A Dvdbeaux.c596 case P4_INTARRAY: in freeP4()
930 case P4_INTARRAY: { in displayP4()
H A Dselect.c2436 sqlite3VdbeAddOp4(v, OP_Permutation, 0, 0, 0, (char*)aPermute, P4_INTARRAY); in multiSelectOrderBy()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbe.h128 #define P4_INTARRAY (-15) /* P4 is a vector of 32-bit integers */ macro
H A Dvdbe.c2037 assert( pOp->p4type==P4_INTARRAY ); in sqlite3VdbeExec()
2080 assert( pOp[-1].p4type==P4_INTARRAY ); in sqlite3VdbeExec()
5227 assert( pOp->p4type==P4_INTARRAY || pOp->p4.ai==0 ); in sqlite3VdbeExec()
H A Dvdbeaux.c847 case P4_INTARRAY: { in freeP4()
1372 case P4_INTARRAY: { in displayP4()
H A Dpragma.c1549 sqlite3VdbeAddOp4(v, OP_IntegrityCk, 2, cnt, 1, (char*)aRoot,P4_INTARRAY); in sqlite3Pragma()
H A Dwherecode.c1004 sqlite3VdbeChangeP4(v, -1, (char*)ai, P4_INTARRAY); in codeDeferredSeek()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbe.h129 #define P4_INTARRAY (-15) /* P4 is a vector of 32-bit integers */ macro
H A Dvdbe.c2209 assert( pOp->p4type==P4_INTARRAY ); in sqlite3VdbeExec()
2252 assert( pOp[-1].p4type==P4_INTARRAY ); in sqlite3VdbeExec()
5987 assert( pOp->p4type==P4_INTARRAY || pOp->p4.ai==0 ); in sqlite3VdbeExec()
H A Dpragma.c1631 sqlite3VdbeAddOp4(v, OP_IntegrityCk, 2, cnt, 1, (char*)aRoot,P4_INTARRAY); in sqlite3Pragma()
H A Dvdbeaux.c1132 case P4_INTARRAY: { in freeP4()
1717 case P4_INTARRAY: { in sqlite3VdbeDisplayP4()
H A Dwherecode.c1076 sqlite3VdbeChangeP4(v, -1, (char*)ai, P4_INTARRAY); in codeDeferredSeek()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbe.h129 #define P4_INTARRAY (-15) /* P4 is a vector of 32-bit integers */ macro
H A Dvdbe.c2219 assert( pOp->p4type==P4_INTARRAY ); in sqlite3VdbeExec()
2262 assert( pOp[-1].p4type==P4_INTARRAY ); in sqlite3VdbeExec()
5739 assert( pOp->p4type==P4_INTARRAY || pOp->p4.ai==0 ); in sqlite3VdbeExec()
H A Dpragma.c1601 sqlite3VdbeAddOp4(v, OP_IntegrityCk, 2, cnt, 1, (char*)aRoot,P4_INTARRAY); in sqlite3Pragma()
H A Dvdbeaux.c1101 case P4_INTARRAY: { in freeP4()
1670 case P4_INTARRAY: { in displayP4()
H A Dwherecode.c1066 sqlite3VdbeChangeP4(v, -1, (char*)ai, P4_INTARRAY); in codeDeferredSeek()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbe.h129 #define P4_INTARRAY (-15) /* P4 is a vector of 32-bit integers */ macro
H A Dvdbe.c2222 assert( pOp->p4type==P4_INTARRAY ); in sqlite3VdbeExec()
2265 assert( pOp[-1].p4type==P4_INTARRAY ); in sqlite3VdbeExec()
5962 assert( pOp->p4type==P4_INTARRAY || pOp->p4.ai==0 ); in sqlite3VdbeExec()
H A Dpragma.c1631 sqlite3VdbeAddOp4(v, OP_IntegrityCk, 2, cnt, 1, (char*)aRoot,P4_INTARRAY); in sqlite3Pragma()
H A Dvdbeaux.c1131 case P4_INTARRAY: { in freeP4()
1716 case P4_INTARRAY: { in sqlite3VdbeDisplayP4()
H A Dwherecode.c1076 sqlite3VdbeChangeP4(v, -1, (char*)ai, P4_INTARRAY); in codeDeferredSeek()
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dpragma4.test83 # Verify that that P4_INTARRAY argument to OP_IntegrityCk is rendered
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dpragma4.test83 # Verify that that P4_INTARRAY argument to OP_IntegrityCk is rendered

12345678