Lines Matching defs:session
160 typedef uint32_t(*get_setting)(nghttp2_session* session,
175 explicit Http2Scope(Http2Session* session);
274 Http2Session* session,
284 Http2Session* session() { return session_.get(); }
285 const Http2Session* session() const { return session_.get(); }
470 Http2Stream(Http2Session* session,
533 static ssize_t OnRead(nghttp2_session* session,
605 // This only works if the session is a client session.
614 nghttp2_session* session() const { return session_.get(); }
660 // Adds a stream instance to this session
663 // Removes a stream instance from this session
669 // Write data from stream_buf_ to the session.
743 // this session now, and may outlive it.
746 // Returns the current session memory including memory allocated by nghttp2,
799 nghttp2_session* session,
803 nghttp2_session* session,
810 nghttp2_session* session,
814 nghttp2_session* session,
819 nghttp2_session* session,
823 nghttp2_session* session,
828 nghttp2_session* session,
835 nghttp2_session* session,
842 nghttp2_session* session,
846 static int OnNghttpError(nghttp2_session* session,
852 nghttp2_session* session,
859 nghttp2_session* session,
879 // The session type: client or server
882 // The maximum number of header pairs permitted for streams on this session
885 // The maximum amount of memory allocated for this session
891 // The collection of active Http2Streams associated with this session
923 // limit will result in the session being destroyed, as an indication of a
973 Http2Session* session,
998 Http2Settings(Http2Session* session,
1020 // Update the local or remote settings for the given session
1021 static void Update(Http2Session* session,