Home
last modified time | relevance | path

Searched refs:EXPR_REDUCEDSIZE (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dexpr.c1307 if( ExprHasProperty(p, EP_Reduced) ) return EXPR_REDUCEDSIZE; in exprStructSize()
1361 nSize = EXPR_REDUCEDSIZE | EP_Reduced; in dupedExprStructSize()
H A DsqliteInt.h2979 #define EXPR_REDUCEDSIZE offsetof(Expr,iTable) /* Common features */ macro