Home
last modified time | relevance | path

Searched refs:nghttp2_frame_pack_frame_hd (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_frame.c37 void nghttp2_frame_pack_frame_hd(uint8_t *buf, const nghttp2_frame_hd *hd) in nghttp2_frame_pack_frame_hd() function
309 nghttp2_frame_pack_frame_hd(buf->pos, &hd); in frame_pack_headers_shared()
327 nghttp2_frame_pack_frame_hd(buf->pos, &hd); in frame_pack_headers_shared()
338 nghttp2_frame_pack_frame_hd(buf->pos, &hd); in frame_pack_headers_shared()
434 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_frame_pack_priority()
461 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_frame_pack_rst_stream()
489 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_frame_pack_settings()
612 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_frame_pack_ping()
637 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_frame_pack_goaway()
717 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_frame_pack_window_update()
[all …]
A Dnghttp2_frame.h77 void nghttp2_frame_pack_frame_hd(uint8_t *buf, const nghttp2_frame_hd *hd);
A Dnghttp2_session.c1996 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in session_pack_extension()
7250 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_session_pack_data()

Completed in 15 milliseconds