Searched defs:EP_Reduced (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
1631 ** an Expr object is truncated. When EP_Reduced is set, then all
1635 ** allocated, regardless of whether or not EP_Reduced is set.
1659 /* If the EP_Reduced flag is set in the Expr.flags mask, then no
1696 #define EP_Reduced 0x1000 /* Expr struct is EXPR_REDUCEDSIZE bytes only */ macro
1729 ** struct, an Expr struct with the EP_Reduced flag set in Expr.flags
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9990 ** If the EP_Reduced and EP_TokenOnly flags are set when
9991 ** an Expr object is truncated. When EP_Reduced is set, then all
9995 ** allocated, regardless of whether or not EP_Reduced is set.
10019 /* If the EP_Reduced flag is set in the Expr.flags mask, then no
10056 #define EP_Reduced 0x1000 /* Expr struct is EXPR_REDUCEDSIZE bytes only */ macro
10089 ** struct, an Expr struct with the EP_Reduced flag set in Expr.flags
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10539 ** If the EP_Reduced and EP_TokenOnly flags are set when
10540 ** an Expr object is truncated. When EP_Reduced is set, then all
10544 ** allocated, regardless of whether or not EP_Reduced is set.
10568 /* If the EP_Reduced flag is set in the Expr.flags mask, then no
10605 #define EP_Reduced 0x2000 /* Expr struct is EXPR_REDUCEDSIZE bytes only */ macro
10638 ** struct, an Expr struct with the EP_Reduced flag set in Expr.flags
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10539 ** If the EP_Reduced and EP_TokenOnly flags are set when
10540 ** an Expr object is truncated. When EP_Reduced is set, then all
10544 ** allocated, regardless of whether or not EP_Reduced is set.
10568 /* If the EP_Reduced flag is set in the Expr.flags mask, then no
10605 #define EP_Reduced 0x2000 /* Expr struct is EXPR_REDUCEDSIZE bytes only */ macro
10638 ** struct, an Expr struct with the EP_Reduced flag set in Expr.flags
[all...]

Completed in 501 milliseconds