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

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h1630 ** If the EP_Reduced and EP_TokenOnly flags are set when
1646 /* If the EP_TokenOnly flag is set in the Expr.flags mask, then no
1697 #define EP_TokenOnly 0x2000 /* Expr struct is EXPR_TOKENONLYSIZE bytes only */ macro
1730 ** and an Expr struct with the EP_TokenOnly flag set.
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9975 ** If the EP_Reduced and EP_TokenOnly flags are set when
9991 /* If the EP_TokenOnly flag is set in the Expr.flags mask, then no
10042 #define EP_TokenOnly 0x2000 /* Expr struct is EXPR_TOKENONLYSIZE bytes only */ macro
10075 ** and an Expr struct with the EP_TokenOnly flag set.
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11342 ** If the EP_Reduced and EP_TokenOnly flags are set when
11358 /* If the EP_TokenOnly flag is set in the Expr.flags mask, then no
11410 #define EP_TokenOnly 0x004000 /* Expr struct EXPR_TOKENONLYSIZE bytes only */ macro
11439 ** and an Expr struct with the EP_TokenOnly flag set.
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11342 ** If the EP_Reduced and EP_TokenOnly flags are set when
11358 /* If the EP_TokenOnly flag is set in the Expr.flags mask, then no
11410 #define EP_TokenOnly 0x004000 /* Expr struct EXPR_TOKENONLYSIZE bytes only */ macro
11439 ** and an Expr struct with the EP_TokenOnly flag set.
[all...]

Completed in 684 milliseconds