Lines Matching defs:ranges
4 System Database - ID ranges related calls
256 struct range_info **ranges)
275 /* Retrieve all ranges that are currently in sysdb */
297 /* Go through a list of retrieved ranges and:
301 for (c = 0; ranges[c] != NULL; c++) {
303 if (strcasecmp(ranges[c]->name, cur_ranges[d]->name) == 0) {
311 DEBUG(SSSDBG_TRACE_FUNC, "Adding range [%s].\n", ranges[c]->name);
312 ret = sysdb_range_create(sysdb, ranges[c]);
320 /* Now delete all ranges that have been in sysdb prior to
322 * (i.e. they are not in the new list of ranges)