req_caseopt      4465 ext/pcre/pcrelib/pcre_compile.c pcre_int32 req_caseopt, reqvary, tempreqvary;
req_caseopt      4538 ext/pcre/pcrelib/pcre_compile.c req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0;
req_caseopt      5763 ext/pcre/pcrelib/pcre_compile.c           reqcharflags = req_caseopt | cd->req_varyopt;
req_caseopt      7617 ext/pcre/pcrelib/pcre_compile.c             req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0;
req_caseopt      8161 ext/pcre/pcrelib/pcre_compile.c       if (mclength == 1 || req_caseopt == 0)
req_caseopt      8163 ext/pcre/pcrelib/pcre_compile.c         firstchar = mcbuffer[0] | req_caseopt;
req_caseopt      8165 ext/pcre/pcrelib/pcre_compile.c         firstcharflags = req_caseopt;
req_caseopt      8185 ext/pcre/pcrelib/pcre_compile.c       if (mclength == 1 || req_caseopt == 0)
req_caseopt      8188 ext/pcre/pcrelib/pcre_compile.c         reqcharflags = req_caseopt | cd->req_varyopt;