Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2.h130 #define PCRE2_AUTO_CALLOUT 0x00000004u /* C */ macro
H A Dpcre2_compile.c699 (PCRE2_ANCHORED|PCRE2_AUTO_CALLOUT|PCRE2_CASELESS|PCRE2_ENDANCHORED| \
2345 BOOL auto_callout = (options & PCRE2_AUTO_CALLOUT) != 0; in parse_regex()
3817 if (previous_callout != NULL && (options & PCRE2_AUTO_CALLOUT) != 0 && in parse_regex()
9485 if ((options & PCRE2_AUTO_CALLOUT) != 0) in pcre2_compile()

Completed in 27 milliseconds