Searched defs:response_controls (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/providers/ldap/
H A Dsdap_async_connection.c731 LDAPControl **response_controls; local
747 &response_controls, 0);
767 if (response_controls == NULL) {
771 for (c = 0; response_controls[c] != NULL; c++) {
774 response_controls[c]->ldctl_oid);
775 if (strcmp(response_controls[c]->ldctl_oid,
778 response_controls[c],
824 } else if (strcmp(response_controls[c]->ldctl_oid,
829 } else if (strcmp(response_controls[c]->ldctl_oid,
832 if (response_controls[
[all...]
H A Dsdap_async.c595 LDAPControl **response_controls = NULL; local
609 &response_controls, 0);
617 if (response_controls == NULL) {
620 for (c = 0; response_controls[c] != NULL; c++) {
622 response_controls[c]->ldctl_oid);
623 if (strcmp(response_controls[c]->ldctl_oid,
626 response_controls[c],
682 ldap_controls_free(response_controls);

Completed in 20 milliseconds