Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dopcodes.h34 #define OP_Ge 33 macro
H A Dexpr.c1025 case TK_GE: op = OP_Ge; break; in sqliteExprCode()
1187 sqliteVdbeAddOp(v, OP_Ge, 0, 0); in sqliteExprCode()
1308 case TK_GE: op = OP_Ge; break; in sqliteExprIfTrue()
1400 case TK_LT: op = OP_Ge; break; in sqliteExprIfFalse()
1473 sqliteVdbeAddOp(v, OP_Ge, !jumpIfNull, addr+3); in sqliteExprIfFalse()
H A Dpragma.c219 sqliteVdbeAddOp(v, OP_Ge, 0, addr+3); in sqlitePragma()
H A Dwhere.c906 testOp = OP_Ge; in sqliteWhereBegin()
H A Dvdbe.c1407 case OP_Ge: { in sqliteVdbeExec()
1593 default: c = c>=0; assert( pOp->opcode-6==OP_Ge ); break; in sqliteVdbeExec()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8340 #define OP_Ge 80 /* same as TK_GE */ macro
64530 case OP_Ge: { /* same as TK_GE, jump, in1, in3 */
73621 assert( TK_GE==OP_Ge );
73890 codeCompare(pParse, pLeft, pRight, OP_Ge,
74429 assert( TK_GE==OP_Ge );
74544 assert( pExpr->op!=TK_LT || op==OP_Ge );
75588 j1 = sqlite3VdbeAddOp3(v, OP_Ge, r2, 0, r1);
102095 testOp = bRev ? OP_Le : OP_Ge;

Completed in 268 milliseconds