Home
last modified time | relevance | path

Searched defs:nCmp (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_vocab.c429 int nCmp = MIN(nTerm, pCsr->nLeTerm); in fts5VocabInstanceNewTerm() local
503 int nCmp = MIN(nTerm, pCsr->nLeTerm); in fts5VocabNextMethod() local
H A Dfts5_index.c587 int nCmp = MIN(pLeft->n, nRight); in fts5BufferCompareBlob() local
603 int nCmp, res; in fts5BufferCompare() local
2319 u32 nCmp; in fts5LeafSeek() local
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb4.c401 int nCmp; in bt_delete_range() local
526 int nCmp = MIN(nK, nFirst); in bt_scan() local
533 int nCmp = MIN(nK, nLast); in bt_scan() local
/sqlite-3.40.0/src/
H A Dvdbeaux.c4656 int nCmp = MIN(mem1.n, pRhs->n); in sqlite3VdbeRecordCompareWithSkip() local
4684 int nCmp = MIN(nStr, pRhs->n); in sqlite3VdbeRecordCompareWithSkip() local
4876 int nCmp; in vdbeRecordCompareString() local
H A Dwhere.c2717 int nCmp = sqlite3ExprVectorSize(pTerm->pExpr->pLeft); in whereRangeVectorLen() local
H A Dtest1.c3096 int nCmp = (nA>nB ? nB : nA); in test_utf16bin_collate_func() local
/sqlite-3.40.0/ext/misc/
H A Dzipfile.c1621 int nCmp; in zipfileUpdate() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c4190 int nCmp = MIN(nLhs, nRhs); in fts3TermCmp() local