Home
last modified time | relevance | path

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

/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c85502 case TK_LT:
86533 case TK_LT:
86660 assert( pExpr->op!=TK_LT || op==OP_Ge );
86689 case TK_LT:
116154 #define WO_LT (WO_EQ<<(TK_LT-TK_EQ))
116537 assert( TK_LT>TK_EQ && TK_LT<TK_GE );
116574 assert( TK_LT==TK_GT+2 );
116600 assert( op!=TK_LT || c==WO_LT );
117588 pNewExpr2 = sqlite3PExpr(pParse, TK_LT,
119603 VdbeCoverageIf(v, pX->op==TK_LT);
[all …]

Completed in 268 milliseconds