Searched refs:stop (Results 1 - 10 of 10) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | engine.c | 81 unsigned char *stop; local 88 stop = string + pmatch[0].rm_eo; 91 stop = start + strlen(start); 93 if (stop < start) 98 for (dp = start; dp < stop; dp++) 99 if (*dp == g->must[0] && stop - dp >= g->mlen && 102 if (dp == stop) /* we didn't find g->must */ 113 m->endp = stop; 123 endp = fast(m, start, stop, gf, gl); 135 endp = slow(m, m->coldp, stop, g [all...] |
| H A D | engine.ih | 8 static unsigned char *dissect(register struct match *m, unsigned char *start, unsigned char *stop, sopno startst, sopno stopst); 9 static unsigned char *backref(register struct match *m, unsigned char *start, unsigned char *stop, sopno startst, sopno stopst, sopno lev); 10 static unsigned char *fast(register struct match *m, unsigned char *start, unsigned char *stop, sopno startst, sopno stopst); 11 static unsigned char *slow(register struct match *m, unsigned char *start, unsigned char *stop, sopno startst, sopno stopst); 12 static states step(register struct re_guts *g, sopno start, sopno stop, register states bef, int ch, register states aft); 26 static void at(struct match *m, unsigned char *title, unsigned char *start, unsigned char *stop, sopno startst, sopno stopst);
|
| H A D | regcomp.c | 189 == static void p_ere(register struct parse *p, int stop); 192 p_ere(p, stop) 194 int stop; /* character this ERE should end at */ 205 while (MORE() && (c = PEEK()) != '|' && c != stop) 230 assert(!MORE() || SEE(stop));
|
| H A D | regcomp.ih | 7 static void p_ere(register struct parse *p, int stop);
|
| /PHP_TRUNK/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfilter.c | 1278 int stop; member in struct:collector_substr_data 1287 if (pc->output >= pc->stop) { 1430 pc.stop = from + length;
|
| /PHP_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 1089 static char *php_mb_rfc1867_getword(const zend_encoding *encoding, char **line, char stop TSRMLS_DC) /* {{{ */ 1094 while (*pos && *pos != stop) { 1120 while (*pos == stop) { 2764 * needed to stop that many chars from the end of the string 2832 * needed to stop that many chars from the end of the string
|
| /PHP_TRUNK/ext/standard/ |
| H A D | url_scanner_ex.c | 243 #define YYFILL(n) goto stop 912 stop:
|
| H A D | url_scanner_ex.re | 179 #define YYFILL(n) goto stop 350 stop:
|
| /PHP_TRUNK/main/ |
| H A D | rfc1867.c | 44 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop TSRMLS_DC); 476 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop TSRMLS_DC) 481 while (*pos && *pos != stop) { 504 while (*pos == stop) {
|
| H A D | rfc1867.h | 73 typedef char* (*php_rfc1867_getword_t)(const zend_encoding *encoding, char **line, char stop TSRMLS_DC);
|
Completed in 21 milliseconds