Searched defs:rm_eo (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ | ||
| H A D | regex.h | 28 regoff_t rm_eo; /* end of match */ member in struct:__anon71 |
| /PHP_TRUNK/ext/pcre/pcrelib/ | ||
| H A D | pcreposix.h | 109 regoff_t rm_eo; member in struct:__anon323 |
| /PHP_TRUNK/ext/mbstring/oniguruma/ | ||
| H A D | onigposix.h | 79 regoff_t rm_eo; member in struct:__anon222 |
| H A D | regexec.c | 1232 regoff_t rm_eo; member in struct:__anon239 1338 rmt[0].rm_eo = s - str; 1346 rmt[i].rm_eo = (BIT_STATUS_AT(reg->bt_mem_end, i) 1351 rmt[i].rm_so = rmt[i].rm_eo = ONIG_REGION_NOTPOS; |
Completed in 10 milliseconds