Lines Matching refs:plugin_ctx
532 handler_ctx ** const hctx = (handler_ctx **)&con->plugin_ctx[p->id]; in is_connection_trusted_cached()
564 if (!r->plugin_ctx[p->id]) { in mod_extforward_set_addr()
565 handler_rctx * const rctx = r->plugin_ctx[p->id] = handler_rctx_init(); in mod_extforward_set_addr()
1051 handler_ctx *hctx = r->con->plugin_ctx[p->id]; in URIHANDLER_FUNC()
1082 if (r->plugin_ctx[p->id]) return HANDLER_GO_ON; in URIHANDLER_FUNC()
1114 handler_ctx * const hctx = r->con->plugin_ctx[((plugin_data *)p_d)->id]; in REQUEST_FUNC()
1129 (handler_rctx **)&r->plugin_ctx[((plugin_data *)p_d)->id]; in REQUEST_FUNC()
1149 handler_ctx *hctx = con->plugin_ctx[p->id]; in CONNECTION_FUNC()
1151 con->plugin_ctx[p->id] = NULL; in CONNECTION_FUNC()
1172 con->plugin_ctx[p->id] = hctx; in CONNECTION_FUNC()
1581 con->plugin_ctx[mod_extforward_plugin_data_singleton->id]; in mod_extforward_hap_PROXY_v2()
1690 con->plugin_ctx[mod_extforward_plugin_data_singleton->id]; in mod_extforward_network_read()