Home
last modified time | relevance | path

Searched refs:OP_Or (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c8380 #define OP_Or 68 /* same as TK_OR */ macro
65491 case OP_Or: { /* same as TK_OR, in1, in2, out3 */
75460 assert( TK_OR==OP_Or );
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c12555 #define OP_Or 27 /* same as TK_OR, synopsis: r[P3]=(r[P1] || r[P2]) */ macro
79339 case OP_Or: { /* same as TK_OR, in1, in2, out3 */
92312 assert( TK_OR==OP_Or ); testcase( op==TK_OR );