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

/external/chromium/net/ocsp/
H A Dnss_ocsp.cc259 // the initial check in OCSPServerSession::CreateRequest().
414 class OCSPServerSession { class in namespace:__anon3153
416 OCSPServerSession(const char* host, PRUint16 port) function in class:__anon3153::OCSPServerSession
418 ~OCSPServerSession() {}
451 DISALLOW_COPY_AND_ASSIGN(OCSPServerSession);
588 *pSession = new OCSPServerSession(host, portnum);
602 delete reinterpret_cast<OCSPServerSession*>(session);
616 OCSPServerSession* ocsp_session =
617 reinterpret_cast<OCSPServerSession*>(session);
/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc293 // the initial check in OCSPServerSession::CreateRequest().
453 class OCSPServerSession { class in namespace:net::__anon9513
455 OCSPServerSession(const char* host, PRUint16 port) function in class:net::__anon9513::OCSPServerSession
457 ~OCSPServerSession() {}
492 DISALLOW_COPY_AND_ASSIGN(OCSPServerSession);
625 *pSession = new OCSPServerSession(host, portnum);
639 delete reinterpret_cast<OCSPServerSession*>(session);
653 OCSPServerSession* ocsp_session =
654 reinterpret_cast<OCSPServerSession*>(session);

Completed in 131 milliseconds