Searched refs:ifp_list_ctx (Results 1 - 4 of 4) sorted by relevance
/sssd-io/src/responder/ifp/ |
H A D | ifp_private.h | 87 struct ifp_list_ctx { struct 100 struct ifp_list_ctx *ifp_list_ctx_new(struct sbus_request *sbus_req, 105 errno_t ifp_list_ctx_remaining_capacity(struct ifp_list_ctx *list_ctx,
|
H A D | ifp_users.c | 322 static int ifp_users_list_by_cert_step(struct ifp_list_ctx *list_ctx); 324 static void ifp_users_list_by_name_reply(struct ifp_list_ctx *list_ctx); 325 static int ifp_users_list_copy(struct ifp_list_ctx *list_ctx, 332 struct ifp_list_ctx *list_ctx; 367 static int ifp_users_list_by_cert_step(struct ifp_list_ctx *list_ctx) 391 struct ifp_list_ctx *list_ctx; 396 list_ctx = tevent_req_callback_data(req, struct ifp_list_ctx); 435 static int ifp_users_list_copy(struct ifp_list_ctx *list_ctx, 469 struct ifp_list_ctx *list_ctx; 627 struct ifp_list_ctx *list_ct [all...] |
H A D | ifp_groups.c | 86 static int ifp_groups_list_copy(struct ifp_list_ctx *list_ctx, 253 static int ifp_groups_list_by_name_step(struct ifp_list_ctx *list_ctx); 255 static void ifp_groups_list_by_name_reply(struct ifp_list_ctx *list_ctx); 263 struct ifp_list_ctx *list_ctx; 279 static int ifp_groups_list_by_name_step(struct ifp_list_ctx *list_ctx) 301 struct ifp_list_ctx *list_ctx; 306 list_ctx = tevent_req_callback_data(req, struct ifp_list_ctx); 342 static void ifp_groups_list_by_name_reply(struct ifp_list_ctx *list_ctx) 359 struct ifp_list_ctx *list_ctx; 387 struct ifp_list_ctx *list_ct [all...] |
H A D | ifpsrv_util.c | 358 struct ifp_list_ctx *ifp_list_ctx_new(struct sbus_request *sbus_req, 363 struct ifp_list_ctx *list_ctx; 365 list_ctx = talloc_zero(sbus_req, struct ifp_list_ctx); 386 errno_t ifp_list_ctx_remaining_capacity(struct ifp_list_ctx *list_ctx,
|
Completed in 11 milliseconds