Lines Matching refs:failf
225 failf(data, "LDAP local: %s", ldap_err2string(rc)); in Curl_ldap()
279 failf(data, "LDAP local: ldapssl_client_init %s", ldap_err2string(rc)); in Curl_ldap()
290 failf(data, "LDAP local: ERROR %s CA cert not set!", in Curl_ldap()
300 failf(data, "LDAP local: ERROR setting %s CA cert: %s", in Curl_ldap()
312 failf(data, "LDAP local: ERROR setting cert verify mode: %s", in Curl_ldap()
319 failf(data, "LDAP local: Cannot connect to %s:%ld", in Curl_ldap()
329 failf(data, "LDAP local: ERROR OpenLDAP only supports PEM cert-type!"); in Curl_ldap()
334 failf(data, "LDAP local: ERROR PEM CA cert not set!"); in Curl_ldap()
341 failf(data, "LDAP local: ERROR setting PEM CA cert: %s", in Curl_ldap()
353 failf(data, "LDAP local: ERROR setting cert verify mode: %s", in Curl_ldap()
360 failf(data, "LDAP local: Cannot connect to %s:%ld", in Curl_ldap()
368 failf(data, "LDAP local: ERROR setting SSL/TLS mode: %s", in Curl_ldap()
385 failf(data, "LDAP local: SSL/TLS not supported with this version " in Curl_ldap()
396 failf(data, "LDAP local: Cannot connect to %s:%ld", in Curl_ldap()
413 failf(data, "LDAP local: ldap_simple_bind_s %s", ldap_err2string(rc)); in Curl_ldap()
422 failf(data, "LDAP remote: %s", ldap_err2string(rc)); in Curl_ldap()