Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dopcodes.h41 #define OP_And 40 macro
H A Dexpr.c1020 case TK_AND: op = OP_And; break; in sqliteExprCode()
1191 sqliteVdbeAddOp(v, OP_And, 0, 0); in sqliteExprCode()
H A Dvdbe.c1618 case OP_And: in sqliteVdbeExec()
1636 if( pOp->opcode==OP_And ){ in sqliteVdbeExec()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8344 #define OP_And 69 /* same as TK_AND */ macro
64717 case OP_And: /* same as TK_AND, in1, in2, out3 */
64736 if( pOp->opcode==OP_And ){
73663 assert( TK_AND==OP_And );
73898 sqlite3VdbeAddOp3(v, OP_And, r3, r4, target);

Completed in 311 milliseconds