Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dexpr.c1306 if( ExprHasProperty(p, EP_TokenOnly) ) return EXPR_TOKENONLYSIZE; in exprStructSize()
1364 nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly; in dupedExprStructSize()
H A DsqliteInt.h2980 #define EXPR_TOKENONLYSIZE offsetof(Expr,pLeft) /* Fewer features */ macro