D | engine.c | 48 #define slow sslow macro 60 #define slow lslow macro 91 static char *slow(struct match *, char *, char *, sopno, sopno); 195 endp = slow(m, m->coldp, stop, gf, gl); in matcher() 239 endp = slow(m, m->coldp, endp-1, gf, gl); in matcher() 349 rest = slow(m, sp, stp, ss, es); in dissect() 352 tail = slow(m, rest, stop, es, stopst); in dissect() 362 if (slow(m, sp, rest, ssub, esub) != NULL) { in dissect() 374 rest = slow(m, sp, stp, ss, es); in dissect() 377 tail = slow(m, rest, stop, es, stopst); in dissect() [all …]
|