Lines Matching refs:hd
63 int32_t stream_id, nghttp2_frame_hd *hd) { in check_frame_header() argument
64 CU_ASSERT(length == hd->length); in check_frame_header()
65 CU_ASSERT(type == hd->type); in check_frame_header()
66 CU_ASSERT(flags == hd->flags); in check_frame_header()
67 CU_ASSERT(stream_id == hd->stream_id); in check_frame_header()
68 CU_ASSERT(0 == hd->reserved); in check_frame_header()
110 1000000007, &oframe.hd); in test_nghttp2_frame_pack_headers()
129 frame.hd.flags |= NGHTTP2_FLAG_PRIORITY; in test_nghttp2_frame_pack_headers()
141 1000000007, &oframe.hd); in test_nghttp2_frame_pack_headers()
148 nghttp2_frame_priority_len(oframe.hd.flags); in test_nghttp2_frame_pack_headers()
152 nghttp2_frame_priority_len(oframe.hd.flags), in test_nghttp2_frame_pack_headers()
227 &oframe.hd); in test_nghttp2_frame_pack_priority()
254 &oframe.hd); in test_nghttp2_frame_pack_rst_stream()
268 &oframe.hd); in test_nghttp2_frame_pack_rst_stream()
302 NGHTTP2_FLAG_NONE, 0, &oframe.hd); in test_nghttp2_frame_pack_settings()
345 &oframe.hd); in test_nghttp2_frame_pack_push_promise()
378 check_frame_header(8, NGHTTP2_PING, NGHTTP2_FLAG_ACK, 0, &oframe.hd); in test_nghttp2_frame_pack_ping()
408 check_frame_header(24, NGHTTP2_GOAWAY, NGHTTP2_FLAG_NONE, 0, &oframe.hd); in test_nghttp2_frame_pack_goaway()
425 check_frame_header(24, NGHTTP2_GOAWAY, NGHTTP2_FLAG_NONE, 0, &oframe.hd); in test_nghttp2_frame_pack_goaway()
449 &oframe.hd); in test_nghttp2_frame_pack_window_update()
498 &oframe.hd); in test_nghttp2_frame_pack_altsvc()
557 &oframe.hd); in test_nghttp2_frame_pack_origin()
593 check_frame_header(0, NGHTTP2_ORIGIN, NGHTTP2_FLAG_NONE, 0, &oframe.hd); in test_nghttp2_frame_pack_origin()
631 &oframe.hd); in test_nghttp2_frame_pack_priority_update()