Searched defs:candidate_gpos (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/providers/ad/ |
H A D | ad_gpo.c | 169 struct gp_gpo ***candidate_gpos, 812 * This function takes candidate_gpos as input, filters out any gpo that is 822 struct gp_gpo **candidate_gpos, 867 candidate_gpo = candidate_gpos[i]; 2052 * This function retrieves a list of candidate_gpos and potentially reduces it 2070 struct gp_gpo **candidate_gpos = NULL; local 2077 ret = ad_gpo_process_gpo_recv(subreq, state, &candidate_gpos, 2116 candidate_gpos, num_candidate_gpos, 3165 struct gp_gpo **candidate_gpos = NULL; local 3263 candidate_gpos 818 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 3570 struct gp_gpo **candidate_gpos; member in struct:ad_gpo_process_gpo_state 3991 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 20 milliseconds