Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre.h145 #define PCRE_AUTO_CALLOUT 0x00004000 /* C1 */ macro
H A Dpcre_internal.h1118 PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \
H A Dpcre_compile.c4664 if ((options & PCRE_AUTO_CALLOUT) != 0) in compile_branch()
4720 if ((options & PCRE_AUTO_CALLOUT) != 0 && !is_quantifier && nestptr == NULL) in compile_branch()
H A DChangeLog690 25. If PCRE_AUTO_CALLOUT and PCRE_UCP were set for a pattern that contained
857 22. When a pattern was compiled with automatic callouts (PCRE_AUTO_CALLOUT) and
4323 3. The PCRE_AUTO_CALLOUT option for pcre_compile() requests the automatic
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt2124 PCRE_AUTO_CALLOUT
4319 If the PCRE_AUTO_CALLOUT option bit is set when a pattern is compiled,
4321 item in the pattern. For example, if PCRE_AUTO_CALLOUT is used with the
7245 If the PCRE_AUTO_CALLOUT flag is passed to a compiling function, call-

Completed in 92 milliseconds