Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c235 BOOL use_existing_match; in pcre2_substitute() local
278 use_existing_match = ((options & PCRE2_SUBSTITUTE_MATCHED) != 0); in pcre2_substitute()
292 if (use_existing_match) return PCRE2_ERROR_NULL; in pcre2_substitute()
301 else if (use_existing_match) in pcre2_substitute()
384 if (use_existing_match) in pcre2_substitute()
387 use_existing_match = FALSE; in pcre2_substitute()

Completed in 10 milliseconds