Searched refs:nghttp2_headers (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 118 size_t nghttp2_frame_headers_payload_nv_offset(nghttp2_headers *frame); 139 int nghttp2_frame_pack_headers(nghttp2_bufs *bufs, nghttp2_headers *frame, 147 void nghttp2_frame_unpack_headers_payload(nghttp2_headers *frame, 433 void nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, 438 void nghttp2_frame_headers_free(nghttp2_headers *frame, nghttp2_mem *mem);
|
H A D | nghttp2_frame.c | 62 void nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, in nghttp2_frame_headers_init() 79 void nghttp2_frame_headers_free(nghttp2_headers *frame, nghttp2_mem *mem) { in nghttp2_frame_headers_free() 289 size_t nghttp2_frame_headers_payload_nv_offset(nghttp2_headers *frame) { in nghttp2_frame_headers_payload_nv_offset() 361 int nghttp2_frame_pack_headers(nghttp2_bufs *bufs, nghttp2_headers *frame, in nghttp2_frame_pack_headers() 421 void nghttp2_frame_unpack_headers_payload(nghttp2_headers *frame, in nghttp2_frame_unpack_headers_payload()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 118 size_t nghttp2_frame_headers_payload_nv_offset(nghttp2_headers *frame); 139 int nghttp2_frame_pack_headers(nghttp2_bufs *bufs, nghttp2_headers *frame, 147 void nghttp2_frame_unpack_headers_payload(nghttp2_headers *frame, 433 void nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, 438 void nghttp2_frame_headers_free(nghttp2_headers *frame, nghttp2_mem *mem);
|
H A D | nghttp2_frame.c | 62 void nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, in nghttp2_frame_headers_init() 79 void nghttp2_frame_headers_free(nghttp2_headers *frame, nghttp2_mem *mem) { in nghttp2_frame_headers_free() 289 size_t nghttp2_frame_headers_payload_nv_offset(nghttp2_headers *frame) { in nghttp2_frame_headers_payload_nv_offset() 361 int nghttp2_frame_pack_headers(nghttp2_bufs *bufs, nghttp2_headers *frame, in nghttp2_frame_pack_headers() 421 void nghttp2_frame_unpack_headers_payload(nghttp2_headers *frame, in nghttp2_frame_unpack_headers_payload()
|
/third_party/nghttp2/fuzz/ |
H A D | fuzz_frames.cc | 38 nghttp2_headers frame, oframe; in check_frame_pack_headers()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1065 } nghttp2_headers; typedef 1278 nghttp2_headers headers;
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 74 nghttp2_headers frame, oframe; in test_nghttp2_frame_pack_headers() 170 nghttp2_headers frame; in test_nghttp2_frame_pack_headers_frame_too_large()
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1060 } nghttp2_headers; typedef 1273 nghttp2_headers headers;
|
Completed in 19 milliseconds