Lines Matching defs:controls
100 * the first server with the empty lists of server controls and
137 ret->controls = NULL;
451 ret->controls = cptr;
669 if (con->controls) {
670 __s_api_free2dArray(con->controls);
769 * (controls, saslMechanisms) are kept to NULL.
842 sinfo.controls);
846 sinfo.controls)) {
971 con->controls = sinfo.controls;
1108 * controls : controls returned by the server
1130 LDAPControl **controls,
1178 if (controls)
1179 ldap_controls_free(controls);
1186 * process the password management controls, if any
1189 if (controls && passwd_mgmt) {
1239 for (ctrl = controls; *ctrl; ctrl++) {
1311 if (controls)
1312 ldap_controls_free(controls);
2344 LDAPControl **controls;
2395 * get ldaprc, controls, and error msg
2398 &errmsg, NULL, &controls, 1);
2412 errnum, controls, errmsg,
2445 LDAPControl **controls;
2540 * get ldaprc, controls, and error msg
2543 &errmsg, NULL, &controls, 1);
2559 errnum, controls, errmsg,