Home
last modified time | relevance | path

Searched refs:rm_so (Results 1 – 10 of 10) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcreposix.c365 so = pmatch[0].rm_so; in regexec()
388 pmatch[i].rm_so = ovector[i*2]; in regexec()
392 for (; i < nmatch; i++) pmatch[i].rm_so = pmatch[i].rm_eo = -1; in regexec()
H A Dpcreposix.h108 regoff_t rm_so; member
/PHP-7.0/ext/mbstring/oniguruma/
H A Donigposix.h78 regoff_t rm_so; member
H A Dtestc.c75 if (pmatch[mem].rm_so == from && pmatch[mem].rm_eo == to) { in xx()
81 from, to, pmatch[mem].rm_so, pmatch[mem].rm_eo); in xx()
H A Dregposix.c206 pmatch[i].rm_so = pmatch[i].rm_eo = ONIG_REGION_NOTPOS; in regexec()
H A Dtestu.c103 if (pmatch[mem].rm_so == from && pmatch[mem].rm_eo == to) { in xx()
109 from, to, pmatch[mem].rm_so, pmatch[mem].rm_eo); in xx()
H A Dregexec.c1231 regoff_t rm_so; member
1337 rmt[0].rm_so = sstart - str; in match_at()
1342 rmt[i].rm_so = STACK_AT(mem_start_stk[i])->u.mem.pstr - str; in match_at()
1344 rmt[i].rm_so = (UChar* )((void* )(mem_start_stk[i])) - str; in match_at()
1351 rmt[i].rm_so = rmt[i].rm_eo = ONIG_REGION_NOTPOS; in match_at()
/PHP-7.0/ext/mbstring/oniguruma/win32/
H A Dtestc.c75 if (pmatch[mem].rm_so == from && pmatch[mem].rm_eo == to) { in xx()
81 from, to, pmatch[mem].rm_so, pmatch[mem].rm_eo); in xx()
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch2254 - ms->o.buf[rm.rm_so] = '\0';
3648 - pmatch[0].rm_so = 0;
3658 - ms->search.s += (int)pmatch[0].rm_so;
3659 - ms->search.offset += (size_t)pmatch[0].rm_so;
3661 - (size_t)(pmatch[0].rm_eo - pmatch[0].rm_so);
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt9710 The string is considered to start at string + pmatch[0].rm_so and to
9716 rm_so does not imply REG_NOTBOL; REG_STARTEND affects only the location
9729 bers rm_so and rm_eo. These contain the offset to the first character

Completed in 79 milliseconds