Lines Matching refs:zPrev
206002 ** Return the size of the common prefix (if any) shared by zPrev and206010 const char *zPrev, /* Buffer containing previous term */206011 int nPrev, /* Size of buffer zPrev in bytes */206016 for(n=0; n<nPrev && n<nNext && zPrev[n]==zNext[n]; n++);
Indexes created Sat Jun 20 00:25:23 UTC 2026