Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c4187 const char *zLhs, int nLhs, /* LHS of comparison */ in fts3TermCmp() argument
4190 int nCmp = MIN(nLhs, nRhs); in fts3TermCmp()
4198 if( res==0 ) res = nLhs - nRhs; in fts3TermCmp()