Searched refs:ifp_list_ctx (Results 1 - 4 of 4) sorted by relevance

/sssd/src/responder/ifp/
H A Difp_private.h85 struct ifp_list_ctx { struct
97 struct ifp_list_ctx *ifp_list_ctx_new(struct sbus_request *sbus_req,
102 size_t ifp_list_ctx_remaining_capacity(struct ifp_list_ctx *list_ctx,
H A Difpsrv_util.c286 struct ifp_list_ctx *ifp_list_ctx_new(struct sbus_request *sbus_req,
291 struct ifp_list_ctx *list_ctx;
293 list_ctx = talloc_zero(sbus_req, struct ifp_list_ctx);
312 size_t ifp_list_ctx_remaining_capacity(struct ifp_list_ctx *list_ctx,
H A Difp_groups.c84 static int ifp_groups_list_copy(struct ifp_list_ctx *list_ctx,
243 static int ifp_groups_list_by_name_step(struct ifp_list_ctx *list_ctx);
245 static void ifp_groups_list_by_name_reply(struct ifp_list_ctx *list_ctx);
253 struct ifp_list_ctx *list_ctx;
269 static int ifp_groups_list_by_name_step(struct ifp_list_ctx *list_ctx)
290 struct ifp_list_ctx *list_ctx;
296 list_ctx = tevent_req_callback_data(req, struct ifp_list_ctx);
330 static void ifp_groups_list_by_name_reply(struct ifp_list_ctx *list_ctx)
347 struct ifp_list_ctx *list_ctx;
374 struct ifp_list_ctx *list_ct
[all...]
H A Difp_users.c309 static int ifp_users_list_copy(struct ifp_list_ctx *list_ctx,
330 static int ifp_users_list_by_name_step(struct ifp_list_ctx *list_ctx);
332 static void ifp_users_list_by_name_reply(struct ifp_list_ctx *list_ctx);
340 struct ifp_list_ctx *list_ctx;
356 static int ifp_users_list_by_name_step(struct ifp_list_ctx *list_ctx)
377 struct ifp_list_ctx *list_ctx;
383 list_ctx = tevent_req_callback_data(req, struct ifp_list_ctx);
417 static void ifp_users_list_by_name_reply(struct ifp_list_ctx *list_ctx)
434 struct ifp_list_ctx *list_ctx;
461 struct ifp_list_ctx *list_ct
[all...]

Completed in 944 milliseconds