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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c10941 int nCmp; local
H A Dsqlite3.c89176 int nCmp = MIN(mem1.n, pRhs->n); local
89204 int nCmp = MIN(nStr, pRhs->n); local
89396 int nCmp; local
163686 int nCmp = sqlite3ExprVectorSize(pTerm->pExpr->pLeft); local
199054 int nCmp = MIN(nLhs, nRhs); local
239339 int nCmp = MIN(pLeft->n, nRight); local
239355 int nCmp, res; local
241117 u32 nCmp; local
255009 int nCmp = MIN(nTerm, pCsr->nLeTerm); local
255083 int nCmp = MIN(nTerm, pCsr->nLeTerm); local
[all...]

Completed in 869 milliseconds