Searched refs:slow (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | engine.c | 11 #define slow sslow macro 22 #define slow lslow macro 96 /* prescreening; this does wonders for this rather slow code */ 135 endp = slow(m, m->coldp, stop, gf, gl); 179 endp = slow(m, m->coldp, endp-1, gf, gl); 296 rest = slow(m, sp, stp, ss, es); 299 tail = slow(m, rest, stop, es, stopst); 309 if (slow(m, sp, rest, ssub, esub) != NULL) { 320 rest = slow(m, sp, stp, ss, es); 323 tail = slow( 716 slow(m, start, stop, startst, stopst) function 1013 #undef slow macro [all...] |
| H A D | engine.ih | 11 static unsigned char *slow(register struct match *m, unsigned char *start, unsigned char *stop, sopno startst, sopno stopst);
|
Completed in 2 milliseconds