Searched defs:candidate_gpos (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/ad/
H A Dad_gpo.c168 struct gp_gpo ***candidate_gpos,
811 * This function takes candidate_gpos as input, filters out any gpo that is
821 struct gp_gpo **candidate_gpos,
866 candidate_gpo = candidate_gpos[i];
2034 * This function retrieves a list of candidate_gpos and potentially reduces it
2052 struct gp_gpo **candidate_gpos = NULL; local
2059 ret = ad_gpo_process_gpo_recv(subreq, state, &candidate_gpos,
2098 candidate_gpos, num_candidate_gpos,
3117 struct gp_gpo **candidate_gpos = NULL; local
3215 candidate_gpos
817 ad_gpo_filter_gpos_by_dacl(TALLOC_CTX *mem_ctx, const char *user, struct sss_domain_info *domain, struct sss_idmap_ctx *idmap_ctx, struct gp_gpo **candidate_gpos, int num_candidate_gpos, struct gp_gpo ***_dacl_filtered_gpos, int *_num_dacl_filtered_gpos) argument
3522 struct gp_gpo **candidate_gpos; member in struct:ad_gpo_process_gpo_state
3934 ad_gpo_process_gpo_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, struct gp_gpo ***candidate_gpos, int *num_candidate_gpos) argument
[all...]

Completed in 19 milliseconds