Home | History | Annotate | Download | only in ocsp

Lines Matching defs:mime_type

782   const char* mime_type = "";
784 mime_type = req->http_response_content_type().c_str();
786 strcasecmp(mime_type, "application/ocsp-response") == 0;
787 bool is_crl = strcasecmp(mime_type, "application/x-pkcs7-crl") == 0 ||
788 strcasecmp(mime_type, "application/x-x509-crl") == 0 ||
789 strcasecmp(mime_type, "application/pkix-crl") == 0;
791 strcasecmp(mime_type, "application/x-x509-ca-cert") == 0 ||
792 strcasecmp(mime_type, "application/x-x509-server-cert") == 0 ||
793 strcasecmp(mime_type, "application/pkix-cert") == 0 ||
794 strcasecmp(mime_type, "application/pkcs7-mime") == 0;