reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
160 for (dp = start; dp < stop; dp++) 160 for (dp = start; dp < stop; dp++) 160 for (dp = start; dp < stop; dp++) 161 if (*dp == g->must[0] && stop - dp >= g->mlen && 161 if (*dp == g->must[0] && stop - dp >= g->mlen && 162 memcmp(dp, g->must, (size_t)g->mlen) == 0) 164 if (dp == stop) /* we didn't find g->must */ 220 dp = dissect(m, m->coldp, endp, gf, gl); 231 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); 233 if (dp != NULL) 240 if (dp != NULL || endp <= m->coldp) 254 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); 257 if (dp != NULL) /* found a shorter one */