Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.h72 #define TK_LT 72 macro
H A Dwhere.c152 case TK_LT: in allowedOp()
510 case TK_LT: iDirectLt[i] = j; break; in sqliteWhereBegin()
520 case TK_LT: iDirectGt[i] = j; break; in sqliteWhereBegin()
582 case TK_LT: { in sqliteWhereBegin()
613 case TK_LT: { in sqliteWhereBegin()
886 aExpr[k].p->op==TK_LT || aExpr[k].p->op==TK_GT, brk); in sqliteWhereBegin()
905 if( aExpr[k].p->op==TK_LT || aExpr[k].p->op==TK_GT ){ in sqliteWhereBegin()
1005 && (pExpr->op==TK_LT || pExpr->op==TK_LE) in sqliteWhereBegin()
1074 && (pExpr->op==TK_LT || pExpr->op==TK_LE) in sqliteWhereBegin()
H A Dexpr.c956 case TK_LT: in sqliteExprType()
1022 case TK_LT: op = OP_Lt; break; in sqliteExprCode()
1072 case TK_LT: in sqliteExprCode()
1305 case TK_LT: op = OP_Lt; break; in sqliteExprIfTrue()
1332 case TK_LT: in sqliteExprIfTrue()
1400 case TK_LT: op = OP_Ge; break; in sqliteExprIfFalse()
1427 case TK_LT: in sqliteExprIfFalse()
H A Dtokenize.c284 *tokenType = TK_LT; in sqliteGetToken()
H A Dparse.y568 expr(A) ::= expr(X) LT expr(Y). {A = sqliteExpr(TK_LT, X, Y, 0);}
H A Dparse.c2529 {yygotominor.yy242 = sqliteExpr(TK_LT, yymsp[-2].minor.yy242, yymsp[0].minor.yy242, 0);} in yy_reduce()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c73612 case TK_LT:
73618 assert( TK_LT==OP_Lt );
73624 testcase( op==TK_LT );
74420 case TK_LT:
74426 assert( TK_LT==OP_Lt );
74432 testcase( op==TK_LT );
74571 case TK_LT:
74577 testcase( op==TK_LT );
98825 assert( TK_LT>TK_EQ && TK_LT<TK_GE );
98859 assert( TK_LT==TK_GT+2 );
[all …]

Completed in 362 milliseconds