Home | History | Annotate | Download | only in dist

Lines Matching refs:EXPR_TOKENONLYSIZE

9818 #define EP_TokenOnly  0x2000  /* Expr struct is EXPR_TOKENONLYSIZE bytes only */
9855 #define EXPR_TOKENONLYSIZE offsetof(Expr,pLeft) /* Fewer features */
69437 ** EXPR_REDUCEDSIZE or EXPR_TOKENONLYSIZE.
69440 EXPR_TOKENONLYSIZE;
69463 ** EXPR_TOKENONLYSIZE | EP_TokenOnly
69492 nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly;
69564 ** EXPR_TOKENONLYSIZE. nToken is set to the number of bytes consumed