strcasestr        805 net/ocsp/nss_ocsp.cc     is_crl = strcasestr(path.c_str(), ".crl") != NULL;
strcasestr        806 net/ocsp/nss_ocsp.cc     is_cert = strcasestr(path.c_str(), ".crt") != NULL ||
strcasestr        807 net/ocsp/nss_ocsp.cc               strcasestr(path.c_str(), ".p7c") != NULL ||
strcasestr        808 net/ocsp/nss_ocsp.cc               strcasestr(path.c_str(), ".cer") != NULL;
strcasestr        809 net/ocsp/nss_ocsp.cc     is_ocsp = strcasestr(host.c_str(), "ocsp") != NULL ||