Lines Matching defs:zPrev
191887 ** Return the size of the common prefix (if any) shared by zPrev and191895 const char *zPrev, /* Buffer containing previous term */191896 int nPrev, /* Size of buffer zPrev in bytes */191901 for(n=0; n<nPrev && n<nNext && zPrev[n]==zNext[n]; n++);