REQ_CASELESS     4524 ext/pcre/pcrelib/pcre_compile.c req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0;
REQ_CASELESS     7501 ext/pcre/pcrelib/pcre_compile.c             req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0;
REQ_CASELESS     8740 ext/pcre/pcrelib/pcre_compile.c      if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; }
REQ_CASELESS     9459 ext/pcre/pcrelib/pcre_compile.c       if ((firstcharflags & REQ_CASELESS) != 0)
REQ_CASELESS     9501 ext/pcre/pcrelib/pcre_compile.c   if ((reqcharflags & REQ_CASELESS) != 0)