Lines Matching defs:cont_hd
5822 nghttp2_frame_hd cont_hd;
6920 nghttp2_frame_unpack_frame_hd(&cont_hd, iframe->sbuf.pos);
6921 iframe->payloadleft = cont_hd.length;
6924 cont_hd.length, cont_hd.type, cont_hd.flags, cont_hd.stream_id);
6926 if (cont_hd.type != NGHTTP2_CONTINUATION ||
6927 cont_hd.stream_id != iframe->frame.hd.stream_id) {
6931 cont_hd.stream_id, cont_hd.type);
6946 (cont_hd.flags & NGHTTP2_FLAG_END_HEADERS));
6947 iframe->frame.hd.length += cont_hd.length;
6954 rv = session_call_on_begin_frame(session, &cont_hd);