Searched refs:suboptions (Results 1 – 1 of 1) sorted by relevance
201 if ((suboptions & PCRE2_SUBSTITUTE_OVERFLOW_LENGTH) == 0) goto NOROOM; \231 uint32_t suboptions; in pcre2_substitute() local359 suboptions = options & SUBSTITUTE_OPTIONS; in pcre2_substitute()496 if ((suboptions & PCRE2_SUBSTITUTE_LITERAL) != 0) in pcre2_substitute()588 if ((suboptions & PCRE2_SUBSTITUTE_UNKNOWN_UNSET) != 0) in pcre2_substitute()620 if ((suboptions & PCRE2_SUBSTITUTE_EXTENDED) != 0 && in pcre2_substitute()692 (suboptions & PCRE2_SUBSTITUTE_UNKNOWN_UNSET) != 0) in pcre2_substitute()728 (suboptions & PCRE2_SUBSTITUTE_UNKNOWN_UNSET) != 0) in pcre2_substitute()735 if ((suboptions & PCRE2_SUBSTITUTE_UNSET_EMPTY) != 0) continue; in pcre2_substitute()819 else if ((suboptions & PCRE2_SUBSTITUTE_EXTENDED) != 0 && in pcre2_substitute()[all …]
Completed in 5 milliseconds