Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.c370 eo = pmatch[0].rm_eo; in regexec()
393 pmatch[i].rm_eo = ovector[i*2+1] + so; in regexec()
396 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.2/ext/mbstring/oniguruma/src/
H A Donigposix.h79 regoff_t rm_eo; member
H A Dregposix.c206 pmatch[i].rm_so = pmatch[i].rm_eo = ONIG_REGION_NOTPOS; in regexec()
H A Dregexec.c1286 regoff_t rm_eo; member
1386 rmt[0].rm_eo = s - str; in match_at()
1394 rmt[i].rm_eo = (BIT_STATUS_AT(reg->bt_mem_end, i) in match_at()
1399 rmt[i].rm_so = rmt[i].rm_eo = ONIG_REGION_NOTPOS; in match_at()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch2198 - rm.rm_eo != 0 ? ms->o.buf + rm.rm_eo : "") == -1)
3512 - (size_t)(pmatch.rm_eo - pmatch.rm_so);
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt9758 have a terminating NUL located at string + pmatch[0].rm_eo (there need
9776 bers rm_so and rm_eo. These contain the offset to the first character

Completed in 43 milliseconds