PCRE_REQCHSET 9656 ext/pcre/pcrelib/pcre_compile.c re->flags |= PCRE_REQCHSET; PCRE_REQCHSET 9677 ext/pcre/pcrelib/pcre_compile.c if ((re->flags & PCRE_REQCHSET) != 0) PCRE_REQCHSET 6720 ext/pcre/pcrelib/pcre_exec.c if ((re->flags & PCRE_REQCHSET) != 0) PCRE_REQCHSET 175 ext/pcre/pcrelib/pcre_fullinfo.c ((re->flags & PCRE_REQCHSET) != 0)? (int)re->req_char : -1; PCRE_REQCHSET 180 ext/pcre/pcrelib/pcre_fullinfo.c ((re->flags & PCRE_REQCHSET) != 0) ? re->req_char : 0; PCRE_REQCHSET 185 ext/pcre/pcrelib/pcre_fullinfo.c ((re->flags & PCRE_REQCHSET) != 0); PCRE_REQCHSET 9931 ext/pcre/pcrelib/pcre_jit_compile.c if (mode == JIT_COMPILE && (re->flags & PCRE_REQCHSET) != 0 && (re->options & PCRE_NO_START_OPTIMIZE) == 0)