Lines Matching refs:frame
295 /* Serialize the frame and send (or buffer) the data to
482 const nghttp2_frame *frame, const uint8_t *name,
490 switch (frame->hd.type) {
492 if (frame->headers.cat != NGHTTP2_HCAT_REQUEST) {
496 nghttp2_session_get_stream_user_data(session, frame->hd.stream_id);
512 const nghttp2_frame *frame,
517 if (frame->hd.type != NGHTTP2_HEADERS ||
518 frame->headers.cat != NGHTTP2_HCAT_REQUEST) {
521 stream_data = create_http2_stream_data(session_data, frame->hd.stream_id);
522 nghttp2_session_set_stream_user_data(session, frame->hd.stream_id,
577 const nghttp2_frame *frame, void *user_data) {
580 switch (frame->hd.type) {
584 if (frame->hd.flags & NGHTTP2_FLAG_END_STREAM) {
586 nghttp2_session_get_stream_user_data(session, frame->hd.stream_id);
587 /* For DATA and HEADERS frame, this callback may be called after
641 magic octets and SETTINGS frame */