req_caseopt 4467 ext/pcre/pcrelib/pcre_compile.c pcre_int32 req_caseopt, reqvary, tempreqvary; req_caseopt 4540 ext/pcre/pcrelib/pcre_compile.c req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0; req_caseopt 5765 ext/pcre/pcrelib/pcre_compile.c reqcharflags = req_caseopt | cd->req_varyopt; req_caseopt 7619 ext/pcre/pcrelib/pcre_compile.c req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0; req_caseopt 8163 ext/pcre/pcrelib/pcre_compile.c if (mclength == 1 || req_caseopt == 0) req_caseopt 8165 ext/pcre/pcrelib/pcre_compile.c firstchar = mcbuffer[0] | req_caseopt; req_caseopt 8167 ext/pcre/pcrelib/pcre_compile.c firstcharflags = req_caseopt; req_caseopt 8187 ext/pcre/pcrelib/pcre_compile.c if (mclength == 1 || req_caseopt == 0) req_caseopt 8190 ext/pcre/pcrelib/pcre_compile.c reqcharflags = req_caseopt | cd->req_varyopt;