Home
last modified time | relevance | path

Searched defs:st_h2o_http3_server_stream_t (Results 1 – 1 of 1) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c187 struct st_h2o_http3_server_stream_t { struct
191 …int (*handle_input)(struct st_h2o_http3_server_stream_t *stream, const uint8_t **src, const uint8_… argument
194 } recvbuf;
195 struct {
201 } sendbuf;
203 h2o_linklist_t link;
204 h2o_ostream_t ostr_final;
209 uint8_t read_blocked : 1;
213 uint8_t proceed_requested : 1;
218 uint8_t proceed_while_sending : 1;
[all …]