Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.h70 #define TK_GT 70 macro
H A Dwhere.c154 case TK_GT: in allowedOp()
512 case TK_GT: iDirectGt[i] = j; break; in sqliteWhereBegin()
522 case TK_GT: iDirectLt[i] = j; break; in sqliteWhereBegin()
587 case TK_GT: { in sqliteWhereBegin()
618 case TK_GT: { 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()
1015 && (pExpr->op==TK_GT || pExpr->op==TK_GE) in sqliteWhereBegin()
1064 && (pExpr->op==TK_GT || pExpr->op==TK_GE) in sqliteWhereBegin()
H A Dexpr.c958 case TK_GT: in sqliteExprType()
1024 case TK_GT: op = OP_Gt; break; in sqliteExprCode()
1074 case TK_GT: in sqliteExprCode()
1307 case TK_GT: op = OP_Gt; break; in sqliteExprIfTrue()
1334 case TK_GT: in sqliteExprIfTrue()
1402 case TK_GT: op = OP_Le; break; in sqliteExprIfFalse()
1429 case TK_GT: in sqliteExprIfFalse()
H A Dtokenize.c296 *tokenType = TK_GT; in sqliteGetToken()
H A Dparse.y569 expr(A) ::= expr(X) GT expr(Y). {A = sqliteExpr(TK_GT, X, Y, 0);}
H A Dparse.c2534 {yygotominor.yy242 = sqliteExpr(TK_GT, yymsp[-2].minor.yy242, yymsp[0].minor.yy242, 0);} in yy_reduce()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c73614 case TK_GT:
73626 testcase( op==TK_GT );
74422 case TK_GT:
74434 testcase( op==TK_GT );
74573 case TK_GT:
98824 assert( TK_GT>TK_EQ && TK_GT<TK_GE );
98858 if( pExpr->op>=TK_GT ){
98861 assert( TK_GT>TK_EQ );
98862 assert( TK_GT<TK_LE );
98864 pExpr->op = ((pExpr->op-TK_GT)^2)+TK_GT;
[all …]

Completed in 289 milliseconds