Searched defs:ranges (Results 1 - 1 of 1) sorted by relevance

/sssd/src/db/
H A Dsysdb_ranges.c4 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)
255 sysdb_update_ranges(struct sysdb_ctx *sysdb, struct range_info **ranges) argument
[all...]

Completed in 8 milliseconds