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

/sssd-io/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,
277 struct idmap_range_params *it = helpers; local
284 while (it != NULL) {
285 tmp = it->next;
287 ctx->free_func(it->range_id, ctx->alloc_pvt);
288 ctx->free_func(it, ctx->alloc_pvt);
290 it = tmp;
297 struct idmap_range_params *it; local
987 struct idmap_domain_info *it; local
[all...]
/sssd-io/src/lib/certmap/
H A Dsss_cert_content_crypto.c8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
13 This program is distributed in the hope that it will be useful,
134 /* i2d_TYPE increment the second argument so that it points to the end of
196 void *ASN1_TYPE_unpack_sequence(const ASN1_ITEM *it, const ASN1_TYPE *t)
200 return ASN1_item_unpack(t->value.sequence, it);
598 /* i2d_TYPE increment the second argument so that it points to the end of
624 /* i2d_TYPE increment the second argument so that it points to the end of

Completed in 9 milliseconds