Searched defs:req_id (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/tests/cmocka/
H A Dtest_kcm_queue.c42 int req_id; member in struct:timed_request_state
58 int req_id)
72 state->req_id = req_id;
123 int *req_id)
129 *req_id = state->req_id;
173 int req_id = INVALID_ID; local
175 test_ctx->error = timed_request_recv(req, &req_id);
182 if (test_ctx->req_ids[test_ctx->finished_requests] != req_id) {
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
122 timed_request_recv(struct tevent_req *req, int *req_id) argument
[all...]

Completed in 7 milliseconds