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

/sssd/src/lib/sifp/
H A Dsss_sifp.c48 sss_sifp_init(sss_sifp_ctx **_ctx) argument
50 return sss_sifp_init_ex(NULL, default_alloc, default_free, _ctx);
57 sss_sifp_ctx **_ctx)
64 if (_ctx == NULL || alloc_func == NULL || free_func == NULL) {
86 *_ctx = ctx;
336 sss_sifp_free(sss_sifp_ctx **_ctx) argument
340 if (_ctx == NULL || *_ctx == NULL) {
344 ctx = *_ctx;
356 *_ctx
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
[all...]
/sssd/src/db/
H A Dsysdb_init.c866 struct sysdb_ctx **_ctx)
913 *_ctx = talloc_steal(mem_ctx, sysdb);
999 struct sysdb_ctx **_ctx)
1002 db_path, false, _ctx);
862 sysdb_domain_init_internal(TALLOC_CTX *mem_ctx, struct sss_domain_info *domain, const char *db_path, struct sysdb_dom_upgrade_ctx *upgrade_ctx, struct sysdb_ctx **_ctx) argument
996 sysdb_domain_init(TALLOC_CTX *mem_ctx, struct sss_domain_info *domain, const char *db_path, struct sysdb_ctx **_ctx) argument
H A Dsysdb_upgrade.c35 const char *new_ver, struct upgrade_ctx **_ctx)
62 *_ctx = ctx;
34 commence_upgrade(TALLOC_CTX *mem_ctx, struct ldb_context *ldb, const char *new_ver, struct upgrade_ctx **_ctx) argument
/sssd/src/tests/
H A Dkrb5_child-test.c67 setup_krb5_child_test(TALLOC_CTX *mem_ctx, struct krb5_child_test_ctx **_ctx) argument
81 *_ctx = ctx;
/sssd/src/responder/common/
H A Dnegcache.c65 uint32_t local_timeout, struct sss_nc_ctx **_ctx)
80 *_ctx = ctx;
64 sss_ncache_init(TALLOC_CTX *memctx, uint32_t timeout, uint32_t local_timeout, struct sss_nc_ctx **_ctx) argument
/sssd/src/providers/
H A Dbe_dyndns.c1209 struct be_nsupdate_ctx **_ctx)
1238 *_ctx = ctx;
1207 be_nsupdate_init(TALLOC_CTX *mem_ctx, struct be_ctx *be_ctx, struct dp_option *defopts, struct be_nsupdate_ctx **_ctx) argument
/sssd/src/lib/idmap/
H A Dsss_idmap.c227 struct sss_idmap_ctx **_ctx)
252 *_ctx = ctx;
224 sss_idmap_init(idmap_alloc_func *alloc_func, void *alloc_pvt, idmap_free_func *free_func, struct sss_idmap_ctx **_ctx) argument

Completed in 796 milliseconds