Lines Matching defs:cont_hd
5817 nghttp2_frame_hd cont_hd;
6909 nghttp2_frame_unpack_frame_hd(&cont_hd, iframe->sbuf.pos);
6910 iframe->payloadleft = cont_hd.length;
6913 cont_hd.length, cont_hd.type, cont_hd.flags, cont_hd.stream_id);
6915 if (cont_hd.type != NGHTTP2_CONTINUATION ||
6916 cont_hd.stream_id != iframe->frame.hd.stream_id) {
6920 cont_hd.stream_id, cont_hd.type);
6935 (cont_hd.flags & NGHTTP2_FLAG_END_HEADERS));
6936 iframe->frame.hd.length += cont_hd.length;
6943 rv = session_call_on_begin_frame(session, &cont_hd);