Searched refs:unpack_framebuf (Results 1 – 4 of 4) sorted by relevance
/third_party/nghttp2/tests/ |
D | nghttp2_frame_test.c | 105 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_headers() 135 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_headers() 225 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_priority() 252 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_rst_stream() 265 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_rst_stream() 300 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_settings() 341 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_push_promise() 377 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_ping() 407 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_goaway() 424 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_goaway() [all …]
|
D | nghttp2_test_helper.h | 61 int unpack_framebuf(nghttp2_frame *frame, nghttp2_bufs *bufs);
|
D | nghttp2_test_helper.c | 34 int unpack_framebuf(nghttp2_frame *frame, nghttp2_bufs *bufs) { in unpack_framebuf() function
|
D | failmalloc_test.c | 430 rv = unpack_framebuf(&oframe, &bufs); in run_nghttp2_frame_pack_headers()
|