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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c18705 tRowcnt *aAvgEq; /* Average nEq values for keys not in aSample */
155675 u16 nEq; /* Number of equality constraints */ member in struct:WhereLoop::__anon58::__anon59
156244 u16 nEq = pLoop->u.btree.nEq; local
156770 int nEq = 0; local
156954 u16 nEq; /* The number of == or IN constraints to code */ local
157477 u16 nEq = pLoop->u.btree.nEq; local
157902 u16 nEq = pLoop->u.btree.nEq; /* Number of == or IN terms */ local
162624 int nEq = pLoop->u.btree.nEq; local
162741 int nEq = pLoop->u.btree.nEq; local
162917 int nEq = pBuilder->pNew->u.btree.nEq; local
163679 whereRangeVectorLen( Parse *pParse, int iCur, Index *pIdx, int nEq, WhereTerm *pTerm ) argument
163995 int nEq = ++pNew->u.btree.nEq; local
[all...]
H A Dshell.c12729 int nEq = 0; /* Number of elements in pEq */ local
12733 for(pIter=pEq; pIter; pIter=pIter->pLink) nEq++;
12752 if( iIdx<nEq ){

Completed in 638 milliseconds