Lines Matching refs:plugin_ctx
2177 handler_ctx * const hctx = con->plugin_ctx[plugin_data_singleton->id]; in connection_write_cq_ssl()
2243 handler_ctx * const hctx = con->plugin_ctx[plugin_data_singleton->id]; in connection_read_cq_ssl()
2308 con->plugin_ctx[p->id] = hctx; in CONNECTION_FUNC()
2401 handler_ctx *hctx = con->plugin_ctx[p->id]; in CONNECTION_FUNC()
2439 handler_ctx *hctx = con->plugin_ctx[p->id]; in CONNECTION_FUNC()
2441 con->plugin_ctx[p->id] = NULL; in CONNECTION_FUNC()
2641 if (r->plugin_ctx[p->id]) return HANDLER_GO_ON; in REQUEST_FUNC()
2642 handler_ctx *hctx = r->con->plugin_ctx[p->id]; in REQUEST_FUNC()
2644 r->plugin_ctx[p->id] = (void *)(uintptr_t)1u; in REQUEST_FUNC()
2665 handler_ctx *hctx = r->con->plugin_ctx[p->id]; in REQUEST_FUNC()
2680 r->plugin_ctx[p->id] = NULL; /* simple flag for request_env_patched */ in REQUEST_FUNC()