Lines Matching defs:gp_som
29 * ad_gpo_process_som_send/recv: populate list of gp_som objects
111 struct gp_som {
155 struct gp_som ***som_list);
166 struct gp_som **som_list);
2011 struct gp_som **som_list;
2456 * DN into a list of gp_som objects. This function essentially repeatedly
2468 struct gp_som ***_som_list)
2474 struct gp_som **som_list;
2505 som_list = talloc_array(tmp_ctx, struct gp_som *, rdn_count + 1 + 1);
2518 som_list[som_idx] = talloc_zero(som_list, struct gp_som);
2717 struct gp_som **som_list;
2729 * a list of gp_som objects. Each object in this list represents a SOM
2946 talloc_zero(state->som_list, struct gp_som);
2990 struct gp_som *gp_som = state->som_list[state->som_index];
2992 /* gp_som is NULL only after all SOMs have been processed */
2993 if (gp_som == NULL) return EOK;
2995 const char *som_dn = gp_som->som_dn;
3025 struct gp_som *gp_som;
3094 gp_som = state->som_list[state->som_index];
3095 ret = ad_gpo_populate_gplink_list(gp_som,
3096 gp_som->som_dn,
3098 &gp_som->gplink_list,
3126 struct gp_som ***som_list)
3140 * This function examines the gp_gplink objects in each gp_som object specified
3157 struct gp_som **som_list,
3163 struct gp_som *gp_som = NULL;
3185 gp_som = som_list[i];
3187 while (gp_som && gp_som->gplink_list && gp_som->gplink_list[j]) {
3188 gp_gplink = gp_som->gplink_list[j];
3227 gp_som = som_list[i];
3229 while (gp_som && gp_som->gplink_list && gp_som->gplink_list[j]) {
3230 gp_gplink = gp_som->gplink_list[j];
3596 struct gp_som **som_list)