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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c225 ** Value for wsFlags returned by bestIndex() and stored in
226 ** WhereLevel.wsFlags. These flags determine which search
230 ** The WhereLevel.wsFlags field is usually set to WO_IN|WO_EQ|WO_ISNULL.
231 ** But if the table is the right table of a left join, WhereLevel.wsFlags
232 ** is set to WO_IN|WO_EQ. The WhereLevel.wsFlags field can then be used as
1427 int wsFlags, /* Index usages flags */
1533 && (wsFlags & WHERE_COLUMN_NULL)==0
1697 pCost->plan.wsFlags = flags;
1753 if( (pCost->plan.wsFlags & WHERE_NOT_FULLSCAN)!=0 ){
1781 pCost->plan.wsFlags
1420 isSortingIndex( Parse *pParse, WhereMaskSet *pMaskSet, Index *pIdx, int base, ExprList *pOrderBy, int nEqCol, int wsFlags, int *pbRev ) argument
2760 int wsFlags = 0; local
[all...]
H A DsqliteInt.h1878 ** Within the union, pIdx is only used when wsFlags&WHERE_INDEXED is true.
1879 ** pTerm is only used when wsFlags&WHERE_MULTI_OR is true. And pVtabIdx
1880 ** is only used when wsFlags&WHERE_VIRTUALTABLE is true. It is never the
1884 u32 wsFlags; /* WHERE_* flags that describe the strategy */ member in struct:WherePlan
1919 union { /* Information that depends on plan.wsFlags */
1926 } in; /* Used when plan.wsFlags&WHERE_IN_ABLE */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10238 ** Within the union, pIdx is only used when wsFlags&WHERE_INDEXED is true.
10239 ** pTerm is only used when wsFlags&WHERE_MULTI_OR is true. And pVtabIdx
10240 ** is only used when wsFlags&WHERE_VIRTUALTABLE is true. It is never the
10244 u32 wsFlags; /* WHERE_* flags that describe the strategy */ member in struct:WherePlan
10279 union { /* Information that depends on plan.wsFlags */
10286 } in; /* Used when plan.wsFlags&WHERE_IN_ABLE */
99281 isSortingIndex( Parse *pParse, WhereMaskSet *pMaskSet, Index *pIdx, int base, ExprList *pOrderBy, int nEqCol, int wsFlags, int *pbRev ) argument
100621 int wsFlags = 0; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10787 ** Within the union, pIdx is only used when wsFlags&WHERE_INDEXED is true.
10788 ** pTerm is only used when wsFlags&WHERE_MULTI_OR is true. And pVtabIdx
10789 ** is only used when wsFlags&WHERE_VIRTUALTABLE is true. It is never the
10793 u32 wsFlags; /* WHERE_* flags that describe the strategy */ member in struct:WherePlan
10828 union { /* Information that depends on plan.wsFlags */
10835 } in; /* Used when plan.wsFlags&WHERE_IN_ABLE */
104133 isSortingIndex( Parse *pParse, WhereMaskSet *pMaskSet, Index *pIdx, int base, ExprList *pOrderBy, int nEqCol, int wsFlags, int *pbRev ) argument
105481 int wsFlags = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10787 ** Within the union, pIdx is only used when wsFlags&WHERE_INDEXED is true.
10788 ** pTerm is only used when wsFlags&WHERE_MULTI_OR is true. And pVtabIdx
10789 ** is only used when wsFlags&WHERE_VIRTUALTABLE is true. It is never the
10793 u32 wsFlags; /* WHERE_* flags that describe the strategy */ member in struct:WherePlan
10828 union { /* Information that depends on plan.wsFlags */
10835 } in; /* Used when plan.wsFlags&WHERE_IN_ABLE */
104169 isSortingIndex( Parse *pParse, WhereMaskSet *pMaskSet, Index *pIdx, int base, ExprList *pOrderBy, int nEqCol, int wsFlags, int *pbRev ) argument
105517 int wsFlags = 0; local
[all...]

Completed in 631 milliseconds