Searched defs:EXPR_TOKENONLYSIZE (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c9178 #define EP_TokenOnly 0x2000 /* Expr struct is EXPR_TOKENONLYSIZE bytes only */
9215 #define EXPR_TOKENONLYSIZE offsetof(Expr,pLeft) /* Fewer features */ macro
[all...]

Completed in 306 milliseconds