Searched refs:PCRE_NO_AUTO_CAPTURE (Results 1 – 8 of 8) sorted by relevance
277 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; in regcomp()329 (REAL_PCRE_OPTIONS((const pcre *)preg->re_pcre) & PCRE_NO_AUTO_CAPTURE) != 0; in regexec()
141 #define PCRE_NO_AUTO_CAPTURE 0x00001000 /* C1 */ macro
1117 PCRE_NO_AUTO_CAPTURE|PCRE_NO_AUTO_POSSESS| \
7647 else if ((options & PCRE_NO_AUTO_CAPTURE) != 0) in compile_branch()
4971 40. Added a new compile-time option PCRE_NO_AUTO_CAPTURE. This has the effect
180 …if ((it->re = pcre_compile(regexp, PCRE_NO_AUTO_CAPTURE, &pcre_error, &pcre_error_offset, 0)) == N… in zend_accel_blacklist_update_regexp()
5729 int options = PCRE_NO_AUTO_CAPTURE, res;
2338 PCRE_NO_AUTO_CAPTURE4694 and PCRE_NO_AUTO_CAPTURE options for pcre_exec() have no Perl equiva-9605 The PCRE_NO_AUTO_CAPTURE option is set when the regular expression is9953 PCRE_NO_AUTO_CAPTURE disables capturing parens N/A (*)
Completed in 95 milliseconds