Searched refs:PCRE_AUTO_CALLOUT (Results 1 – 3 of 3) sorted by relevance
126 #define PCRE_AUTO_CALLOUT 0x00004000 /* Compile */ macro
879 PCRE_NO_AUTO_CAPTURE|PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \
3635 if ((options & PCRE_AUTO_CALLOUT) != 0) in compile_branch()3684 if ((options & PCRE_AUTO_CALLOUT) != 0 && !is_quantifier) in compile_branch()