Home
last modified time | relevance | path

Searched refs:h2o_ostream_t (Results 1 – 18 of 18) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/lib/handler/
H A Dreproxy.c24 static void on_send(h2o_ostream_t *self, h2o_req_t *req, h2o_sendvec_t *inbufs, size_t inbufcnt, h2… in on_send()
29 static void on_setup_ostream(h2o_filter_t *self, h2o_req_t *req, h2o_ostream_t **slot) in on_setup_ostream()
58 h2o_ostream_t *ostream = h2o_add_ostream(req, H2O_ALIGNOF(*ostream), sizeof(*ostream), slot); in on_setup_ostream()
H A Dthrottle_resp.c34 h2o_ostream_t super;
76 static void on_send(h2o_ostream_t *_self, h2o_req_t *req, h2o_sendvec_t *inbufs, size_t inbufcnt, h… in on_send()
95 static void on_stop(h2o_ostream_t *_self, h2o_req_t *req) in on_stop()
102 static void on_setup_ostream(h2o_filter_t *self, h2o_req_t *req, h2o_ostream_t **slot) in on_setup_ostream()
H A Derrordoc.c45 static void on_prefilter_setup_stream(h2o_req_prefilter_t *_self, h2o_req_t *req, h2o_ostream_t **s… in on_prefilter_setup_stream()
70 static void on_ostream_send(h2o_ostream_t *self, h2o_req_t *req, h2o_sendvec_t *inbufs, size_t inbu… in on_ostream_send()
84 static void on_filter_setup_ostream(h2o_filter_t *_self, h2o_req_t *req, h2o_ostream_t **slot) in on_filter_setup_ostream()
90 h2o_ostream_t *ostream; in on_filter_setup_ostream()
H A Dcompress.c36 h2o_ostream_t super;
40 static void do_send(h2o_ostream_t *_self, h2o_req_t *req, h2o_sendvec_t *inbufs, size_t inbufcnt, h… in do_send()
55 static void on_setup_ostream(h2o_filter_t *_self, h2o_req_t *req, h2o_ostream_t **slot) in on_setup_ostream()
H A Dserver_timing.c33 static void on_setup_ostream(h2o_filter_t *_self, h2o_req_t *req, h2o_ostream_t **slot) in on_setup_ostream()
H A Dexpires.c34 static void on_setup_ostream(h2o_filter_t *_self, h2o_req_t *req, h2o_ostream_t **slot) in on_setup_ostream()
H A Dheaders.c40 static void on_setup_ostream(h2o_filter_t *_self, h2o_req_t *req, h2o_ostream_t **slot) in on_setup_ostream()
H A Dfile.c86 h2o_ostream_t super;
318 static void send_decompressed(h2o_ostream_t *_self, h2o_req_t *req, h2o_sendvec_t *inbufs, size_t i… in send_decompressed()
/dports/www/h2o-devel/h2o-dcc7134/include/
H A Dh2o.h105 typedef struct st_h2o_ostream_t h2o_ostream_t; typedef
146 void (*on_setup_ostream)(struct st_h2o_filter_t *self, h2o_req_t *req, h2o_ostream_t **slot);
1021 …void (*on_setup_ostream)(struct st_h2o_req_prefilter_t *self, h2o_req_t *req, h2o_ostream_t **slot…
1352 h2o_ostream_t *_ostr_top;
1511 h2o_ostream_t *h2o_add_ostream(h2o_req_t *req, size_t alignment, size_t sz, h2o_ostream_t **slot);
1555 static void h2o_setup_next_prefilter(h2o_req_prefilter_t *self, h2o_req_t *req, h2o_ostream_t **slo…
1559 static void h2o_setup_next_ostream(h2o_req_t *req, h2o_ostream_t **slot);
1570 void h2o_ostream_send_next(h2o_ostream_t *ostream, h2o_req_t *req, h2o_sendvec_t *bufs, size_t bufc…
2364 inline void h2o_setup_next_ostream(h2o_req_t *req, h2o_ostream_t **slot) in h2o_setup_next_ostream()
2374 inline void h2o_setup_next_prefilter(h2o_req_prefilter_t *self, h2o_req_t *req, h2o_ostream_t **slo… in h2o_setup_next_prefilter()
/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…
29 static void finalostream_send_informational(h2o_ostream_t *_self, h2o_req_t *req);
335 void finalostream_send(h2o_ostream_t *self, h2o_req_t *req, h2o_sendvec_t *bufs, size_t bufcnt, h2o… in finalostream_send()
386 static void finalostream_send_informational(h2o_ostream_t *self, h2o_req_t *req) in finalostream_send_informational()
/dports/www/h2o-devel/h2o-dcc7134/t/00unit/
H A Dtest.h35 h2o_ostream_t _ostr_final;
H A Dtest.c27 static void loopback_on_send(h2o_ostream_t *self, h2o_req_t *req, h2o_sendvec_t *inbufs, size_t inb… in loopback_on_send()
/dports/www/h2o-devel/h2o-dcc7134/lib/
H A Dhttp1.c40 h2o_ostream_t super;
95 static void finalostream_send(h2o_ostream_t *_self, h2o_req_t *req, h2o_sendvec_t *inbufs, size_t i…
96 static void finalostream_send_informational(h2o_ostream_t *_self, h2o_req_t *req);
982 void finalostream_send(h2o_ostream_t *_self, h2o_req_t *_req, h2o_sendvec_t *inbufs, size_t inbufcn… in finalostream_send()
1119 static void finalostream_send_informational(h2o_ostream_t *_self, h2o_req_t *req) in finalostream_send_informational()
/dports/www/h2o-devel/h2o-dcc7134/lib/core/
H A Drequest.c589 h2o_ostream_t *h2o_add_ostream(h2o_req_t *req, size_t alignment, size_t sz, h2o_ostream_t **slot) in h2o_add_ostream()
591 h2o_ostream_t *ostr = h2o_mem_alloc_pool_aligned(&req->pool, alignment, sz); in h2o_add_ostream()
634 void h2o_ostream_send_next(h2o_ostream_t *ostream, h2o_req_t *req, h2o_sendvec_t *bufs, size_t bufc… in h2o_ostream_send_next()
/dports/www/h2o-devel/h2o-dcc7134/include/h2o/
H A Dhttp2_internal.h92 h2o_ostream_t _ostr_final;
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c204 h2o_ostream_t ostr_final;
1351 static void do_send(h2o_ostream_t *_ostr, h2o_req_t *_req, h2o_sendvec_t *bufs, size_t bufcnt, h2o_… in do_send()
1415 static void do_send_informational(h2o_ostream_t *_ostr, h2o_req_t *_req) in do_send_informational()
1515 stream->ostr_final = (h2o_ostream_t){NULL, do_send, NULL, do_send_informational}; in stream_open_cb()
/dports/www/h2o-devel/h2o-dcc7134/lib/handler/mruby/
H A Dmiddleware.c225 static void subreq_ostream_send(h2o_ostream_t *_self, h2o_req_t *_subreq, h2o_sendvec_t *inbufs, si… in subreq_ostream_send()
644h2o_ostream_t *ostream = h2o_add_ostream(&subreq->super, H2O_ALIGNOF(*ostream), sizeof(*ostream), … in create_subreq()
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddoh.cc601 static void on_response_ready_cb(struct st_h2o_filter_t *self, h2o_req_t *req, h2o_ostream_t **slot) in on_response_ready_cb()