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

/sssd-io/src/tests/intg/
H A Dtest_files_ops.py32 mem=['user1']) variable
72 modgroup['mem'] = []
H A Dent_test.py51 mem=ent.contains_only()) variable
53 mem=ent.contains_only()) variable
55 mem=ent.contains_only()) variable
57 mem=ent.contains_only("user1")) variable
59 mem=ent.contains_only("user2")) variable
61 mem=ent.contains_only("user1", "user2")) variable
80 ",".join(g["mem"]))
233 ent.assert_group_by_name("empty_group", dict(mem=ent.contains()))
234 ent.assert_group_by_name("empty_group", dict(mem=ent.contains_only()))
237 dict(mem
[all...]
H A Dtest_files_provider.py70 mem=[]) variable
74 mem=['user1']) variable
78 mem=['user1']) variable
82 mem=['user1', 'user2']) variable
86 mem=[]) variable
90 mem=['alt_user1']) variable
415 mem=[])
827 for member in group['mem']:
889 for member in GROUP12['mem']:
952 modgroup['mem']
[all...]
/sssd-io/src/providers/ldap/
H A Dsdap_domain.c24 sdap_domain_destructor(void *mem) argument
27 talloc_get_type(mem, struct sdap_domain);
H A Dsdap_async.c33 static int lmsg_destructor(void *mem) argument
35 ldap_msgfree((LDAPMessage *)mem);
54 static int sdap_handle_destructor(void *mem);
68 static int sdap_handle_destructor(void *mem) argument
70 struct sdap_handle *sh = talloc_get_type(mem, struct sdap_handle);
402 static int sdap_op_destructor(void *mem) argument
404 struct sdap_op *op = (struct sdap_op *)mem;
/sssd-io/src/sbus/
H A Dsssd_dbus_common.c50 static int watch_destructor(void *mem) argument
54 watch = talloc_get_type(mem, struct sbus_watch_ctx);
/sssd-io/src/util/
H A Dsafe-format-string.c218 void *mem; local
229 mem = realloc (args, sizeof (const char *) * alo_args);
230 if (!mem) {
234 args = mem;
H A Dutil.h195 void *mem; member in struct:mem_holder
/sssd-io/src/providers/krb5/
H A Dkrb5_ccache.c270 static int sss_free_krb5_ccache(void *mem) argument
272 struct sss_krb5_ccache *cc = talloc_get_type(mem, struct sss_krb5_ccache);
H A Dkrb5_child.c305 static int token_pin_destructor(char *mem) argument
307 safezero(mem, strlen(mem));
/sssd-io/src/tests/
H A Dutil-tests.c805 TALLOC_CTX *mem = global_talloc_context; local
862 ret = split_on_separator(mem, sts[a].input, ',', sts[a].trim,
/sssd-io/src/db/
H A Dsysdb.c591 const void *mem, size_t size)
595 v.data = discard_const(mem);
590 sysdb_attrs_add_mem(struct sysdb_attrs *attrs, const char *name, const void *mem, size_t size) argument
/sssd-io/src/ldb_modules/
H A Dmemberof.c3919 struct mbof_member *mem);
4242 struct mbof_member *mem)
4249 if (parent == mem) return LDB_SUCCESS;
4254 if (!mem->memberofs) {
4255 ret = hash_create_ex(32, &mem->memberofs, 0, 0, 0, 0,
4256 hash_alloc, hash_free, mem, NULL, NULL);
4265 ret = hash_lookup(mem->memberofs, &key, &value);
4280 ret = hash_enter(mem->memberofs, &key, &value);
4285 if (mem->status == MBOF_USER) {
4287 ret = mbof_add_memuid(parent, mem
4240 mbof_member_update(struct mbof_rcmp_context *ctx, struct mbof_member *parent, struct mbof_member *mem) argument
4321 struct mbof_member *mem; local
[all...]
/sssd-io/src/monitor/
H A Dmonitor.c416 static int svc_destructor(void *mem) argument
418 struct mt_svc *svc = talloc_get_type(mem, struct mt_svc);
448 static int svc_spy_destructor(void *mem) argument
450 struct svc_spy *spy = talloc_get_type(mem, struct svc_spy);
1643 static int monitor_ctx_destructor(void *mem) argument
1645 struct mt_ctx *mon = talloc_get_type(mem, struct mt_ctx);

Completed in 3535 milliseconds