Lines Matching defs:Errno
678 int Errno;
829 Errno = rc;
859 /* if no server response, set Errno */
862 LDAP_OPT_ERROR_NUMBER, &Errno);
877 * need Errno, referrals, error msg,
881 rc = ldap_parse_result(conp->ld, res, &Errno,
900 if (Errno == LDAP_REFERRAL && followRef && !ref_list) {
928 if (Errno != LDAP_SUCCESS) {
1054 Errno, errmsg);
1065 "%s", ldap_err2string(Errno));
1068 MKERROR_PWD_MGMT(*errorp, Errno, err,
1071 MKERROR(LOG_INFO, *errorp, Errno, err, NULL);
1074 (Errno == LDAP_SERVER_DOWN ||
1075 Errno == LDAP_CONNECT_ERROR)) {
1076 __s_api_conn_mt_close(conn_user, Errno, errorp);