Home
last modified time | relevance | path

Searched refs:nghttp2_bufs (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_buf.h154 } nghttp2_bufs; typedef
196 void nghttp2_bufs_free(nghttp2_bufs *bufs);
240 void nghttp2_bufs_wrap_free(nghttp2_bufs *bufs);
286 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b);
316 int nghttp2_bufs_orb(nghttp2_bufs *bufs, uint8_t b);
322 int nghttp2_bufs_orb_hold(nghttp2_bufs *bufs, uint8_t b);
367 void nghttp2_bufs_reset(nghttp2_bufs *bufs);
382 int nghttp2_bufs_advance(nghttp2_bufs *bufs);
397 void nghttp2_bufs_seek_last_present(nghttp2_bufs *bufs);
402 int nghttp2_bufs_next_present(nghttp2_bufs *bufs);
[all …]
A Dnghttp2_buf.c194 void nghttp2_bufs_free(nghttp2_bufs *bufs) in nghttp2_bufs_free()
282 void nghttp2_bufs_wrap_free(nghttp2_bufs *bufs) in nghttp2_bufs_wrap_free()
293 void nghttp2_bufs_seek_last_present(nghttp2_bufs *bufs) in nghttp2_bufs_seek_last_present()
306 size_t nghttp2_bufs_len(nghttp2_bufs *bufs) in nghttp2_bufs_len()
319 static int bufs_alloc_chain(nghttp2_bufs *bufs) in bufs_alloc_chain()
381 static int bufs_ensure_addb(nghttp2_bufs *bufs) in bufs_ensure_addb()
400 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b) in nghttp2_bufs_addb()
428 int nghttp2_bufs_orb(nghttp2_bufs *bufs, uint8_t b) in nghttp2_bufs_orb()
513 void nghttp2_bufs_reset(nghttp2_bufs *bufs) in nghttp2_bufs_reset()
547 int nghttp2_bufs_advance(nghttp2_bufs *bufs) in nghttp2_bufs_advance()
[all …]
A Dnghttp2_frame.h137 int nghttp2_frame_pack_headers(nghttp2_bufs *bufs, nghttp2_headers *frame,
159 int nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame);
176 int nghttp2_frame_pack_rst_stream(nghttp2_bufs *bufs,
198 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame);
258 int nghttp2_frame_pack_push_promise(nghttp2_bufs *bufs,
285 int nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame);
308 int nghttp2_frame_pack_goaway(nghttp2_bufs *bufs, nghttp2_goaway *frame);
347 int nghttp2_frame_pack_window_update(nghttp2_bufs *bufs,
365 int nghttp2_frame_pack_altsvc(nghttp2_bufs *bufs, nghttp2_extension *ext);
572 int nghttp2_frame_add_pad(nghttp2_bufs *bufs, nghttp2_frame_hd *hd,
A Dnghttp2_hd.h333 nghttp2_bufs *bufs, const nghttp2_nv *nva,
363 int nghttp2_hd_emit_indname_block(nghttp2_bufs *bufs, size_t index,
367 int nghttp2_hd_emit_newname_block(nghttp2_bufs *bufs, nghttp2_nv *nv,
371 int nghttp2_hd_emit_table_size(nghttp2_bufs *bufs, size_t table_size);
404 int nghttp2_hd_huff_encode(nghttp2_bufs *bufs, const uint8_t *src,
A Dnghttp2_frame.c287 static int frame_pack_headers_shared(nghttp2_bufs *bufs, in frame_pack_headers_shared()
344 int nghttp2_frame_pack_headers(nghttp2_bufs *bufs, nghttp2_headers *frame, in nghttp2_frame_pack_headers()
422 int nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) in nghttp2_frame_pack_priority()
449 int nghttp2_frame_pack_rst_stream(nghttp2_bufs *bufs, nghttp2_rst_stream *frame) in nghttp2_frame_pack_rst_stream()
475 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame) in nghttp2_frame_pack_settings()
554 int nghttp2_frame_pack_push_promise(nghttp2_bufs *bufs, in nghttp2_frame_pack_push_promise()
600 int nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame) in nghttp2_frame_pack_ping()
626 int nghttp2_frame_pack_goaway(nghttp2_bufs *bufs, nghttp2_goaway *frame) in nghttp2_frame_pack_goaway()
704 int nghttp2_frame_pack_window_update(nghttp2_bufs *bufs, in nghttp2_frame_pack_window_update()
732 int nghttp2_frame_pack_altsvc(nghttp2_bufs *bufs, nghttp2_extension *frame) in nghttp2_frame_pack_altsvc()
[all …]
A Dnghttp2_hd_huffman.c40 static ssize_t huff_encode_sym(nghttp2_bufs *bufs, size_t *avail_ptr, in huff_encode_sym()
154 int nghttp2_hd_huff_encode(nghttp2_bufs *bufs, const uint8_t *src, in nghttp2_hd_huff_encode()
A Dnghttp2_hd.c935 static int emit_table_size(nghttp2_bufs *bufs, size_t table_size) in emit_table_size()
964 static int emit_indexed_block(nghttp2_bufs *bufs, size_t idx) in emit_indexed_block()
1055 static int emit_indname_block(nghttp2_bufs *bufs, size_t idx, in emit_indname_block()
1099 static int emit_newname_block(nghttp2_bufs *bufs, const nghttp2_nv *nv, in emit_newname_block()
1376 static int deflate_nv(nghttp2_hd_deflater *deflater, nghttp2_bufs *bufs, in deflate_nv()
1476 nghttp2_bufs *bufs, const nghttp2_nv *nv, in nghttp2_hd_deflate_hd_bufs()
1529 nghttp2_bufs bufs; in nghttp2_hd_deflate_hd()
1562 nghttp2_bufs bufs; in nghttp2_hd_deflate_hd_vec()
2345 int nghttp2_hd_emit_indname_block(nghttp2_bufs *bufs, size_t idx, in nghttp2_hd_emit_indname_block()
2351 int nghttp2_hd_emit_newname_block(nghttp2_bufs *bufs, nghttp2_nv *nv, in nghttp2_hd_emit_newname_block()
[all …]
A Dnghttp2_session.h76 nghttp2_bufs framebufs;
800 int nghttp2_session_pack_data(nghttp2_session *session, nghttp2_bufs *bufs,
A Dnghttp2_session.c1924 nghttp2_bufs *framebufs; in session_headers_add_pad()
1965 static int session_pack_extension(nghttp2_session *session, nghttp2_bufs *bufs, in session_pack_extension()
2574 nghttp2_bufs *framebufs = &aob->framebufs; in session_after_frame_sent1()
2855 nghttp2_bufs *framebufs = &aob->framebufs; in session_after_frame_sent2()
2925 nghttp2_bufs *framebufs) in session_call_send_data()
2959 nghttp2_bufs *framebufs; in nghttp2_session_mem_send_internal()
3316 nghttp2_bufs *framebufs; in nghttp2_session_send()
7129 int nghttp2_session_pack_data(nghttp2_session *session, nghttp2_bufs *bufs, in nghttp2_session_pack_data()

Completed in 28 milliseconds