Lines Matching defs:frame
216 const nghttp2_frame *frame, const uint8_t *name,
223 switch (frame->hd.type) {
225 if (frame->headers.cat == NGHTTP2_HCAT_RESPONSE &&
226 session_data->stream_data->stream_id == frame->hd.stream_id) {
238 const nghttp2_frame *frame,
243 switch (frame->hd.type) {
245 if (frame->headers.cat == NGHTTP2_HCAT_RESPONSE &&
246 session_data->stream_data->stream_id == frame->hd.stream_id) {
248 frame->hd.stream_id);
256 received a complete frame from the remote peer. */
258 const nghttp2_frame *frame, void *user_data) {
262 switch (frame->hd.type) {
264 if (frame->headers.cat == NGHTTP2_HCAT_RESPONSE &&
265 session_data->stream_data->stream_id == frame->hd.stream_id) {
273 /* nghttp2_on_data_chunk_recv_callback: Called when DATA frame is
274 received from the remote peer. In this implementation, if the frame
437 /* Serialize the frame and send (or buffer) the data to
452 nghttp2 callbacks. It may also queues the frame in nghttp2 session