/external/chromium_org/third_party/sqlite/src/src/ |
walker.c | 42 testcase( ExprHasProperty(pExpr, EP_TokenOnly) ); 43 testcase( ExprHasProperty(pExpr, EP_Reduced) ); 49 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
|
expr.c | 41 assert( !ExprHasProperty(pExpr, EP_IntValue) ); 167 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){ 327 if( ExprHasProperty(p, EP_xIsSelect) ){ 524 assert( !ExprHasProperty(pNew, EP_xIsSelect) ); 617 assert( !ExprHasProperty(p, EP_IntValue) || p->u.iValue>=0 ); 621 if( !ExprHasProperty(p, EP_Reduced) && (p->flags2 & EP2_MallocedToken)!=0 ){ 624 if( ExprHasProperty(p, EP_xIsSelect) ){ 630 if( !ExprHasProperty(p, EP_Static) ){ 641 if( ExprHasProperty(p, EP_TokenOnly) ) return EXPR_TOKENONLYSIZE; 642 if( ExprHasProperty(p, EP_Reduced) ) return EXPR_REDUCEDSIZE [all...] |
resolve.c | 72 }else if( ExprHasProperty(pOrig, EP_IntValue) || pOrig->u.zToken==0 ){ 309 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){ 340 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){ 526 assert( !ExprHasProperty(pExpr, EP_xIsSelect) ); 584 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ [all...] |
select.c | [all...] |
attach.c | 496 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
|
where.c | 449 if( ExprHasProperty(p, EP_xIsSelect) ){ [all...] |
vdbemem.c | 1059 if( ExprHasProperty(pExpr, EP_IntValue) ){ [all...] |
sqliteInt.h | [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | [all...] |