Searched defs:http_protocol_variant (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc138 const char* http_protocol_variant,
457 OCSPRequestSession* CreateRequest(const char* http_protocol_variant, argument
464 if (strcmp(http_protocol_variant, "http") != 0) {
471 http_protocol_variant,
642 const char* http_protocol_variant,
647 VLOG(1) << "OCSP create protocol=" << http_protocol_variant
654 OCSPRequestSession* req = ocsp_session->CreateRequest(http_protocol_variant,
641 OCSPCreate(SEC_HTTP_SERVER_SESSION session, const char* http_protocol_variant, const char* path_and_query_string, const char* http_request_method, const PRIntervalTime timeout, SEC_HTTP_REQUEST_SESSION* pRequest) argument

Completed in 1176 milliseconds