Lines Matching defs:list
58 struct range_info **list;
81 list = talloc_zero_array(tmp_ctx, struct range_info *, res->count + 1);
82 if (list == NULL) {
88 list[c] = talloc_zero(list, struct range_info);
89 if (list[c] == NULL) {
101 list[c]->name = talloc_strdup(list, tmp_str);
102 if (list[c]->name == NULL) {
110 list[c]->trusted_dom_sid = talloc_strdup(list, tmp_str);
111 if (list[c]->trusted_dom_sid == NULL) {
118 &list[c]->base_id);
125 &list[c]->id_range_size);
132 &list[c]->base_rid);
139 &list[c]->secondary_base_rid);
148 list[c]->range_type = talloc_strdup(list, tmp_str);
149 if (list[c]->range_type == NULL) {
156 list[res->count] = NULL;
159 *range_list = talloc_steal(mem_ctx, list);
297 /* Go through a list of retrieved ranges and:
321 * refreshing the list and are not marked for preservation
322 * (i.e. they are not in the new list of ranges)