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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c10533 ** Within the union, pIdx is only used when wsFlags&WHERE_INDEXED is true.
10534 ** pTerm is only used when wsFlags&WHERE_MULTI_OR is true. And pVtabIdx
10535 ** is only used when wsFlags&WHERE_VIRTUALTABLE is true. It is never the
10539 u32 wsFlags; /* WHERE_* flags that describe the strategy */ member in struct:WherePlan
10574 union { /* Information that depends on plan.wsFlags */
10581 } in; /* Used when plan.wsFlags&WHERE_IN_ABLE */
101930 isSortingIndex( Parse *pParse, WhereMaskSet *pMaskSet, Index *pIdx, int base, ExprList *pOrderBy, int nEqCol, int wsFlags, int *pbRev ) argument
103283 int wsFlags = 0; local
[all...]

Completed in 405 milliseconds