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

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h1697 #define EP_TokenOnly 0x2000 /* Expr struct is EXPR_TOKENONLYSIZE bytes only */
1734 #define EXPR_TOKENONLYSIZE offsetof(Expr,pLeft) /* Fewer features */ macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10042 #define EP_TokenOnly 0x2000 /* Expr struct is EXPR_TOKENONLYSIZE bytes only */
10079 #define EXPR_TOKENONLYSIZE offsetof(Expr,pLeft) /* Fewer features */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11410 #define EP_TokenOnly 0x004000 /* Expr struct EXPR_TOKENONLYSIZE bytes only */
11443 #define EXPR_TOKENONLYSIZE offsetof(Expr,pLeft) /* Fewer features */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11410 #define EP_TokenOnly 0x004000 /* Expr struct EXPR_TOKENONLYSIZE bytes only */
11443 #define EXPR_TOKENONLYSIZE offsetof(Expr,pLeft) /* Fewer features */ macro
[all...]

Completed in 530 milliseconds