Searched refs:has_pending_handshake_ (Results 1 – 2 of 2) sorted by relevance
112 has_pending_handshake_(false) { in QuicSession()336 has_pending_handshake_ = false; // We just popped it. in OnCanWrite()358 return has_pending_handshake_; in HasPendingHandshake()733 DCHECK(!has_pending_handshake_); in MarkWriteBlocked()734 has_pending_handshake_ = true; in MarkWriteBlocked()
321 bool has_pending_handshake_; variable