Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c247 PCRE2_SIZE ovecsave[3]; in pcre2_substitute() local
255 ovecsave[0] = ovecsave[1] = ovecsave[2] = PCRE2_UNSET; in pcre2_substitute()
439 if (ovecsave[0] == ovector[0] && ovecsave[1] == ovector[1]) in pcre2_substitute()
441 if (ovector[0] == ovector[1] && ovecsave[2] != start_offset) in pcre2_substitute()
444 ovecsave[2] = start_offset; in pcre2_substitute()
926 ovecsave[0] = ovector[0]; in pcre2_substitute()
927 ovecsave[1] = ovector[1]; in pcre2_substitute()
928 ovecsave[2] = start_offset; in pcre2_substitute()

Completed in 6 milliseconds