Home
last modified time | relevance | path

Searched refs:nghttp2_buf (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_buf.h51 } nghttp2_buf; typedef
77 void nghttp2_buf_init(nghttp2_buf *buf);
89 int nghttp2_buf_init2(nghttp2_buf *buf, size_t initial, nghttp2_mem *mem);
94 void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_mem *mem);
107 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem);
112 void nghttp2_buf_reset(nghttp2_buf *buf);
119 void nghttp2_buf_wrap_init(nghttp2_buf *buf, uint8_t *begin, size_t len);
130 nghttp2_buf buf;
A Dnghttp2_buf.c32 void nghttp2_buf_init(nghttp2_buf *buf) in nghttp2_buf_init()
41 int nghttp2_buf_init2(nghttp2_buf *buf, size_t initial, nghttp2_mem *mem) in nghttp2_buf_init2()
47 void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_mem *mem) in nghttp2_buf_free()
84 void nghttp2_buf_reset(nghttp2_buf *buf) in nghttp2_buf_reset()
89 void nghttp2_buf_wrap_init(nghttp2_buf *buf, uint8_t *begin, size_t len) in nghttp2_buf_wrap_init()
356 nghttp2_buf *buf; in nghttp2_bufs_add()
384 nghttp2_buf *buf; in bufs_ensure_addb()
460 nghttp2_buf *buf; in nghttp2_bufs_remove()
462 nghttp2_buf resbuf; in nghttp2_bufs_remove()
497 nghttp2_buf *buf; in nghttp2_bufs_remove_copy()
[all …]
A Dnghttp2_frame.c290 nghttp2_buf *buf; in frame_pack_headers_shared()
349 nghttp2_buf *buf; in nghttp2_frame_pack_headers()
424 nghttp2_buf *buf; in nghttp2_frame_pack_priority()
451 nghttp2_buf *buf; in nghttp2_frame_pack_rst_stream()
477 nghttp2_buf *buf; in nghttp2_frame_pack_settings()
560 nghttp2_buf *buf; in nghttp2_frame_pack_push_promise()
602 nghttp2_buf *buf; in nghttp2_frame_pack_ping()
629 nghttp2_buf *buf; in nghttp2_frame_pack_goaway()
707 nghttp2_buf *buf; in nghttp2_frame_pack_window_update()
735 nghttp2_buf *buf; in nghttp2_frame_pack_altsvc()
[all …]
A Dnghttp2_hd.h235 nghttp2_buf namebuf, valuebuf;
429 nghttp2_buf *buf, const uint8_t *src,
A Dnghttp2_session.h138 nghttp2_buf sbuf;
140 nghttp2_buf lbuf;
A Dnghttp2_hd_huffman.c203 nghttp2_buf *buf, const uint8_t *src, in nghttp2_hd_huff_decode()
A Dnghttp2_hd.c1730 nghttp2_buf *buf, const uint8_t *in, in hd_inflate_read_huff()
1762 static ssize_t hd_inflate_read(nghttp2_hd_inflater *inflater, nghttp2_buf *buf, in hd_inflate_read()
A Dnghttp2_session.c1969 nghttp2_buf *buf; in session_pack_extension()
2928 nghttp2_buf *buf; in session_call_send_data()
3152 nghttp2_buf *buf; in nghttp2_session_mem_send_internal()
3262 nghttp2_buf *buf; in nghttp2_session_mem_send_internal()
7138 nghttp2_buf *buf; in nghttp2_session_pack_data()

Completed in 26 milliseconds