Searched refs:EP_TokenOnly (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwalker.c42 testcase( ExprHasProperty(pExpr, EP_TokenOnly) );
46 && !ExprHasAnyProperty(pExpr,EP_TokenOnly) ){
H A Dattach.c495 if( ExprHasAnyProperty(pExpr, EP_TokenOnly) ) break;
H A Dresolve.c82 assert( (pDup->flags & (EP_Reduced|EP_TokenOnly))==0 );
148 assert( ~ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
H A Dexpr.c550 assert( !ExprHasAnyProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
618 if( !ExprHasAnyProperty(p, EP_TokenOnly) ){
641 if( ExprHasProperty(p, EP_TokenOnly) ) return EXPR_TOKENONLYSIZE;
664 ** EXPR_TOKENONLYSIZE | EP_TokenOnly
668 ** return value with EP_Reduced|EP_TokenOnly.
686 assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) );
693 nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly;
787 /* Set the EP_Reduced, EP_TokenOnly, and EP_Static flags appropriately. */
788 pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static);
789 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly);
[all...]
H A DsqliteInt.h1630 ** If the EP_Reduced and EP_TokenOnly flags are set when
1646 /* If the EP_TokenOnly flag is set in the Expr.flags mask, then no
1697 #define EP_TokenOnly 0x2000 /* Expr struct is EXPR_TOKENONLYSIZE bytes only */ macro
1730 ** and an Expr struct with the EP_TokenOnly flag set.
H A Dselect.c262 assert( !ExprHasAnyProperty(pEq, EP_TokenOnly|EP_Reduced) );
298 assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9975 ** If the EP_Reduced and EP_TokenOnly flags are set when
9991 /* If the EP_TokenOnly flag is set in the Expr.flags mask, then no
10042 #define EP_TokenOnly 0x2000 /* Expr struct is EXPR_TOKENONLYSIZE bytes only */ macro
10075 ** and an Expr struct with the EP_TokenOnly flag set.
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11342 ** If the EP_Reduced and EP_TokenOnly flags are set when
11358 /* If the EP_TokenOnly flag is set in the Expr.flags mask, then no
11410 #define EP_TokenOnly 0x004000 /* Expr struct EXPR_TOKENONLYSIZE bytes only */ macro
11439 ** and an Expr struct with the EP_TokenOnly flag set.
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11342 ** If the EP_Reduced and EP_TokenOnly flags are set when
11358 /* If the EP_TokenOnly flag is set in the Expr.flags mask, then no
11410 #define EP_TokenOnly 0x004000 /* Expr struct EXPR_TOKENONLYSIZE bytes only */ macro
11439 ** and an Expr struct with the EP_TokenOnly flag set.
[all...]

Completed in 753 milliseconds