Home
last modified time | relevance | path

Searched defs:nRhs (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_ckpt.c1055 int nRhs = 0; in lsmDatabaseFull() local
H A Dlsm_sorted.c1909 int nRhs = pLvl->nRight; /* Number of right-hand-side segments */ in seekInLevel() local
2359 int nRhs = pLvl->nRight; in multiCursorAddRhs() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c4188 const char *zRhs, int nRhs /* RHS of comparison */ in fts3TermCmp()