Home
last modified time | relevance | path

Searched refs:h2o_context_set_handler_context (Results 1 – 4 of 4) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/lib/handler/
H A Dproxy.c131 h2o_context_set_handler_context(ctx, &self->super, handler_ctx); in on_context_init()
H A Dstatus.c241 h2o_context_set_handler_context(ctx, &self->super, status_ctx); in on_context_init()
H A Dmruby.c574 h2o_context_set_handler_context(ctx, &handler->super, handler_ctx); in on_context_init()
/dports/www/h2o-devel/h2o-dcc7134/include/
H A Dh2o.h1692 static void h2o_context_set_handler_context(h2o_context_t *ctx, h2o_handler_t *handler, void *handl…
2404 inline void h2o_context_set_handler_context(h2o_context_t *ctx, h2o_handler_t *handler, void *handl… in h2o_context_set_handler_context() function