Searched refs:PCRE_AUTO_CALLOUT (Results 1 – 10 of 10) sorted by relevance
121 PCRE_AUTO_CALLOUT = $4000;144 PCRE_COMPILE_ALLOWED_OPTIONS = PCRE_ANCHORED + PCRE_AUTO_CALLOUT + PCRE_CASELESS +
145 #define PCRE_AUTO_CALLOUT 0x00004000 /* C1 */
1117 PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \
145 #define PCRE_AUTO_CALLOUT 0x00004000 /* C1 */ macro
4597 if ((options & PCRE_AUTO_CALLOUT) != 0) in compile_branch()4653 if ((options & PCRE_AUTO_CALLOUT) != 0 && !is_quantifier && nestptr == NULL) in compile_branch()
3772 case 'C': options |= PCRE_AUTO_CALLOUT; break; in main()
347 25. If PCRE_AUTO_CALLOUT and PCRE_UCP were set for a pattern that contained514 22. When a pattern was compiled with automatic callouts (PCRE_AUTO_CALLOUT) and3980 3. The PCRE_AUTO_CALLOUT option for pcre_compile() requests the automatic
305 /C set PCRE_AUTO_CALLOUT369 /C PCRE_AUTO_CALLOUT
2113 PCRE_AUTO_CALLOUT4308 If the PCRE_AUTO_CALLOUT option bit is set when a pattern is compiled,4310 item in the pattern. For example, if PCRE_AUTO_CALLOUT is used with the7221 If the PCRE_AUTO_CALLOUT flag is passed to a compiling function, call-