Searched refs:nLhs (Results 1 – 1 of 1) sorted by relevance
4187 const char *zLhs, int nLhs, /* LHS of comparison */ in fts3TermCmp() argument4190 int nCmp = MIN(nLhs, nRhs); in fts3TermCmp()4198 if( res==0 ) res = nLhs - nRhs; in fts3TermCmp()