Searched refs:dp_error_out (Results 1 - 11 of 11) sorted by relevance

/sssd-io/src/providers/ipa/
H A Dipa_id.h78 int ipa_get_subdom_acct_recv(struct tevent_req *req, int *dp_error_out);
101 errno_t ipa_get_ad_override_recv(struct tevent_req *req, int *dp_error_out,
110 errno_t ipa_subdomain_account_recv(struct tevent_req *req, int *dp_error_out);
H A Dipa_subdomains.h139 errno_t ipa_get_ad_memberships_recv(struct tevent_req *req, int *dp_error_out);
H A Dipa_subdomains_id.c46 ipa_srv_ad_acct_recv(struct tevent_req *req, int *dp_error_out);
398 errno_t ipa_subdomain_account_recv(struct tevent_req *req, int *dp_error_out) argument
403 if (dp_error_out) {
404 *dp_error_out = state->dp_error;
702 int ipa_get_subdom_acct_recv(struct tevent_req *req, int *dp_error_out) argument
707 if (dp_error_out) {
708 *dp_error_out = state->dp_error;
1554 ipa_get_ad_acct_recv(struct tevent_req *req, int *dp_error_out) argument
1559 if (dp_error_out) {
1560 *dp_error_out
1722 ipa_srv_ad_acct_recv(struct tevent_req *req, int *dp_error_out) argument
[all...]
H A Dipa_subdomains_ext_groups.c418 int *dp_error_out);
674 errno_t ipa_get_ad_memberships_recv(struct tevent_req *req, int *dp_error_out) argument
681 if (dp_error_out) {
682 *dp_error_out = state->dp_error;
917 int *dp_error_out)
924 if (dp_error_out) {
925 *dp_error_out = state->dp_error;
916 ipa_add_ad_memberships_recv(struct tevent_req *req, int *dp_error_out) argument
H A Dipa_views.c515 errno_t ipa_get_ad_override_recv(struct tevent_req *req, int *dp_error_out, argument
522 if (dp_error_out != NULL) {
523 *dp_error_out = state->dp_error;
/sssd-io/src/providers/ldap/
H A Dldap_id_netgroup.c231 int ldap_netgroup_get_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret) argument
236 if (dp_error_out) {
237 *dp_error_out = state->dp_error;
H A Dldap_id_services.c291 services_get_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret) argument
296 if (dp_error_out) {
297 *dp_error_out = state->dp_error;
H A Dsdap_autofs.c190 sdap_autofs_get_map_recv(struct tevent_req *req, int *dp_error_out) argument
195 if (dp_error_out) {
196 *dp_error_out = state->dp_error;
H A Dsdap_hostid.c219 int *dp_error_out)
224 if (dp_error_out) {
225 *dp_error_out = state->dp_error;
218 hosts_get_recv(struct tevent_req *req, int *dp_error_out) argument
H A Dldap_common.h250 int groups_get_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret);
259 int ldap_netgroup_get_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret);
273 services_get_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret);
H A Dldap_id.c649 int users_get_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret) argument
654 if (dp_error_out) {
655 *dp_error_out = state->dp_error;
1203 int groups_get_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret) argument
1208 if (dp_error_out) {
1209 *dp_error_out = state->dp_error;
1460 int groups_by_user_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret) argument
1465 if (dp_error_out) {
1466 *dp_error_out = state->dp_error;
1493 int *dp_error_out, in
1956 sdap_get_user_and_group_recv(struct tevent_req *req, int *dp_error_out, int *sdap_ret) argument
[all...]

Completed in 22 milliseconds