Home
last modified time | relevance | path

Searched refs:unpack_framebuf (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/tests/
Dnghttp2_frame_test.c105 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 …]
Dnghttp2_test_helper.h61 int unpack_framebuf(nghttp2_frame *frame, nghttp2_bufs *bufs);
Dnghttp2_test_helper.c34 int unpack_framebuf(nghttp2_frame *frame, nghttp2_bufs *bufs) { in unpack_framebuf() function
Dfailmalloc_test.c430 rv = unpack_framebuf(&oframe, &bufs); in run_nghttp2_frame_pack_headers()