Lines Matching defs:cont_hd
1247 nghttp2_frame_hd cont_hd;
1287 nghttp2_frame_hd_init(&cont_hd, 2, NGHTTP2_CONTINUATION, NGHTTP2_FLAG_NONE,
1290 nghttp2_frame_pack_frame_hd(data + datalen, &cont_hd);
1293 memcpy(data + datalen, buf->pos, cont_hd.length);
1294 datalen += cont_hd.length;
1295 buf->pos += cont_hd.length;
1298 nghttp2_frame_hd_init(&cont_hd, nghttp2_buf_len(buf), NGHTTP2_CONTINUATION,
1301 nghttp2_frame_pack_frame_hd(data + datalen, &cont_hd);
1304 memcpy(data + datalen, buf->pos, cont_hd.length);
1305 datalen += cont_hd.length;
1306 buf->pos += cont_hd.length;
1355 nghttp2_frame_hd_init(&cont_hd, nghttp2_buf_len(buf), NGHTTP2_CONTINUATION,
1357 nghttp2_frame_pack_frame_hd(data + datalen, &cont_hd);
1360 memcpy(data + datalen, buf->pos, cont_hd.length);
1361 datalen += cont_hd.length;
1362 buf->pos += cont_hd.length;