Lines Matching refs:strcasestr
805 is_crl = strcasestr(path.c_str(), ".crl") != NULL;806 is_cert = strcasestr(path.c_str(), ".crt") != NULL ||807 strcasestr(path.c_str(), ".p7c") != NULL ||808 strcasestr(path.c_str(), ".cer") != NULL;809 is_ocsp = strcasestr(host.c_str(), "ocsp") != NULL ||