Searched refs:use_existing_match (Results 1 – 1 of 1) sorted by relevance
235 BOOL use_existing_match; in pcre2_substitute() local278 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 5 milliseconds