Home
last modified time | relevance | path

Searched refs:nghttp2_session (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/http/
H A Dnghttp2_adapters.hpp25 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;
183 nghttp2_session* ptr = nullptr; argument
H A Dhttp2_connection.hpp144 nghttp2_session* /* session */, int32_t streamId, uint8_t* buf, in fileReadCallback() argument
264 nghttp2_session initializeNghttp2Session() in initializeNghttp2Session()
273 nghttp2_session session(callbacks); in initializeNghttp2Session()
382 nghttp2_session* /* session */, uint8_t flags, int32_t streamId, in onDataChunkRecvStatic()
414 static int onFrameRecvCallbackStatic(nghttp2_session* /* session */,
441 static int onStreamCloseCallbackStatic(nghttp2_session* /* session */,
518 nghttp2_session* /* session */, const nghttp2_frame* frame, in onHeaderCallbackStatic()
563 static int onBeginHeadersCallbackStatic(nghttp2_session* /* session */,
688 nghttp2_session ngSession;
383 onDataChunkRecvStatic(nghttp2_session *,uint8_t flags,int32_t streamId,const uint8_t * data,size_t len,void * userData) onDataChunkRecvStatic() argument
415 onFrameRecvCallbackStatic(nghttp2_session *,const nghttp2_frame * frame,void * userData) onFrameRecvCallbackStatic() argument
442 onStreamCloseCallbackStatic(nghttp2_session *,int32_t streamId,uint32_t,void * userData) onStreamCloseCallbackStatic() argument
519 onHeaderCallbackStatic(nghttp2_session *,const nghttp2_frame * frame,const uint8_t * name,size_t namelen,const uint8_t * value,size_t vallen,uint8_t,void * userData) onHeaderCallbackStatic() argument
564 onBeginHeadersCallbackStatic(nghttp2_session *,const nghttp2_frame * frame,void * userData) onBeginHeadersCallbackStatic() argument