Home
last modified time | relevance | path

Searched refs:OP_IdxGE (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dopcodes.h96 #define OP_IdxGE 95 macro
H A Dwhere.c840 testOp = OP_IdxGE; in sqliteWhereBegin()
1025 testOp = OP_IdxGE; in sqliteWhereBegin()
1027 testOp = nEqColumn>0 ? OP_IdxGE : OP_Noop; in sqliteWhereBegin()
H A Dvdbe.c3560 case OP_IdxGE: { in sqliteVdbeExec()
3577 }else if( pOp->opcode==OP_IdxGE ){ in sqliteVdbeExec()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8396 #define OP_IdxGE 92 macro
67311 case OP_IdxGE: { /* jump */
67341 assert( pOp->opcode==OP_IdxGE );
102161 OP_IdxGE, /* 1: (end_constraints && !bRev) */
102314 testcase( op==OP_IdxGE );

Completed in 462 milliseconds