Home
last modified time | relevance | path

Searched refs:h2o_hostconf_t (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/h2o-devel/h2o-dcc7134/lib/core/
H A Dconfig.c36 static h2o_hostconf_t *create_hostconf(h2o_globalconf_t *globalconf) in create_hostconf()
38 h2o_hostconf_t *hostconf = h2o_mem_alloc(sizeof(*hostconf)); in create_hostconf()
39 *hostconf = (h2o_hostconf_t){globalconf}; in create_hostconf()
47 static void destroy_hostconf(h2o_hostconf_t *hostconf) in destroy_hostconf()
219 h2o_pathconf_t *h2o_config_register_path(h2o_hostconf_t *hostconf, const char *path, int flags) in h2o_config_register_path()
242 h2o_hostconf_t *h2o_config_register_host(h2o_globalconf_t *config, h2o_iovec_t host, uint16_t port) in h2o_config_register_host()
244 h2o_hostconf_t *hostconf = NULL; in h2o_config_register_host()
254 h2o_hostconf_t **p; in h2o_config_register_host()
292 h2o_hostconf_t *hostconf = config->hosts[i]; in h2o_config_dispose()
H A Drequest.c74 static h2o_hostconf_t *find_hostconf(h2o_hostconf_t **hostconfs, h2o_iovec_t authority, uint16_t de… in find_hostconf()
96 h2o_hostconf_t *hostconf = *hostconfs; in find_hostconf()
117 static h2o_hostconf_t *find_default_hostconf(h2o_hostconf_t **hostconfs) in find_default_hostconf()
122 h2o_hostconf_t *hostconf = *hostconfs; in find_default_hostconf()
130 h2o_hostconf_t *h2o_req_setup(h2o_req_t *req) in h2o_req_setup()
133 h2o_hostconf_t *hostconf; in h2o_req_setup()
173 static void setup_pathconf(h2o_req_t *req, h2o_hostconf_t *hostconf) in setup_pathconf()
361 h2o_hostconf_t *hostconf = h2o_req_setup(req); in h2o_get_first_handler()
372 h2o_hostconf_t *hostconf = h2o_req_setup(req); in h2o_process_request()
403 h2o_hostconf_t *hostconf; in process_resolved_request()
[all …]
H A Dcontext.c122 h2o_hostconf_t *hostconf = config->hosts[i]; in h2o_context_init()
141 h2o_hostconf_t *hostconf = config->hosts[i]; in h2o_context_dispose()
H A Dconfigurator.c400 h2o_hostconf_t *hostconf = ctx->hostconf; in on_config_strict_match()
/dports/www/h2o-devel/h2o-dcc7134/fuzz/
H A Ddriver_common.h31 h2o_pathconf_t *register_handler(h2o_hostconf_t *hostconf, const char *path, int (*on_req)(h2o_hand…
34 void register_proxy(h2o_hostconf_t *hostconf, const char *unix_path, h2o_access_log_filehandle_t *l…
H A Ddriver_common.cc33 h2o_pathconf_t *register_handler(h2o_hostconf_t *hostconf, const char *path, int (*on_req)(h2o_hand… in register_handler()
103 void register_proxy(h2o_hostconf_t *hostconf, const char *unix_path, h2o_access_log_filehandle_t *l… in register_proxy()
H A Ddriver_h3.cc104 h2o_hostconf_t *hostconf; in LLVMFuzzerTestOneInput()
H A Ddriver.cc262 h2o_hostconf_t *hostconf; in LLVMFuzzerTestOneInput()
/dports/www/h2o-devel/h2o-dcc7134/include/
H A Dh2o.h109 typedef struct st_h2o_hostconf_t h2o_hostconf_t; typedef
336 h2o_hostconf_t **hosts;
341 h2o_hostconf_t *fallback_host;
994 h2o_hostconf_t **hosts;
1130 h2o_hostconf_t *hostconf;
1362 h2o_hostconf_t **hosts;
1515 h2o_hostconf_t *h2o_req_setup(h2o_req_t *req);
1519 void h2o_req_bind_conf(h2o_req_t *req, h2o_hostconf_t *hostconf, h2o_pathconf_t *pathconf);
1612 h2o_hostconf_t *h2o_config_register_host(h2o_globalconf_t *config, h2o_iovec_t host, uint16_t port);
1631 h2o_pathconf_t *h2o_config_register_path(h2o_hostconf_t *hostconf, const char *path, int flags);
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_sms_flowroute/
H A Dmod_sms_flowroute.h62 h2o_hostconf_t *h2o_hostconf;
/dports/www/h2o-devel/h2o-dcc7134/t/00unit/
H A Dtest.h43 h2o_loopback_conn_t *h2o_loopback_create(h2o_context_t *ctx, h2o_hostconf_t **hosts);
H A Dtest.c65 h2o_loopback_conn_t *h2o_loopback_create(h2o_context_t *ctx, h2o_hostconf_t **hosts) in h2o_loopback_create()
/dports/www/h2o-devel/h2o-dcc7134/examples/libh2o/
H A Dsimple.c38 static h2o_pathconf_t *register_handler(h2o_hostconf_t *hostconf, const char *path, int (*on_req)(h… in register_handler()
230 h2o_hostconf_t *hostconf; in main()
H A Dwebsocket.c167 h2o_hostconf_t *hostconf; in main()
/dports/www/h2o-devel/h2o-dcc7134/lib/handler/
H A Dhttp2_debug_state.c63 void h2o_http2_debug_state_register(h2o_hostconf_t *conf, int hpack_enabled) in h2o_http2_debug_state_register()
/dports/www/h2o-devel/h2o-dcc7134/include/h2o/
H A Dconfigurator.h51 h2o_hostconf_t *hostconf;
/dports/www/h2o-devel/h2o-dcc7134/t/00unit/lib/handler/
H A Dredirect.c39 h2o_hostconf_t *hostconf; in test_lib__handler__redirect_c()
H A Dfastcgi.c171 h2o_hostconf_t *hostconf; in test_lib__handler__fastcgi_c()
/dports/www/h2o-devel/h2o-dcc7134/t/00unit/issues/
H A D293.c32 h2o_hostconf_t *hostconf = h2o_config_register_host(globalconf, host, port); in register_authority()
/dports/www/silicon/silicon-0.1-124-g91ca205/silicon/backends/
H A Dh2o.hh295 h2o_hostconf_t *hostconf; in h2o_json_serve()
/dports/www/h2o-devel/h2o-dcc7134/lib/handler/status/
H A Ddurations.c209 h2o_hostconf_t *hconf; in h2o_duration_stats_register()
/dports/misc/urbit/urbit-urbit-0.6.0/include/vere/
H A Dvere.h78 h2o_hostconf_t* hos_u; // h2o host config
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddoh.cc1373 static h2o_pathconf_t *register_handler(h2o_hostconf_t *hostconf, const char *path, int (*on_req)(h… in register_handler()
1408h2o_hostconf_t *hostconf = h2o_config_register_host(&dsc->h2o_config, h2o_iovec_init(df->d_local.t… in dohThread()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/pubseq_gateway/server/
H A Dhttp_server_transport.hpp1307 h2o_hostconf_t * hostconf = h2o_config_register_host( in Run()
/dports/www/h2o-devel/h2o-dcc7134/lib/handler/mruby/
H A Dmiddleware.c753 h2o_hostconf_t *hostconf = h2o_req_setup(&subreq->super); in create_subreq()

12