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

/sssd/src/util/
H A Dutil.c485 TALLOC_CTX *internal_ctx; local
486 internal_ctx = talloc_new(NULL);
487 if (!internal_ctx) {
493 hash_talloc, hash_talloc_free, internal_ctx,
498 * then make the internal_ctx a child of
505 talloc_steal(table, internal_ctx);
518 talloc_free(internal_ctx);

Completed in 226 milliseconds