Lines Matching defs:ghosts
242 hash_table_t *ghosts,
275 if (ghosts == NULL) {
280 hret = hash_lookup(ghosts, &key, &value);
379 hash_table_t *ghosts,
460 if (ghosts && cnt > 0) {
470 hret = hash_lookup(ghosts, &key, &value);
501 hash_table_t *ghosts,
734 ret = sdap_process_ghost_members(attrs, opts, ghosts,
870 hash_table_t *ghosts,
985 ret = sdap_fill_memberships(opts, group_attrs, ctx, group_dom, ghosts,
1022 hash_table_t *ghosts,
1084 ghosts, &usn_value, now);
1119 ghosts, now);
2256 hash_table_t *ghosts;
2295 &ghosts);
2298 "Could not determine which users are ghosts: [%s]\n",
2337 /* Now save the group, users and ghosts to the cache */
2340 false, ghosts, true, NULL);
2385 hash_table_t *ghosts;
2414 users, user_count, &ghosts);
2422 groups, group_count, false, ghosts, true,
2512 hash_table_t *ghosts;
2531 ret = sss_hash_create(tmp_ctx, num_users, &ghosts);
2620 key.str = talloc_steal(ghosts, discard_const(original_dn));
2623 value.ptr = talloc_steal(ghosts, discard_const(username));
2624 ret = hash_enter(ghosts, &key, &value);
2653 *_ghosts = talloc_steal(mem_ctx, ghosts);