Searched refs:qctx (Results 1 - 7 of 7) sorted by relevance

/sssd-io/src/responder/kcm/
H A Dkcmsrv_pvt.h69 struct kcm_ops_queue_ctx *qctx; member in struct:kcm_ctx
94 struct kcm_ops_queue_ctx *qctx,
H A Dkcmsrv_ops.h37 struct kcm_ops_queue_ctx *qctx,
H A Dkcmsrv_op_queue.c40 struct kcm_ops_queue_ctx *qctx; member in struct:kcm_ops_queue
103 ret = hash_delete(kq->qctx->wait_queue_hash, &key);
150 static struct kcm_ops_queue *kcm_op_queue_get(struct kcm_ops_queue_ctx *qctx, argument
162 ret = hash_lookup(qctx->wait_queue_hash, &key, &value);
186 kq = talloc_zero(qctx->wait_queue_hash, struct kcm_ops_queue);
191 kq->qctx = qctx;
197 ret = hash_enter(qctx->wait_queue_hash, &key, &value);
231 struct kcm_ops_queue_ctx *qctx,
250 kq = kcm_op_queue_get(qctx, e
229 kcm_op_queue_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ops_queue_ctx *qctx, struct cli_creds *client) argument
[all...]
H A Dkcm.c146 kctx->qctx = kcm_ops_queue_create(kctx);
H A Dkcmsrv_cmd.c381 kctx->qctx,
H A Dkcmsrv_ops.c87 struct kcm_ops_queue_ctx *qctx,
165 subreq = kcm_op_queue_send(state, ev, qctx, client);
85 kcm_cmd_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ops_queue_ctx *qctx, struct kcm_resp_ctx *kcm_data, struct cli_creds *client, struct kcm_data *input, struct kcm_op *op) argument
/sssd-io/src/tests/cmocka/
H A Dtest_kcm_queue.c39 struct kcm_ops_queue_ctx *qctx; member in struct:timed_request_state
55 struct kcm_ops_queue_ctx *qctx,
69 state->qctx = qctx;
76 subreq = kcm_op_queue_send(state, ev, qctx, client);
134 struct kcm_ops_queue_ctx *qctx; member in struct:test_ctx
155 tctx->qctx = kcm_ops_queue_create(tctx);
156 assert_non_null(tctx->qctx);
213 test_ctx->qctx,
245 test_ctx->qctx,
53 timed_request_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_ops_queue_ctx *qctx, struct cli_creds *client, int delay, int req_id) argument
[all...]

Completed in 14 milliseconds