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

/sssd/src/lib/idmap/
H A Dsss_idmap_private.h35 if (ctx == NULL || ctx->alloc_func == NULL || ctx->free_func == NULL) { \
60 idmap_free_func *free_func; member in struct:sss_idmap_ctx
H A Dsss_idmap.c226 idmap_free_func *free_func,
243 ctx->free_func = (free_func == NULL) ? default_free : free_func;
271 ctx->free_func(it->range_id, ctx->alloc_pvt);
272 ctx->free_func(it, ctx->alloc_pvt);
299 ctx->free_func(dom->range_params.range_id, ctx->alloc_pvt);
303 ctx->free_func(dom->name, ctx->alloc_pvt);
304 ctx->free_func(dom->sid, ctx->alloc_pvt);
305 ctx->free_func(do
224 sss_idmap_init(idmap_alloc_func *alloc_func, void *alloc_pvt, idmap_free_func *free_func, struct sss_idmap_ctx **_ctx) argument
[all...]
/sssd/src/lib/sifp/
H A Dsss_sifp.c56 sss_sifp_free_func *free_func,
64 if (_ctx == NULL || alloc_func == NULL || free_func == NULL) {
78 ctx->free_fn = free_func;
54 sss_sifp_init_ex(void *alloc_pvt, sss_sifp_alloc_func *alloc_func, sss_sifp_free_func *free_func, sss_sifp_ctx **_ctx) argument

Completed in 1460 milliseconds