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

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c10720 tRowcnt avgEq; /* Average nEq value for key values not in aSample */
10738 tRowcnt nEq; /* Est. number of rows where the key equals this sample */ member in struct:IndexSample
11138 u16 nEq; /* Number of == constraints */ member in struct:WherePlan
80470 tRowcnt nEq; /* sqlite_stat3.nEq */ member in struct:Stat3Accum::Stat3Sample
80543 tRowcnt nEq = sqlite3_value_int64(argv[0]); local
107059 whereRangeScanEst( Parse *pParse, Index *p, int nEq, WhereTerm *pLower, WhereTerm *pUpper, double *pRangeDiv ) argument
108300 int nEq = pLevel->plan.nEq; /* The number of == or IN constraints to code */ local
108408 int nEq = pPlan->nEq; local
108789 int nEq = pLevel->plan.nEq; /* Number of == or IN terms */ local
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10540 u32 nEq; /* Number of == constraints */ member in struct:WherePlan
102964 whereRangeScanEst( Parse *pParse, Index *p, int nEq, WhereTerm *pLower, WhereTerm *pUpper, int *piEst ) argument
103350 int nEq; /* Number of == or IN terms matching index */ local
103896 int nEq = pLevel->plan.nEq; /* The number of == or IN constraints to code */ local
104004 int nEq = pPlan->nEq; local
104363 int nEq = pLevel->plan.nEq; /* Number of == or IN terms */ local
[all...]

Completed in 722 milliseconds