Lines Matching refs:EXPR_TOKENONLYSIZE
16303 #define EP_TokenOnly 0x004000 /* Expr struct EXPR_TOKENONLYSIZE bytes only */
16346 #define EXPR_TOKENONLYSIZE offsetof(Expr,pLeft) /* Fewer features */
93766 ** EXPR_REDUCEDSIZE or EXPR_TOKENONLYSIZE.
93769 if( ExprHasProperty(p, EP_TokenOnly) ) return EXPR_TOKENONLYSIZE;
93792 ** EXPR_TOKENONLYSIZE | EP_TokenOnly
93824 nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly;
93898 ** EXPR_TOKENONLYSIZE. nToken is set to the number of bytes consumed