Searched refs:oframe (Results 1 - 3 of 3) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 74 nghttp2_headers frame, oframe; in test_nghttp2_frame_pack_headers() local 105 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_headers() 110 1000000007, &oframe.hd); in test_nghttp2_frame_pack_headers() 112 CU_ASSERT(NGHTTP2_DEFAULT_WEIGHT == oframe.pri_spec.weight); in test_nghttp2_frame_pack_headers() 122 nghttp2_frame_headers_free(&oframe, mem); in test_nghttp2_frame_pack_headers() 126 memset(&oframe, 0, sizeof(oframe)); in test_nghttp2_frame_pack_headers() 135 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_headers() 141 1000000007, &oframe.hd); in test_nghttp2_frame_pack_headers() 143 CU_ASSERT(1000000009 == oframe in test_nghttp2_frame_pack_headers() 210 nghttp2_priority frame, oframe; test_nghttp2_frame_pack_priority() local 239 nghttp2_rst_stream frame, oframe; test_nghttp2_frame_pack_rst_stream() local 275 nghttp2_settings frame, oframe; test_nghttp2_frame_pack_settings() local 312 nghttp2_push_promise frame, oframe; test_nghttp2_frame_pack_push_promise() local 360 nghttp2_ping frame, oframe; test_nghttp2_frame_pack_ping() local 381 nghttp2_goaway frame, oframe; test_nghttp2_frame_pack_goaway() local 429 nghttp2_window_update frame, oframe; test_nghttp2_frame_pack_window_update() local 449 nghttp2_extension frame, oframe; test_nghttp2_frame_pack_altsvc() local 502 nghttp2_extension frame, oframe; test_nghttp2_frame_pack_origin() local 594 nghttp2_extension frame, oframe; test_nghttp2_frame_pack_priority_update() local [all...] |
H A D | failmalloc_test.c | 397 nghttp2_frame frame, oframe; in run_nghttp2_frame_pack_headers() local 430 rv = unpack_framebuf(&oframe, &bufs); in run_nghttp2_frame_pack_headers() 434 nghttp2_frame_headers_free(&oframe.headers, nghttp2_mem_fm()); in run_nghttp2_frame_pack_headers() 447 nghttp2_frame frame, oframe; in run_nghttp2_frame_pack_settings() local 481 &oframe.settings.iv, &oframe.settings.niv, buf->pos + NGHTTP2_FRAME_HDLEN, in run_nghttp2_frame_pack_settings() 487 nghttp2_frame_settings_free(&oframe.settings, nghttp2_mem_fm()); in run_nghttp2_frame_pack_settings()
|
/third_party/nghttp2/fuzz/ |
H A D | fuzz_frames.cc | 38 nghttp2_headers frame, oframe; in check_frame_pack_headers() local 71 unpack_framebuf((nghttp2_frame *)&oframe, &bufs); in check_frame_pack_headers() 98 nghttp2_push_promise frame, oframe; in check_frame_push_promise() local 130 unpack_framebuf((nghttp2_frame *)&oframe, &bufs); in check_frame_push_promise()
|
Completed in 2 milliseconds