Lines Matching refs:controls
137 ret->controls = NULL; in getFirstFromConfig()
451 ret->controls = cptr; in __s_api_requestServer()
669 if (con->controls) { in __s_api_freeConnection()
670 __s_api_free2dArray(con->controls); in __s_api_freeConnection()
842 sinfo.controls); in makeConnection()
846 sinfo.controls)) { in makeConnection()
971 con->controls = sinfo.controls; in makeConnection()
1130 LDAPControl **controls, in process_pwd_mgmt() argument
1178 if (controls) in process_pwd_mgmt()
1179 ldap_controls_free(controls); in process_pwd_mgmt()
1189 if (controls && passwd_mgmt) { in process_pwd_mgmt()
1239 for (ctrl = controls; *ctrl; ctrl++) { in process_pwd_mgmt()
1311 if (controls) in process_pwd_mgmt()
1312 ldap_controls_free(controls); in process_pwd_mgmt()
2344 LDAPControl **controls; in doSimpleBind() local
2398 &errmsg, NULL, &controls, 1); in doSimpleBind()
2412 errnum, controls, errmsg, in doSimpleBind()
2445 LDAPControl **controls; in doSASLBind() local
2543 &errmsg, NULL, &controls, 1); in doSASLBind()
2559 errnum, controls, errmsg, in doSASLBind()