Searched defs:rm_so (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ | ||
| H A D | regex.h | 27 regoff_t rm_so; /* start of match */ member in struct:__anon71 |
| /PHP_TRUNK/ext/pcre/pcrelib/ | ||
| H A D | pcreposix.h | 108 regoff_t rm_so; member in struct:__anon323 |
| /PHP_TRUNK/ext/mbstring/oniguruma/ | ||
| H A D | onigposix.h | 78 regoff_t rm_so; member in struct:__anon222 |
| H A D | regexec.c | 1231 regoff_t rm_so; member in struct:__anon239 1337 rmt[0].rm_so = sstart - str; 1342 rmt[i].rm_so = STACK_AT(mem_start_stk[i])->u.mem.pstr - str; 1344 rmt[i].rm_so = (UChar* )((void* )(mem_start_stk[i])) - str; 1351 rmt[i].rm_so = rmt[i].rm_eo = ONIG_REGION_NOTPOS; |
Completed in 8 milliseconds