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

  /external/chromium_org/net/quic/crypto/
crypto_handshake.h 237 // A CachedState contains the information that the client needs in order to
240 class CachedState {
242 CachedState();
243 ~CachedState();
319 // LookupOrCreate returns a CachedState for the given hostname. If no such
320 // CachedState currently exists, it will be created and cached.
321 CachedState* LookupOrCreate(const std::string& server_hostname);
329 const CachedState* cached,
336 // with the |IsComplete| member of |CachedState|.
343 const CachedState* cached
    [all...]
crypto_handshake.cc 363 QuicCryptoClientConfig::CachedState::CachedState()
367 QuicCryptoClientConfig::CachedState::~CachedState() {}
369 bool QuicCryptoClientConfig::CachedState::IsComplete(QuicWallTime now) const {
391 QuicCryptoClientConfig::CachedState::GetServerConfig() const {
403 QuicErrorCode QuicCryptoClientConfig::CachedState::SetServerConfig(
443 void QuicCryptoClientConfig::CachedState::InvalidateServerConfig() {
449 void QuicCryptoClientConfig::CachedState::SetProof(const vector<string>& certs,
473 void QuicCryptoClientConfig::CachedState::SetProofValid()
    [all...]
  /external/chromium_org/net/quic/
quic_crypto_client_stream.cc 149 QuicCryptoClientConfig::CachedState* cached =
  /external/chromium_org/third_party/re2/re2/
dfa.cc 214 State* CachedState(int* inst, int ninst, uint flag);
731 State* state = CachedState(inst, n, flag);
739 DFA::State* DFA::CachedState(int* inst, int ninst, uint flag) {
    [all...]
  /external/regex-re2/re2/
dfa.cc 212 State* CachedState(int* inst, int ninst, uint flag);
729 State* state = CachedState(inst, n, flag);
737 DFA::State* DFA::CachedState(int* inst, int ninst, uint flag) {
    [all...]

Completed in 639 milliseconds