Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c241 PCRE2_SIZE ovecsave[3]; in pcre2_substitute() local
246 ovecsave[0] = ovecsave[1] = ovecsave[2] = PCRE2_UNSET; in pcre2_substitute()
382 if (ovecsave[0] == ovector[0] && ovecsave[1] == ovector[1]) in pcre2_substitute()
384 if (ovector[0] == ovector[1] && ovecsave[2] != start_offset) in pcre2_substitute()
387 ovecsave[2] = start_offset; in pcre2_substitute()
829 ovecsave[0] = ovector[0]; in pcre2_substitute()
830 ovecsave[1] = ovector[1]; in pcre2_substitute()
831 ovecsave[2] = start_offset; in pcre2_substitute()

Completed in 7 milliseconds