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

/sssd/src/providers/ad/
H A Dad_gpo.c169 int *num_candidate_gpos);
822 int num_candidate_gpos,
856 num_candidate_gpos + 1);
863 for (i = 0; i < num_candidate_gpos; i++) {
2053 int num_candidate_gpos = 0; local
2060 &num_candidate_gpos);
2098 candidate_gpos, num_candidate_gpos,
3118 int num_candidate_gpos = 0; local
3156 num_candidate_gpos = num_enforced + num_unenforced;
3158 if (num_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
3523 int num_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 23 milliseconds