HomeSort by relevance Sort by last modified time
    Searched refs:PRUint16 (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/socket/
nss_ssl_util.cc 39 const PRUint16* pSSL_ImplementedCiphers = static_cast<const PRUint16*>(
ssl_client_socket_nss.cc 527 PRUint16 cipher_suite =
    [all...]
  /external/chromium/base/third_party/nspr/
prtypes.h 297 ** TYPES: PRUint16
303 typedef unsigned short PRUint16;
306 #error No suitable type for PRInt16/PRUint16
314 * The maximum and minimum values of a PRInt16 or PRUint16.
481 typedef PRUint16 PRUnichar;
  /external/chromium/net/ocsp/
nss_ocsp.cc 97 SECStatus OCSPCreateSession(const char* host, PRUint16 portnum,
118 PRUint16* http_response_code,
231 PRUint16 http_response_code() const {
416 OCSPServerSession(const char* host, PRUint16 port)
574 SECStatus OCSPCreateSession(const char* host, PRUint16 portnum,
659 PRUint16* http_response_code,
695 PRUint16* http_response_code,
722 if (!req->Wait() || req->http_response_code() == static_cast<PRUint16>(-1)) {

Completed in 397 milliseconds