Searched refs:nghttp2_session (Results 1 – 2 of 2) sorted by relevance
/openbmc/bmcweb/http/ |
H A D | nghttp2_adapters.hpp | 25 struct nghttp2_session; 29 friend nghttp2_session; 112 struct nghttp2_session struct 114 explicit nghttp2_session(nghttp2_session_callbacks& callbacks) in nghttp2_session() function 123 ~nghttp2_session() in ~nghttp2_session() argument 129 nghttp2_session(const nghttp2_session&) = delete; 130 nghttp2_session& operator=(const nghttp2_session&) = delete; 132 nghttp2_session(nghttp2_session&& other) noexcept : ptr(other.ptr) in nghttp2_session() function 137 nghttp2_session& operator=(nghttp2_session&& other) noexcept = delete; 177 nghttp2_session* ptr = nullptr; argument
|
H A D | http2_connection.hpp | 127 nghttp2_session* /* session */, int32_t streamId, uint8_t* buf, in fileReadCallback() argument 242 nghttp2_session initializeNghttp2Session() in initializeNghttp2Session() 251 nghttp2_session session(callbacks); in initializeNghttp2Session() 355 nghttp2_session* /* session */, uint8_t flags, int32_t streamId, in onDataChunkRecvStatic() argument 387 static int onFrameRecvCallbackStatic(nghttp2_session* /* session */, in onFrameRecvCallbackStatic() argument 413 static int onStreamCloseCallbackStatic(nghttp2_session* /* session */, in onStreamCloseCallbackStatic() argument 488 nghttp2_session* /* session */, const nghttp2_frame* frame, in onHeaderCallbackStatic() argument 528 static int onBeginHeadersCallbackStatic(nghttp2_session* /* session */, in onBeginHeadersCallbackStatic() argument 648 nghttp2_session ngSession;
|