Searched refs:EP_Reduced (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwalker.c43 testcase( ExprHasProperty(pExpr, EP_Reduced) );
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) );
621 if( !ExprHasProperty(p, EP_Reduced) && (p->flags2 & EP2_MallocedToken)!=0 ){
642 if( ExprHasProperty(p, EP_Reduced) ) return EXPR_REDUCEDSIZE;
663 ** EXPR_REDUCEDSIZE | EP_Reduced
668 ** return value with EP_Reduced|EP_TokenOnly.
686 assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) );
691 nSize = EXPR_REDUCEDSIZE | EP_Reduced;
777 assert( ExprHasProperty(p, EP_Reduced)==0 );
787 /* Set the EP_Reduced, EP_TokenOnly, and EP_Static flags appropriately. */
788 pNew->flags &= ~(EP_Reduced|EP_TokenOnl
[all...]
H A DsqliteInt.h1630 ** If the EP_Reduced and EP_TokenOnly flags are set when
1631 ** an Expr object is truncated. When EP_Reduced is set, then all
1635 ** allocated, regardless of whether or not EP_Reduced is set.
1659 /* If the EP_Reduced flag is set in the Expr.flags mask, then no
1696 #define EP_Reduced 0x1000 /* Expr struct is EXPR_REDUCEDSIZE bytes only */ macro
1729 ** struct, an Expr struct with the EP_Reduced flag set in Expr.flags
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
9976 ** an Expr object is truncated. When EP_Reduced is set, then all
9980 ** allocated, regardless of whether or not EP_Reduced is set.
10004 /* If the EP_Reduced flag is set in the Expr.flags mask, then no
10041 #define EP_Reduced 0x1000 /* Expr struct is EXPR_REDUCEDSIZE bytes only */ macro
10074 ** struct, an Expr struct with the EP_Reduced flag set in Expr.flags
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11342 ** If the EP_Reduced and EP_TokenOnly flags are set when
11343 ** an Expr object is truncated. When EP_Reduced is set, then all
11347 ** allocated, regardless of whether or not EP_Reduced is set.
11370 /* If the EP_Reduced flag is set in the Expr.flags mask, then no
11409 #define EP_Reduced 0x002000 /* Expr struct EXPR_REDUCEDSIZE bytes only */ macro
11438 ** struct, an Expr struct with the EP_Reduced flag set in Expr.flags
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11342 ** If the EP_Reduced and EP_TokenOnly flags are set when
11343 ** an Expr object is truncated. When EP_Reduced is set, then all
11347 ** allocated, regardless of whether or not EP_Reduced is set.
11370 /* If the EP_Reduced flag is set in the Expr.flags mask, then no
11409 #define EP_Reduced 0x002000 /* Expr struct EXPR_REDUCEDSIZE bytes only */ macro
11438 ** struct, an Expr struct with the EP_Reduced flag set in Expr.flags
[all...]

Completed in 489 milliseconds