Searched refs:list_ctx (Results 1 - 5 of 5) sorted by relevance

/sssd/src/responder/ifp/
H A Difpsrv_util.c291 struct ifp_list_ctx *list_ctx; local
293 list_ctx = talloc_zero(sbus_req, struct ifp_list_ctx);
294 if (list_ctx == NULL) {
298 list_ctx->sbus_req = sbus_req;
299 list_ctx->limit = ifp_list_limit(ctx, limit);
300 list_ctx->ctx = ctx;
301 list_ctx->dom = ctx->rctx->domains;
302 list_ctx->filter = filter;
303 list_ctx->paths = talloc_zero_array(list_ctx, cons
312 ifp_list_ctx_remaining_capacity(struct ifp_list_ctx *list_ctx, size_t entries) argument
[all...]
H A Difp_users.c309 static int ifp_users_list_copy(struct ifp_list_ctx *list_ctx, argument
314 copy_count = ifp_list_ctx_remaining_capacity(list_ctx, result->count);
317 list_ctx->paths[list_ctx->path_count + i] = \
318 ifp_users_build_path_from_msg(list_ctx->paths,
319 list_ctx->dom,
321 if (list_ctx->paths[list_ctx->path_count + i] == NULL) {
326 list_ctx->path_count += copy_count;
330 static int ifp_users_list_by_name_step(struct ifp_list_ctx *list_ctx);
340 struct ifp_list_ctx *list_ctx; local
356 ifp_users_list_by_name_step(struct ifp_list_ctx *list_ctx) argument
377 struct ifp_list_ctx *list_ctx; local
417 ifp_users_list_by_name_reply(struct ifp_list_ctx *list_ctx) argument
434 struct ifp_list_ctx *list_ctx; local
461 struct ifp_list_ctx *list_ctx; local
[all...]
H A Difp_groups.c84 static int ifp_groups_list_copy(struct ifp_list_ctx *list_ctx, argument
89 copy_count = ifp_list_ctx_remaining_capacity(list_ctx, result->count);
92 list_ctx->paths[list_ctx->path_count + i] = \
93 ifp_groups_build_path_from_msg(list_ctx->paths,
94 list_ctx->dom,
96 if (list_ctx->paths[list_ctx->path_count + i] == NULL) {
101 list_ctx->path_count += copy_count;
243 static int ifp_groups_list_by_name_step(struct ifp_list_ctx *list_ctx);
253 struct ifp_list_ctx *list_ctx; local
269 ifp_groups_list_by_name_step(struct ifp_list_ctx *list_ctx) argument
290 struct ifp_list_ctx *list_ctx; local
330 ifp_groups_list_by_name_reply(struct ifp_list_ctx *list_ctx) argument
347 struct ifp_list_ctx *list_ctx; local
374 struct ifp_list_ctx *list_ctx; local
[all...]
H A Difp_private.h102 size_t ifp_list_ctx_remaining_capacity(struct ifp_list_ctx *list_ctx,
/sssd/src/sbus/
H A Dsssd_dbus_interface.c50 TALLOC_CTX *list_ctx; local
61 list_ctx = talloc_new(mem_ctx);
62 if (list_ctx == NULL) {
73 new_item = talloc_zero(list_ctx, struct sbus_interface_list);
88 talloc_free(list_ctx);
676 TALLOC_CTX *list_ctx = NULL; local
690 list_ctx = talloc_new(tmp_ctx);
691 if (list_ctx == NULL) {
708 ret = sbus_iface_list_copy(list_ctx, value.ptr, &copy);
726 talloc_steal(mem_ctx, list_ctx);
[all...]

Completed in 4223 milliseconds