Home
last modified time | relevance | path

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

/dports/www/h2o-devel/h2o-dcc7134/fuzz/
H A Ddriver_common.cc33 …er_handler(h2o_hostconf_t *hostconf, const char *path, int (*on_req)(h2o_handler_t *, h2o_req_t *)) in register_handler() argument
/dports/www/h2o-devel/h2o-dcc7134/examples/libh2o/
H A Dsimple.c38 …er_handler(h2o_hostconf_t *hostconf, const char *path, int (*on_req)(h2o_handler_t *, h2o_req_t *)) in register_handler() argument
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddoh.cc1373 …er_handler(h2o_hostconf_t *hostconf, const char *path, int (*on_req)(h2o_handler_t *, h2o_req_t *)) in register_handler() argument
/dports/www/h2o-devel/h2o-dcc7134/lib/core/
H A Dutil.c814 int (*compute_func)(h2o_req_t *, int64_t *), size_t max_len) in emit_server_timing_element()
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c1125void (*sendfn)(h2o_req_t *, const char *, const char *, int), in handle_input_expect_headers_send_http_error()
/dports/www/h2o-devel/h2o-dcc7134/include/
H A Dh2o.h104 typedef struct st_h2o_req_t h2o_req_t; typedef