Home
last modified time | relevance | path

Searched refs:push_handle_ (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/
H A Dquic_chromium_client_session.cc334 push_handle_(nullptr), in Handle()
341 if (push_handle_) { in ~Handle()
342 auto* push_handle = push_handle_; in ~Handle()
343 push_handle_ = nullptr; in ~Handle()
368 push_handle_ = nullptr; in OnSessionClosed()
434 session_->push_promise_index()->Try(headers, this, &push_handle_); in RendezvousWithPromised()
572 DCHECK(push_handle_); in OnRendezvousResult()
573 push_handle_ = nullptr; in OnRendezvousResult()
H A Dquic_chromium_client_session.h294 quic::QuicClientPushPromiseIndex::TryHandle* push_handle_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/
H A Dquic_chromium_client_session.cc382 push_handle_(nullptr), in Handle()
389 if (push_handle_) { in ~Handle()
390 auto* push_handle = push_handle_; in ~Handle()
391 push_handle_ = nullptr; in ~Handle()
416 push_handle_ = nullptr; in OnSessionClosed()
482 session_->push_promise_index()->Try(headers, this, &push_handle_); in RendezvousWithPromised()
622 DCHECK(push_handle_); in OnRendezvousResult()
623 push_handle_ = nullptr; in OnRendezvousResult()
H A Dquic_chromium_client_session.h335 quic::QuicClientPushPromiseIndex::TryHandle* push_handle_; variable