Home
last modified time | relevance | path

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

/dports/www/libnghttp3/nghttp3-b9e565c/lib/
H A Dnghttp3_buf.h64 typedef struct nghttp3_typed_buf { struct
67 } nghttp3_typed_buf; typedef
69 void nghttp3_typed_buf_init(nghttp3_typed_buf *tbuf, const nghttp3_buf *buf,
72 void nghttp3_typed_buf_free(nghttp3_typed_buf *tbuf);
H A Dnghttp3_stream.c113 nghttp3_typed_buf *tbuf; in delete_outq()
312 nghttp3_typed_buf tbuf; in nghttp3_stream_write_stream_type()
334 nghttp3_typed_buf tbuf; in nghttp3_stream_write_settings()
382 nghttp3_typed_buf tbuf; in nghttp3_stream_write_goaway()
407 nghttp3_typed_buf tbuf; in nghttp3_stream_write_priority_update()
448 nghttp3_typed_buf tbuf; in nghttp3_stream_write_header_block()
557 nghttp3_typed_buf tbuf; in nghttp3_stream_write_data()
663 nghttp3_typed_buf tbuf; in nghttp3_stream_write_qpack_decoder_stream()
702 nghttp3_typed_buf *dest; in nghttp3_stream_outq_add()
814 nghttp3_typed_buf *tbuf; in nghttp3_stream_writev()
[all …]
H A Dnghttp3_buf.c86 void nghttp3_typed_buf_init(nghttp3_typed_buf *tbuf, const nghttp3_buf *buf, in nghttp3_typed_buf_init()
H A Dnghttp3_stream.h284 const nghttp3_typed_buf *tbuf);