Home
last modified time | relevance | path

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

/PHP-8.2/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()
458 if (ovecsave[0] == ovector[0] && ovecsave[1] == ovector[1]) in pcre2_substitute()
460 if (ovector[0] == ovector[1] && ovecsave[2] != start_offset) in pcre2_substitute()
463 ovecsave[2] = start_offset; in pcre2_substitute()
945 ovecsave[0] = ovector[0]; in pcre2_substitute()
946 ovecsave[1] = ovector[1]; in pcre2_substitute()
947 ovecsave[2] = start_offset; in pcre2_substitute()

Completed in 5 milliseconds