Searched refs:free_func (Results 1 - 6 of 6) sorted by relevance
/sssd/src/lib/idmap/ |
H A D | sss_idmap_private.h | 35 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 D | sss_idmap_conv.c | 100 ctx->free_func(dom_sid, ctx->alloc_pvt); 156 ctx->free_func(bin_sid, ctx->alloc_pvt); 219 ctx->free_func(sid_buf, ctx->alloc_pvt); 321 ctx->free_func(dom_sid, ctx->alloc_pvt); 354 ctx->free_func(dom_sid, ctx->alloc_pvt); 356 ctx->free_func(bin_sid, ctx->alloc_pvt); 385 ctx->free_func(dom_sid, ctx->alloc_pvt); 387 ctx->free_func(sid, ctx->alloc_pvt); 415 ctx->free_func(dom_sid, ctx->alloc_pvt); 417 ctx->free_func(smb_si [all...] |
H A D | sss_idmap.c | 226 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...] |
H A D | sss_idmap.h | 140 * @param[in] free_func Function to free the memory the context, if 149 idmap_free_func *free_func,
|
/sssd/src/lib/sifp/ |
H A D | sss_sifp.c | 56 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
|
H A D | sss_sifp.h | 153 * @param[in] free_func Function to free the memory of the context, if 160 sss_sifp_free_func *free_func,
|
Completed in 1217 milliseconds