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.c10245 u32 nEq; /* Number of == constraints */ member in struct:WherePlan
100303 whereRangeScanEst( Parse *pParse, Index *p, int nEq, WhereTerm *pLower, WhereTerm *pUpper, int *piEst ) argument
100688 int nEq; /* Number of == or IN terms matching index */ local
101226 int nEq = pLevel->plan.nEq; /* The number of == or IN constraints to code */ local
101334 int nEq = pPlan->nEq; local
101693 int nEq = pLevel->plan.nEq; /* Number of == or IN terms */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10388 tRowcnt avgEq; /* Average nEq value for key values not in aSample */
10406 tRowcnt nEq; /* Est. number of rows where the key equals this sample */ member in struct:IndexSample
10794 u32 nEq; /* Number of == constraints */ member in struct:WherePlan
79486 tRowcnt nEq; /* sqlite_stat3.nEq */ member in struct:Stat3Accum::Stat3Sample
79560 tRowcnt nEq = sqlite3_value_int64(argv[0]); local
105217 whereRangeScanEst( Parse *pParse, Index *p, int nEq, WhereTerm *pLower, WhereTerm *pUpper, double *pRangeDiv ) argument
105546 int nEq; /* Number of == or IN terms matching index */ local
106107 int nEq = pLevel->plan.nEq; /* The number of == or IN constraints to code */ local
106215 int nEq = pPlan->nEq; local
106576 int nEq = pLevel->plan.nEq; /* Number of == or IN terms */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10388 tRowcnt avgEq; /* Average nEq value for key values not in aSample */
10406 tRowcnt nEq; /* Est. number of rows where the key equals this sample */ member in struct:IndexSample
10794 u32 nEq; /* Number of == constraints */ member in struct:WherePlan
79522 tRowcnt nEq; /* sqlite_stat3.nEq */ member in struct:Stat3Accum::Stat3Sample
79596 tRowcnt nEq = sqlite3_value_int64(argv[0]); local
105253 whereRangeScanEst( Parse *pParse, Index *p, int nEq, WhereTerm *pLower, WhereTerm *pUpper, double *pRangeDiv ) argument
105582 int nEq; /* Number of == or IN terms matching index */ local
106143 int nEq = pLevel->plan.nEq; /* The number of == or IN constraints to code */ local
106251 int nEq = pPlan->nEq; local
106612 int nEq = pLevel->plan.nEq; /* Number of == or IN terms */ local
[all...]

Completed in 458 milliseconds