Searched refs:PCRE2_AUTO_CALLOUT (Results 1 – 2 of 2) sorted by relevance
121 #define PCRE2_AUTO_CALLOUT 0x00000004u /* C */ macro
766 (PCRE2_ANCHORED|PCRE2_AUTO_CALLOUT|PCRE2_CASELESS|PCRE2_ENDANCHORED| \2537 BOOL auto_callout = (options & PCRE2_AUTO_CALLOUT) != 0; in parse_regex()4172 if (previous_callout != NULL && (options & PCRE2_AUTO_CALLOUT) != 0 && in parse_regex()10046 if ((options & PCRE2_AUTO_CALLOUT) != 0) in pcre2_compile()
Completed in 40 milliseconds