REQ_CASELESS     2655 pcre/pcre_compile.cpp req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS : 0;
REQ_CASELESS     5063 pcre/pcre_compile.cpp             req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS : 0;
REQ_CASELESS     6061 pcre/pcre_compile.cpp          if (caseless) c |= REQ_CASELESS;
REQ_CASELESS     6064 pcre/pcre_compile.cpp                (caseless && c != (scode[1] | REQ_CASELESS)))
REQ_CASELESS     6443 pcre/pcre_compile.cpp       re->first_byte = ((firstbyte & REQ_CASELESS) != 0 &&
REQ_CASELESS     6460 pcre/pcre_compile.cpp   re->req_byte = ((reqbyte & REQ_CASELESS) != 0 &&
REQ_CASELESS     6461 pcre/pcre_compile.cpp     cd->fcc[ch] == ch)? (reqbyte & ~REQ_CASELESS) : reqbyte;
REQ_CASELESS     6478 pcre/pcre_compile.cpp   const char *caseless = ((re->first_byte & REQ_CASELESS) == 0)?
REQ_CASELESS     6487 pcre/pcre_compile.cpp   const char *caseless = ((re->req_byte & REQ_CASELESS) == 0)?
REQ_CASELESS     2661 pcre/pcre_dfa_exec.cpp     if ((first_byte_caseless = ((re->first_byte & REQ_CASELESS) != 0)) == TRUE)
REQ_CASELESS     2678 pcre/pcre_dfa_exec.cpp   req_byte_caseless = (re->req_byte & REQ_CASELESS) != 0;
REQ_CASELESS     4750 pcre/pcre_exec.cpp     if ((first_byte_caseless = ((re->first_byte & REQ_CASELESS) != 0)) == TRUE)
REQ_CASELESS     4765 pcre/pcre_exec.cpp   req_byte_caseless = (re->req_byte & REQ_CASELESS) != 0;
REQ_CASELESS     1505 pcre/pcretest.cpp         const char *caseless = ((first_char & REQ_CASELESS) == 0)?
REQ_CASELESS     1520 pcre/pcretest.cpp         const char *caseless = ((need_char & REQ_CASELESS) == 0)?