Home | History | Annotate | Download | only in dist

Lines Matching refs:zPrev

206002 ** Return the size of the common prefix (if any) shared by zPrev and
206010 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++);