Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.c369 so = pmatch[0].rm_so; in regexec()
392 pmatch[i].rm_so = ovector[i*2] + so; in regexec()
396 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.2/ext/mbstring/oniguruma/src/
H A Donigposix.h78 regoff_t rm_so; member
H A Dregposix.c206 pmatch[i].rm_so = pmatch[i].rm_eo = ONIG_REGION_NOTPOS; in regexec()
H A Dregexec.c1285 regoff_t rm_so; member
1385 rmt[0].rm_so = sstart - str; in match_at()
1390 rmt[i].rm_so = STACK_AT(mem_start_stk[i])->u.mem.pstr - str; in match_at()
1392 rmt[i].rm_so = (UChar* )((void* )(mem_start_stk[i])) - str; 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.patch2196 - ms->o.buf[rm.rm_so] = '\0';
3509 - ms->search.s += (int)pmatch.rm_so;
3510 - ms->search.offset += (size_t)pmatch.rm_so;
3512 - (size_t)(pmatch.rm_eo - pmatch.rm_so);
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt9757 The string is considered to start at string + pmatch[0].rm_so and to
9763 rm_so does not imply REG_NOTBOL; REG_STARTEND affects only the location
9776 bers rm_so and rm_eo. These contain the offset to the first character

Completed in 79 milliseconds