Searched refs:groups_get_recv (Results 1 - 5 of 5) sorted by relevance
/sssd-io/src/providers/ldap/ |
H A D | ldap_common.h | 250 int groups_get_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret);
|
H A D | ldap_id.c | 1203 int groups_get_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret) function 1709 ret = groups_get_recv(subreq, &state->dp_error, &state->sdap_ret); 1874 ret = groups_get_recv(subreq, &state->dp_error, &state->sdap_ret);
|
H A D | sdap_async_initgroups_ad.c | 651 ret = groups_get_recv(subreq, &dp_error, &sdap_error);
|
H A D | sdap_async_initgroups.c | 3429 ret = groups_get_recv(subreq, NULL, NULL);
|
/sssd-io/src/providers/ipa/ |
H A D | ipa_subdomains_ext_groups.c | 902 ret = groups_get_recv(subreq, &state->dp_error, NULL);
|
Completed in 1206 milliseconds