Home
last modified time | relevance | path

Searched refs:bCmp (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_vocab.c430 int bCmp = memcmp(pCsr->zLeTerm, zTerm, nCmp); in fts5VocabInstanceNewTerm() local
431 if( bCmp<0 || (bCmp==0 && pCsr->nLeTerm<nTerm) ){ in fts5VocabInstanceNewTerm()
504 int bCmp = memcmp(pCsr->zLeTerm, zTerm, nCmp); in fts5VocabNextMethod() local
505 if( bCmp<0 || (bCmp==0 && pCsr->nLeTerm<nTerm) ){ in fts5VocabNextMethod()