Home
last modified time | relevance | path

Searched refs:h2o_http3_update_recvbuf (Results 1 – 3 of 3) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/include/h2o/
H A Dhttp3_common.h488 void h2o_http3_update_recvbuf(h2o_buffer_t **buf, size_t off, const void *src, size_t len);
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dcommon.c221 h2o_http3_update_recvbuf(&stream->recvbuf, off, input, len); in ingress_unistream_on_receive()
1220 void h2o_http3_update_recvbuf(h2o_buffer_t **buf, size_t off, const void *src, size_t len) in h2o_http3_update_recvbuf() function
H A Dserver.c916 h2o_http3_update_recvbuf(&stream->recvbuf.buf, off, input, len); in on_receive()