Home
last modified time | relevance | path

Searched refs:PCRE_AUTO_CALLOUT (Results 1 – 10 of 10) sorted by relevance

/external/pcre/dist/
Dpcregexp.pas121 PCRE_AUTO_CALLOUT = $4000;
144 PCRE_COMPILE_ALLOWED_OPTIONS = PCRE_ANCHORED + PCRE_AUTO_CALLOUT + PCRE_CASELESS +
Dpcre.h.generic145 #define PCRE_AUTO_CALLOUT 0x00004000 /* C1 */
Dpcre_internal.h1117 PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \
Dpcre.h.in145 #define PCRE_AUTO_CALLOUT 0x00004000 /* C1 */ macro
Dpcre_compile.c4597 if ((options & PCRE_AUTO_CALLOUT) != 0) in compile_branch()
4653 if ((options & PCRE_AUTO_CALLOUT) != 0 && !is_quantifier && nestptr == NULL) in compile_branch()
Dpcretest.c3772 case 'C': options |= PCRE_AUTO_CALLOUT; break; in main()
DChangeLog347 25. If PCRE_AUTO_CALLOUT and PCRE_UCP were set for a pattern that contained
514 22. When a pattern was compiled with automatic callouts (PCRE_AUTO_CALLOUT) and
3980 3. The PCRE_AUTO_CALLOUT option for pcre_compile() requests the automatic
/external/pcre/
Dpcre.h145 #define PCRE_AUTO_CALLOUT 0x00004000 /* C1 */ macro
/external/pcre/dist/doc/
Dpcretest.txt305 /C set PCRE_AUTO_CALLOUT
369 /C PCRE_AUTO_CALLOUT
Dpcre.txt2113 PCRE_AUTO_CALLOUT
4308 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 the
7221 If the PCRE_AUTO_CALLOUT flag is passed to a compiling function, call-