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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10761 ** Within the union, pIdx is only used when wsFlags&WHERE_INDEXED is true.
10762 ** pTerm is only used when wsFlags&WHERE_MULTI_OR is true. And pVtabIdx
10763 ** is only used when wsFlags&WHERE_VIRTUALTABLE is true. It is never the
10767 u32 wsFlags; /* WHERE_* flags that describe the strategy */ member in struct:WherePlan
10802 union { /* Information that depends on plan.wsFlags */
10809 } in; /* Used when plan.wsFlags&WHERE_IN_ABLE */
103958 isSortingIndex( Parse *pParse, WhereMaskSet *pMaskSet, Index *pIdx, int base, ExprList *pOrderBy, int nEqCol, int wsFlags, int *pbRev ) argument
105306 int wsFlags = 0; local
[all...]

Completed in 336 milliseconds