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

/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c160 assert( pExpr->op==TK_EQ || pExpr->op==TK_IN || pExpr->op==TK_LT ||
2388 case TK_LT:
2394 assert( TK_LT==OP_Lt );
2400 testcase( op==TK_LT );
3196 case TK_LT:
3202 assert( TK_LT==OP_Lt );
3208 testcase( op==TK_LT );
3305 ** TK_LT OP_Ge
3320 assert( pExpr->op!=TK_LT || op==OP_Ge );
3347 case TK_LT
[all...]
H A Dtokenize.c184 *tokenType = TK_LT;
H A Dwhere.c211 #define WO_LT (WO_EQ<<(TK_LT-TK_EQ))
493 assert( TK_LT>TK_EQ && TK_LT<TK_GE );
527 assert( TK_LT==TK_GT+2 );
553 assert( op!=TK_LT || c==WO_LT );
1282 pNewExpr2 = sqlite3PExpr(pParse, TK_LT,
3734 /* TK_LT */ OP_SeekLt,
3738 assert( TK_LT==TK_GT+2 ); /* ... of the TK_xx values... */
3762 if( pX->op==TK_LT || pX->op==TK_GT ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7203 #define TK_LT 79 macro
8075 #define OP_Lt 79 /* same as TK_LT */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8280 #define TK_LT 82 macro
9336 #define OP_Lt 82 /* same as TK_LT, synopsis: if r[P1]<r[P3] goto P2 */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8280 #define TK_LT 82 macro
9336 #define OP_Lt 82 /* same as TK_LT, synopsis: if r[P1]<r[P3] goto P2 */
[all...]

Completed in 1708 milliseconds