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

/sssd/src/providers/data_provider/
H A Ddp_request_table.c101 hash_key_t hkey; local
105 hkey.type = HASH_KEY_STRING;
106 hkey.str = discard_const_p(char, key);
108 hret = hash_lookup(table, &hkey, &hvalue);
124 hash_key_t hkey; local
152 hkey.type = HASH_KEY_STRING;
153 hkey.str = discard_const_p(char, key);
158 hret = hash_enter(table, &hkey, &hvalue);
220 hash_key_t hkey; local
227 hkey
259 hash_key_t hkey; local
[all...]
/sssd/src/providers/ldap/
H A Dsdap_async_autofs.c784 hash_key_t hkey; local
830 hkey.type = HASH_KEY_STRING;
831 hkey.str = ldap_entrylist[j];
835 hret = hash_enter(entry_hash, &hkey, &value);
/sssd/src/providers/ipa/
H A Dipa_sudo_conversion.c104 hash_key_t hkey; local
112 hkey.type = HASH_KEY_STRING;
113 hkey.str = discard_const(key);
116 if (value == NULL && hash_has_key(table, &hkey)) {
123 hret = hash_enter(table, &hkey, &hvalue);
139 hash_key_t hkey; local
143 hkey.type = HASH_KEY_STRING;
144 hkey.str = discard_const(key);
146 hret = hash_lookup(table, &hkey, &hvalue);

Completed in 576 milliseconds