Searched refs:EP_TokenOnly (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c18901 ** If the EP_Reduced and EP_TokenOnly flags are set when
18924 /* If the EP_TokenOnly flag is set in the Expr.flags mask, then no
18993 #define EP_TokenOnly 0x010000 /* Expr struct EXPR_TOKENONLYSIZE bytes only */ macro
19024 #define ExprIsFullSize(E) (((E)->flags&(EP_Reduced|EP_TokenOnly))==0)
19061 ** and an Expr struct with the EP_TokenOnly flag set.
[all...]

Completed in 605 milliseconds