Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dopcodes.h5 #define OP_Halt 4 macro
H A Dattach.c34 sqliteVdbeAddOp(v, OP_Halt, 0, 0); in sqliteAttach()
143 sqliteVdbeAddOp(v, OP_Halt, 0, 0); in sqliteDetach()
H A Dinsert.c673 sqliteVdbeAddOp(v, OP_Halt, SQLITE_CONSTRAINT, onError); in sqliteGenerateConstraintChecks()
727 sqliteVdbeOp3(v, OP_Halt, SQLITE_CONSTRAINT, onError, in sqliteGenerateConstraintChecks()
825 sqliteVdbeOp3(v, OP_Halt, SQLITE_CONSTRAINT, onError, zErrMsg, 0); in sqliteGenerateConstraintChecks()
H A Dvdbeaux.c601 if( p->nOp==0 || (p->aOp && p->aOp[p->nOp-1].opcode!=OP_Halt) ){ in sqliteVdbeMakeReady()
602 sqliteVdbeAddOp(p, OP_Halt, 0, 0); in sqliteVdbeMakeReady()
H A Dpragma.c291 { OP_Halt, 0, 0, 0}, in sqlitePragma()
H A Dexpr.c1249 sqliteVdbeOp3(v, OP_Halt, SQLITE_CONSTRAINT, pExpr->iColumn, in sqliteExprCode()
H A Dbuild.c72 sqliteVdbeAddOp(v, OP_Halt, 0, 0); in sqliteExec()
H A Dvdbe.c660 case OP_Halt: { in sqliteVdbeExec()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8302 #define OP_Halt 6 macro
57929 || ((opcode==OP_Halt || opcode==OP_HaltIfNull)
63584 case OP_Halt: {
69060 {OP_Halt, 0, 0, 0}, /* 11 */
77482 sqlite3VdbeAddOp0(v, OP_Halt);
86851 sqlite3VdbeAddOp2(v, OP_Halt, SQLITE_OK, 0);
89191 sqlite3VdbeAddOp2(v, OP_Halt, 0, 0);
89238 sqlite3VdbeAddOp2(v, OP_Halt, 0, 0);
89258 { OP_Halt, 0, 0, 0},
89285 sqlite3VdbeAddOp2(v, OP_Halt, 0, 0);
[all …]

Completed in 293 milliseconds