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

/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 393 milliseconds