Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcreposix.c366 eo = pmatch[0].rm_eo; in regexec()
389 pmatch[i].rm_eo = ovector[i*2+1]; in regexec()
392 for (; i < nmatch; i++) pmatch[i].rm_so = pmatch[i].rm_eo = -1; in regexec()
H A Dpcreposix.h109 regoff_t rm_eo; member
/PHP-7.1/ext/mbstring/oniguruma/
H A Donigposix.h79 regoff_t rm_eo; 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.c1232 regoff_t rm_eo; member
1338 rmt[0].rm_eo = s - str; in match_at()
1346 rmt[i].rm_eo = (BIT_STATUS_AT(reg->bt_mem_end, i) in match_at()
1351 rmt[i].rm_so = rmt[i].rm_eo = ONIG_REGION_NOTPOS; in match_at()
/PHP-7.1/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.1/ext/fileinfo/
H A Dlibmagic.patch2256 - rm.rm_eo != 0 ? ms->o.buf + rm.rm_eo : "") == -1)
3649 - pmatch[0].rm_eo = slen;
3661 - (size_t)(pmatch[0].rm_eo - pmatch[0].rm_so);
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt9711 have a terminating NUL located at string + pmatch[0].rm_eo (there need
9729 bers rm_so and rm_eo. These contain the offset to the first character

Completed in 55 milliseconds