Lines Matching defs:servicegroups
45 struct sysdb_attrs **servicegroups;
312 state->servicegroups);
319 state->servicegroups = talloc_realloc(state, state->servicegroups,
322 if (state->servicegroups == NULL) {
329 target = &state->servicegroups[state->servicegroup_count];
330 *target = talloc_steal(state->servicegroups, groups[i]);
360 struct sysdb_attrs ***servicegroups)
376 *servicegroups = talloc_steal(mem_ctx, state->servicegroups);