Home
last modified time | relevance | path

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

/dports/www/h2o-devel/h2o-dcc7134/lib/
H A Dhttp1.c1089 static void do_send_informational(struct st_h2o_http1_finalostream_t *self, h2o_socket_t *sock) in do_send_informational() function
1116 do_send_informational(self, sock); in on_send_informational()
1141 do_send_informational(self, conn->sock); in finalostream_send_informational()
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c1415 static void do_send_informational(h2o_ostream_t *_ostr, h2o_req_t *_req) in do_send_informational() function
1515 stream->ostr_final = (h2o_ostream_t){NULL, do_send, NULL, do_send_informational}; in stream_open_cb()