Lines Matching refs:plugin_ctx
2026 handler_ctx * const hctx = con->plugin_ctx[plugin_data_singleton->id]; in connection_write_cq_ssl()
2245 handler_ctx * const hctx = con->plugin_ctx[plugin_data_singleton->id]; in connection_read_cq_ssl()
2332 con->plugin_ctx[p->id] = hctx; in CONNECTION_FUNC()
2387 handler_ctx *hctx = con->plugin_ctx[p->id]; in CONNECTION_FUNC()
2430 handler_ctx *hctx = con->plugin_ctx[p->id]; in CONNECTION_FUNC()
2432 con->plugin_ctx[p->id] = NULL; in CONNECTION_FUNC()
2665 if (r->plugin_ctx[p->id]) return HANDLER_GO_ON; in REQUEST_FUNC()
2666 handler_ctx *hctx = r->con->plugin_ctx[p->id]; in REQUEST_FUNC()
2668 r->plugin_ctx[p->id] = (void *)(uintptr_t)1u; in REQUEST_FUNC()
2689 handler_ctx *hctx = r->con->plugin_ctx[p->id]; in REQUEST_FUNC()
2704 r->plugin_ctx[p->id] = NULL; /* simple flag for request_env_patched */ in REQUEST_FUNC()