Lines Matching refs:secreq
33 struct sec_req_ctx *secreq;
39 struct sec_req_ctx *secreq)
51 state->secreq = secreq;
56 ret = sec_req_routing(state, secreq, &provider_handle);
65 provider_handle->context, secreq);
115 struct sec_req_ctx *secreq;
119 secreq = tevent_req_callback_data(req, struct sec_req_ctx);
120 cctx = secreq->cctx;
133 ret = sec_http_status_reply(secreq, &secreq->reply,
150 struct sec_req_ctx *secreq;
153 secreq = talloc_get_type(cctx->state_ctx, struct sec_req_ctx);
155 req = sec_http_request_send(secreq, cctx->ev, secreq);
162 tevent_req_set_callback(req, sec_http_request_done, secreq);