Lines Matching refs:plugin_ctx
2734 handler_ctx * const hctx = con->plugin_ctx[plugin_data_singleton->id]; in connection_write_cq_ssl()
2837 handler_ctx * const hctx = con->plugin_ctx[plugin_data_singleton->id]; in connection_read_cq_ssl()
3005 con->plugin_ctx[p->id] = hctx; in CONNECTION_FUNC()
3044 handler_ctx *hctx = con->plugin_ctx[p->id]; in CONNECTION_FUNC()
3164 handler_ctx *hctx = con->plugin_ctx[p->id]; in CONNECTION_FUNC()
3166 con->plugin_ctx[p->id] = NULL; in CONNECTION_FUNC()
3333 if (r->plugin_ctx[p->id]) return HANDLER_GO_ON; in REQUEST_FUNC()
3334 handler_ctx *hctx = r->con->plugin_ctx[p->id]; in REQUEST_FUNC()
3336 r->plugin_ctx[p->id] = (void *)(uintptr_t)1u; in REQUEST_FUNC()
3357 handler_ctx *hctx = r->con->plugin_ctx[p->id]; in REQUEST_FUNC()
3372 r->plugin_ctx[p->id] = NULL; /* simple flag for request_env_patched */ in REQUEST_FUNC()