Home
last modified time | relevance | path

Searched refs:finalostream_send (Results 1 – 2 of 2) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/lib/http2/
H A Dstream.c28 static void finalostream_send(h2o_ostream_t *self, h2o_req_t *req, h2o_sendvec_t *bufs, size_t bufc…
44 stream->_ostr_final.do_send = finalostream_send; in h2o_http2_stream_open()
335 void finalostream_send(h2o_ostream_t *self, h2o_req_t *req, h2o_sendvec_t *bufs, size_t bufcnt, h2o… in finalostream_send() function
/dports/www/h2o-devel/h2o-dcc7134/lib/
H A Dhttp1.c95 static void finalostream_send(h2o_ostream_t *_self, h2o_req_t *req, h2o_sendvec_t *inbufs, size_t i…
124 finalostream_send, /* do_send */ in init_request()
982 void finalostream_send(h2o_ostream_t *_self, h2o_req_t *_req, h2o_sendvec_t *inbufs, size_t inbufcn… in finalostream_send() function
1111 finalostream_send(&self->super, &conn->req, self->informational.pending_final.inbufs, in on_send_informational()