Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2.h121 #define PCRE2_AUTO_CALLOUT 0x00000004u /* C */ macro
H A Dpcre2_compile.c768 (PCRE2_ANCHORED|PCRE2_AUTO_CALLOUT|PCRE2_CASELESS|PCRE2_ENDANCHORED| \
2624 BOOL auto_callout = (options & PCRE2_AUTO_CALLOUT) != 0; in parse_regex()
4259 if (previous_callout != NULL && (options & PCRE2_AUTO_CALLOUT) != 0 && in parse_regex()
10140 if ((options & PCRE2_AUTO_CALLOUT) != 0) in pcre2_compile()

Completed in 37 milliseconds