Searched refs:it (Results 1 - 1 of 1) sorted by relevance

/sssd/src/lib/idmap/
H A Dsss_idmap.c11 This program is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
16 This program is distributed in the hope that it will be useful,
261 struct idmap_range_params *it = helpers; local
268 while (it != NULL) {
269 tmp = it->next;
271 ctx->free_func(it->range_id, ctx->alloc_pvt);
272 ctx->free_func(it, ctx->alloc_pvt);
274 it = tmp;
281 struct idmap_range_params *it; local
961 struct idmap_domain_info *it; local
[all...]

Completed in 11 milliseconds