Searched refs:mem (Results 1 - 25 of 25) sorted by relevance

/sssd-io/src/util/
H A Dmemory.c49 return h->fn(h->mem);
63 h->mem = ptr;
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/tests/intg/
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_enumeration.py291 dict(name='group1', passwd='*', gid=2001, mem=ent.contains_only()),
292 dict(name='group2', passwd='*', gid=2002, mem=ent.contains_only()),
293 dict(name='group3', passwd='*', gid=2003, mem=ent.contains_only()),
295 mem=ent.contains_only()),
297 mem=ent.contains_only("user1", "user2"))
323 dict(name='group1', passwd='*', gid=2001, mem=ent.contains_only()),
324 dict(name='group2', passwd='*', gid=2002, mem=ent.contains_only()),
325 dict(name='group3', passwd='*', gid=2003, mem=ent.contains_only()),
327 mem=ent.contains_only()),
329 mem
[all...]
H A Dtest_ldap.py326 dict(name='group1', passwd='*', gid=2001, mem=ent.contains_only()),
327 dict(name='group2', passwd='*', gid=2002, mem=ent.contains_only()),
328 dict(name='group3', passwd='*', gid=2003, mem=ent.contains_only()),
330 mem=ent.contains_only()),
332 mem=ent.contains_only("user1", "user2"))
358 dict(name='group1', passwd='*', gid=2001, mem=ent.contains_only()),
359 dict(name='group2', passwd='*', gid=2002, mem=ent.contains_only()),
360 dict(name='group3', passwd='*', gid=2003, mem=ent.contains_only()),
362 mem=ent.contains_only()),
364 mem
[all...]
H A Dtest_local_domain.py193 mem=ent.contains_only("user10009")))
214 mem=ent.contains_only("user_child")))
251 mem=ent.contains_only("user10009@LOCAL")))
276 mem=ent.contains_only("user_child@LOCAL")))
H A Dfiles_ops.py142 def _grp2line(self, name, gid, mem, passwd):
143 member_list = ",".join(m for m in mem)
150 def groupadd(self, name, gid, mem, passwd="*"):
151 grp_line = self._grp2line(name, gid, mem, passwd)
154 def groupmod(self, old_name, name, gid, mem, passwd="*"):
155 grp_line = self._grp2line(name, gid, mem, passwd)
H A Dtest_sssctl.py297 dict(mem=ent.contains_only("user1")))
300 dict(mem=ent.contains_only("CamelCaseUser1")))
318 dict(mem=ent.contains_only("user1@LDAP")))
321 dict(mem=ent.contains_only("CamelCaseUser1@LDAP")))
341 dict(mem=ent.contains_only("user1@LDAP")))
344 dict(mem=ent.contains_only("camelcaseuser1@LDAP")))
H A Dtest_memory_cache.py359 dict(mem=ent.contains_only("user1", "user11", "user21")))
362 dict(mem=ent.contains_only("user1", "user11", "user21")))
366 dict(mem=ent.contains_only("user2", "user12", "user22")))
369 dict(mem=ent.contains_only("user2", "user12", "user22")))
373 dict(mem=ent.contains_only("user3", "user13", "user23")))
376 dict(mem=ent.contains_only("user3", "user13", "user23")))
380 dict(mem=ent.contains_only("user1", "user2", "user3")))
383 dict(mem=ent.contains_only("user1", "user2", "user3")))
387 dict(mem=ent.contains_only("user11", "user12", "user13")))
390 dict(mem
[all...]
H A Dtest_files_ops.py32 mem=['user1']) variable
72 modgroup['mem'] = []
H A Dldap_local_override_test.py647 empty_group = dict(gid=3002, mem=ent.contains_only())
648 group = dict(gid=3001, mem=ent.contains_only("user1", "user2"))
677 empty_group = dict(gid=2002, mem=ent.contains_only())
678 group = dict(gid=2001, mem=ent.contains_only("user1", "user2"))
794 group = dict(gid=2001, mem=ent.contains_only("user1", "user2"))
795 empty_group = dict(gid=2002, mem=ent.contains_only())
840 group = dict(gid=4001, mem=ent.contains_only("user1", "user2"))
841 empty_group = dict(gid=4002, mem=ent.contains_only())
H A Dtest_ts_cache.py252 dict(mem=ent.contains_only(*members)))
298 dict(mem=ent.contains_only("user1", "user11", "user21")))
332 dict(mem=ent.contains_only("user1", "user11", "user21")))
363 dict(mem=ent.contains_only("user11", "user21")))
416 dict(mem=ent.contains_only("user1", "user11", "user21")))
450 dict(mem=ent.contains_only("user1", "user11", "user21")))
480 dict(mem=ent.contains_only("user11", "user21")))
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...]
H A Dent.py25 _GROUP_DESC = {"mem": ("member list", {None: ("member", {})})}
356 mem=group.gr_mem
/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/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);
/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
H A Dsysdb.h371 const void *mem, size_t size);

Completed in 142 milliseconds