Lines Matching defs:gpo_dn_idx
836 int gpo_dn_idx = 0;
919 dacl_filtered_gpos[gpo_dn_idx] = talloc_steal(dacl_filtered_gpos,
921 gpo_dn_idx++;
930 dacl_filtered_gpos[gpo_dn_idx] = NULL;
933 *_num_dacl_filtered_gpos = gpo_dn_idx;
981 int gpo_dn_idx = 0;
1013 cse_filtered_gpos[gpo_dn_idx] = talloc_steal(cse_filtered_gpos,
1016 gpo_dn_idx++;
1024 cse_filtered_gpos[gpo_dn_idx] = NULL;
1027 *_num_cse_filtered_gpos = gpo_dn_idx;
3169 int gpo_dn_idx = 0;
3272 gpo_dn_idx = 0;
3274 candidate_gpos[gpo_dn_idx] = talloc_zero(candidate_gpos, struct gp_gpo);
3275 if (candidate_gpos[gpo_dn_idx] == NULL) {
3279 candidate_gpos[gpo_dn_idx]->gpo_dn =
3280 talloc_steal(candidate_gpos[gpo_dn_idx], unenforced_gpo_dns[i]);
3282 if (candidate_gpos[gpo_dn_idx]->gpo_dn == NULL) {
3288 gpo_dn_idx, candidate_gpos[gpo_dn_idx]->gpo_dn);
3289 gpo_dn_idx++;
3294 candidate_gpos[gpo_dn_idx] = talloc_zero(candidate_gpos, struct gp_gpo);
3295 if (candidate_gpos[gpo_dn_idx] == NULL) {
3300 candidate_gpos[gpo_dn_idx]->gpo_dn =
3301 talloc_steal(candidate_gpos[gpo_dn_idx], enforced_gpo_dns[i]);
3302 if (candidate_gpos[gpo_dn_idx]->gpo_dn == NULL) {
3309 gpo_dn_idx, candidate_gpos[gpo_dn_idx]->gpo_dn);
3310 gpo_dn_idx++;
3313 candidate_gpos[gpo_dn_idx] = NULL;