Lines Matching refs:failf
306 failf(data, "LDAP local: %s", ldap_err2string(rc)); in Curl_ldap()
350 failf(data, "LDAP local: ldapssl_client_init %s", ldap_err2string(rc)); in Curl_ldap()
361 failf(data, "LDAP local: ERROR %s CA cert not set!", in Curl_ldap()
371 failf(data, "LDAP local: ERROR setting %s CA cert: %s", in Curl_ldap()
383 failf(data, "LDAP local: ERROR setting cert verify mode: %s", in Curl_ldap()
390 failf(data, "LDAP local: Cannot connect to %s:%ld", in Curl_ldap()
400 failf(data, "LDAP local: ERROR OpenLDAP only supports PEM cert-type!"); in Curl_ldap()
405 failf(data, "LDAP local: ERROR PEM CA cert not set!"); in Curl_ldap()
412 failf(data, "LDAP local: ERROR setting PEM CA cert: %s", in Curl_ldap()
424 failf(data, "LDAP local: ERROR setting cert verify mode: %s", in Curl_ldap()
431 failf(data, "LDAP local: Cannot connect to %s:%ld", in Curl_ldap()
439 failf(data, "LDAP local: ERROR setting SSL/TLS mode: %s", in Curl_ldap()
456 failf(data, "LDAP local: SSL/TLS not supported with this version " in Curl_ldap()
467 failf(data, "LDAP local: Cannot connect to %s:%ld", in Curl_ldap()
490 failf(data, "LDAP local: bind via ldap_win_bind %s", in Curl_ldap()
493 failf(data, "LDAP local: bind via ldap_simple_bind_s %s", in Curl_ldap()
504 failf(data, "LDAP remote: %s", ldap_err2string(rc)); in Curl_ldap()