Searched refs:zRhs (Results 1 – 1 of 1) sorted by relevance
4188 const char *zRhs, int nRhs /* RHS of comparison */ in fts3TermCmp() argument4193 if( nCmp && ALWAYS(zLhs) && ALWAYS(zRhs) ){ in fts3TermCmp()4194 res = memcmp(zLhs, zRhs, nCmp); in fts3TermCmp()