Lines Matching refs:hd
63 int32_t stream_id, nghttp2_frame_hd *hd) {
64 CU_ASSERT(length == hd->length);
65 CU_ASSERT(type == hd->type);
66 CU_ASSERT(flags == hd->flags);
67 CU_ASSERT(stream_id == hd->stream_id);
68 CU_ASSERT(0 == hd->reserved);
110 1000000007, &oframe.hd);
129 frame.hd.flags |= NGHTTP2_FLAG_PRIORITY;
141 1000000007, &oframe.hd);
148 nghttp2_frame_priority_len(oframe.hd.flags);
152 nghttp2_frame_priority_len(oframe.hd.flags),
225 &oframe.hd);
250 &oframe.hd);
263 &oframe.hd);
297 NGHTTP2_FLAG_NONE, 0, &oframe.hd);
340 &oframe.hd);
371 check_frame_header(8, NGHTTP2_PING, NGHTTP2_FLAG_ACK, 0, &oframe.hd);
401 check_frame_header(24, NGHTTP2_GOAWAY, NGHTTP2_FLAG_NONE, 0, &oframe.hd);
418 check_frame_header(24, NGHTTP2_GOAWAY, NGHTTP2_FLAG_NONE, 0, &oframe.hd);
440 &oframe.hd);
488 &oframe.hd);
547 &oframe.hd);
583 check_frame_header(0, NGHTTP2_ORIGIN, NGHTTP2_FLAG_NONE, 0, &oframe.hd);
620 &oframe.hd);