Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c177 ((re->flags & PCRE_REQCHSET) != 0)? (int)re->req_char : -1; in pcre_fullinfo()
182 ((re->flags & PCRE_REQCHSET) != 0) ? re->req_char : 0; in pcre_fullinfo()
187 ((re->flags & PCRE_REQCHSET) != 0); in pcre_fullinfo()
H A Dpcre_internal.h1087 #define PCRE_REQCHSET 0x00000040 /* req_byte is set */ macro
H A Dpcre_compile.c9658 re->flags |= PCRE_REQCHSET; in pcre_compile2()
9679 if ((re->flags & PCRE_REQCHSET) != 0) in pcre_compile2()
H A Dpcre_exec.c6722 if ((re->flags & PCRE_REQCHSET) != 0) in pcre_exec()
H A Dpcre_jit_compile.c9931 if (mode == JIT_COMPILE && (re->flags & PCRE_REQCHSET) != 0 && (re->options & PCRE_NO_START_OPTIMIZ… in PRIV()

Completed in 99 milliseconds