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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c1851 pLevel->plan.nEq = nColumn;
1903 assert( (u32)n==pLevel->plan.nEq );
2243 pCost->plan.nEq = 0;
2416 ** The nEq parameter is passed the index of the index column subject to the
2423 ** then nEq should be passed the value 1 (as the range restricted column,
2428 ** then nEq should be passed 0.
2432 ** approximately 1/100th (1%) of the rows selected by the nEq equality
2445 int nEq, /* index into p->aCol[] of the range-compared column */
2454 if( nEq==0 && p->aSample ){
2511 UNUSED_PARAMETER(nEq);
2442 whereRangeScanEst( Parse *pParse, Index *p, int nEq, WhereTerm *pLower, WhereTerm *pUpper, int *piEst ) argument
2827 int nEq; /* Number of == or IN terms matching index */ local
3365 int nEq = pLevel->plan.nEq; /* The number of == or IN constraints to code */ local
3473 int nEq = pPlan->nEq; local
3832 int nEq = pLevel->plan.nEq; /* Number of == or IN terms */ local
[all...]
H A DsqliteInt.h1885 u32 nEq; /* Number of == constraints */ member in struct:WherePlan
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10230 u32 nEq; /* Number of == constraints */ member in struct:WherePlan
100096 whereRangeScanEst( Parse *pParse, Index *p, int nEq, WhereTerm *pLower, WhereTerm *pUpper, int *piEst ) argument
100481 int nEq; /* Number of == or IN terms matching index */ local
101019 int nEq = pLevel->plan.nEq; /* The number of == or IN constraints to code */ local
101127 int nEq = pPlan->nEq; local
101486 int nEq = pLevel->plan.nEq; /* Number of == or IN terms */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11182 tRowcnt *aAvgEq; /* Average nEq values for keys not in aSample */
84074 tRowcnt nEq = p->current.anEq[0]; local
110567 u16 nEq; /* Number of equality constraints */ member in struct:WhereLoop::__anon30136::__anon30137
112939 int nEq = pLoop->u.btree.nEq; local
113057 int nEq = pLoop->u.btree.nEq; local
113204 int nEq = pBuilder->pNew->u.btree.nEq; local
113509 u16 nEq; /* The number of == or IN constraints to code */ local
113642 u16 nEq = pLoop->u.btree.nEq; local
114051 u16 nEq = pLoop->u.btree.nEq; /* Number of == or IN terms */ local
115308 int nEq = ++pNew->u.btree.nEq; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11182 tRowcnt *aAvgEq; /* Average nEq values for keys not in aSample */
84094 tRowcnt nEq = p->current.anEq[0]; local
110587 u16 nEq; /* Number of equality constraints */ member in struct:WhereLoop::__anon30167::__anon30168
112959 int nEq = pLoop->u.btree.nEq; local
113077 int nEq = pLoop->u.btree.nEq; local
113224 int nEq = pBuilder->pNew->u.btree.nEq; local
113529 u16 nEq; /* The number of == or IN constraints to code */ local
113662 u16 nEq = pLoop->u.btree.nEq; local
114071 u16 nEq = pLoop->u.btree.nEq; /* Number of == or IN terms */ local
115328 int nEq = ++pNew->u.btree.nEq; local
[all...]

Completed in 468 milliseconds