Searched refs:item (Results 1 - 17 of 17) sorted by relevance

/sssd/src/providers/data_provider/
H A Ddp_request_table.c33 dp_sbus_req_item_destructor(struct dp_sbus_req_item *item) argument
35 DLIST_REMOVE(item->parent->list, item);
44 struct dp_sbus_req_item *item; local
50 for (item = value->list; item != NULL; item = next_item) {
51 next_item = item->next;
52 talloc_free(item);
62 struct dp_sbus_req_item *item; local
180 struct dp_sbus_req_item *item; local
[all...]
H A Ddp_request_reply.c103 struct dp_sbus_req_item *item; local
111 for (item = list; item != NULL; item = next_item) {
112 next_item = item->next;
113 talloc_free(item->sbus_req);
119 for (item = list; item != NULL; item = next_item) {
120 next_item = item
134 struct dp_sbus_req_item *item; local
[all...]
/sssd/src/responder/nss/
H A Dnsssrv_netgroup.h34 void netgroup_hash_delete_cb(hash_entry_t *item,
H A Dnsssrv_netgroup.c1133 netgroup_hash_delete_cb(hash_entry_t *item, argument
1142 netgr = talloc_get_type(item->value.ptr, struct getent_ctx);
/sssd/src/providers/ipa/
H A Dipa_sudo_conversion.c89 struct ipa_sudo_dn_list *item; local
92 for (i = 0, item = list; item != NULL; item = item->next, i++) {
164 struct ipa_sudo_dn_list *item; local
167 item = talloc_zero(mem_ctx, struct ipa_sudo_dn_list);
168 if (item == NULL) {
179 item->dn = talloc_steal(item, d
296 struct ipa_sudo_dn_list *item; local
1129 rules_iterator(hash_entry_t *item, void *user_data) argument
1176 cmdgroups_iterator(hash_entry_t *item, void *user_data) argument
[all...]
/sssd/src/config/SSSDConfig/
H A Dsssd_upgrade_config.py59 index, item = self.get_option_index(parent_name, old_name, type)
60 if item:
61 item['name'] = new_name
255 index, item = self.get_option_index(from_section, from_name)
256 if item:
257 item['name'] = to_name
258 opt.append(item)
H A Dipachangeconf.py516 index, item = self.get_option_index(section, name)
517 if item:
518 return item['value']
559 index, item = self.findOpts(subtree, type, name, exclude_sections)
560 if item:
565 index, item = self.get_option_index(section, name)
566 if index != -1 and item != None:
/sssd/src/sbus/
H A Dsssd_dbus_interface.c34 struct sbus_interface_list *item; local
36 DLIST_FOR_EACH(item, list) {
37 if (strcmp(item->interface->vtable->meta->name, iface) == 0) {
38 return item->interface;
53 struct sbus_interface_list *item; local
66 DLIST_FOR_EACH(item, list) {
68 item->interface->vtable->meta->name) != NULL) {
79 new_item->interface = item->interface;
482 sbus_opath_hash_delete_cb(hash_entry_t *item, argument
490 path = sbus_opath_get_base_path(NULL, item
512 struct sbus_interface_list *item = NULL; local
[all...]
H A Dsssd_dbus_introspect.c325 struct sbus_interface_list *item; local
340 DLIST_FOR_EACH(item, list) {
341 ret = sbus_introspect_generate_iface(memstream, item->interface);
/sssd/src/responder/autofs/
H A Dautofs_private.h83 void autofs_map_hash_delete_cb(hash_entry_t *item,
H A Dautofssrv_cmd.c150 autofs_map_hash_delete_cb(hash_entry_t *item, argument
159 map = talloc_get_type(item->value.ptr, struct autofs_map_ctx);
/sssd/src/python/
H A Dpyhbac.c117 PyObject *item; local
135 item = PySequence_GetItem(seq, i);
136 if (item == NULL) {
140 utf_item = get_utf8_string(item, p);
142 Py_DECREF(item);
149 Py_DECREF(item);
152 Py_DECREF(item);
198 PyObject *item; local
209 while ((item = PyIter_Next(iterator))) {
210 ret = pyobject_to_category(item);
231 PyObject *item; local
452 PyObject *item; local
[all...]
H A Dpysss.c48 PyObject *item = PyList_GetItem(list, i); local
50 if (!PyUnicode_Check(item)) {
52 if (!PyString_Check(item)) {
58 itemstr = PyUnicode_AsUTF8AndSize(item, &itemlen);
60 itemstr = PyString_AsString(item);
/sssd/src/providers/
H A Ddp_pam_data_util.c30 #define PAM_SAFE_ITEM(item) item ? item : "not set"
/sssd/src/lib/sifp/
H A Dsss_sifp_parser.c106 static void hash_delete_cb(hash_entry_t *item, argument
111 char **values = (char**)(item->value.ptr);
124 item->value.ptr = NULL;
/sssd/src/ldb_modules/
H A Dmemberof.c3920 static bool mbof_member_iter(hash_entry_t *item, void *user_data);
4318 static bool mbof_member_iter(hash_entry_t *item, void *user_data) argument
4328 if (strcmp(item->key.str, ldb_dn_get_linearized(mem->dn)) == 0) {
4333 ret = hash_lookup(mem->memberofs, &item->key, &value);
4342 ret = hash_enter(mem->memberofs, &item->key, &item->value);
4353 parent = (struct mbof_member *)item->value.ptr;
/sssd/src/providers/ldap/
H A Dsdap_async_initgroups.c1937 static bool rfc2307bis_group_memberships_build(hash_entry_t *item, void *user_data);
2044 rfc2307bis_group_memberships_build(hash_entry_t *item, void *user_data) argument
2057 group_name = (char *) item->key.str;
2058 group = (struct sdap_nested_group *) item->value.ptr;

Completed in 188 milliseconds