Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9855 #define OP_Or 71 /* same as TK_OR, synopsis: r[P3]=(r[P1] || r[P2]) */ macro
72952 case OP_Or: { /* same as TK_OR, in1, in2, out3 */
85550 assert( TK_OR==OP_Or ); testcase( op==TK_OR );

Completed in 331 milliseconds