Searched defs:op_ctx (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/responder/kcm/ |
H A D | kcmsrv_ops.c | 48 * functions with this prototype. The operation receives an op_ctx 51 * into the op_ctx reply IO buffer and returns the op_ret status code 60 struct kcm_op_ctx *op_ctx); 76 struct kcm_op_ctx *op_ctx; member in struct:kcm_cmd_state 128 /* Allocating op_ctx on the heap makes it possible for operations to use 129 * op_ctx as their temporary context and avoid tmp_ctx altogether 131 state->op_ctx = talloc_zero(state, struct kcm_op_ctx); 132 if (state->op_ctx == NULL) { 137 state->op_ctx->kcm_data = kcm_data; 138 state->op_ctx 274 struct kcm_op_ctx *op_ctx; member in struct:kcm_op_common_state 291 kcm_op_gen_new_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_op_ctx *op_ctx) argument 359 struct kcm_op_ctx *op_ctx; member in struct:kcm_op_initialize_state 374 kcm_op_initialize_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_op_ctx *op_ctx) argument 645 kcm_op_destroy_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_op_ctx *op_ctx) argument 745 struct kcm_op_ctx *op_ctx; member in struct:kcm_op_store_state 754 kcm_op_store_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_op_ctx *op_ctx) argument 887 kcm_op_get_principal_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_op_ctx *op_ctx) argument 979 kcm_op_get_cred_uuid_list_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_op_ctx *op_ctx) argument 1077 kcm_op_get_cred_by_uuid_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_op_ctx *op_ctx) argument 1205 kcm_op_remove_cred_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_op_ctx *op_ctx) argument 1228 kcm_op_get_cache_uuid_list_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_op_ctx *op_ctx) argument 1313 kcm_op_get_cache_by_uuid_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_op_ctx *op_ctx) argument 1404 struct kcm_op_ctx *op_ctx; member in struct:kcm_op_get_default_ccache_state 1417 kcm_op_get_default_ccache_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_op_ctx *op_ctx) argument 1606 kcm_op_set_default_ccache_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_op_ctx *op_ctx) argument 1706 kcm_op_get_kdc_offset_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_op_ctx *op_ctx) argument 1797 struct kcm_op_ctx *op_ctx; member in struct:kcm_op_set_kdc_offset_state 1805 kcm_op_set_kdc_offset_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct kcm_op_ctx *op_ctx) argument [all...] |
Completed in 14 milliseconds