Lines Matching refs:failf
291 failf(data, "LDAP local: %s", ldap_err2string(rc)); in Curl_ldap()
335 failf(data, "LDAP local: ldapssl_client_init %s", ldap_err2string(rc)); in Curl_ldap()
346 failf(data, "LDAP local: ERROR %s CA cert not set!", in Curl_ldap()
356 failf(data, "LDAP local: ERROR setting %s CA cert: %s", in Curl_ldap()
368 failf(data, "LDAP local: ERROR setting cert verify mode: %s", in Curl_ldap()
375 failf(data, "LDAP local: Cannot connect to %s:%ld", in Curl_ldap()
385 failf(data, "LDAP local: ERROR OpenLDAP only supports PEM cert-type!"); in Curl_ldap()
390 failf(data, "LDAP local: ERROR PEM CA cert not set!"); in Curl_ldap()
397 failf(data, "LDAP local: ERROR setting PEM CA cert: %s", in Curl_ldap()
409 failf(data, "LDAP local: ERROR setting cert verify mode: %s", in Curl_ldap()
416 failf(data, "LDAP local: Cannot connect to %s:%ld", in Curl_ldap()
424 failf(data, "LDAP local: ERROR setting SSL/TLS mode: %s", in Curl_ldap()
441 failf(data, "LDAP local: SSL/TLS not supported with this version " in Curl_ldap()
452 failf(data, "LDAP local: Cannot connect to %s:%ld", in Curl_ldap()
478 failf(data, "LDAP local: bind via ldap_win_bind %s", in Curl_ldap()
481 failf(data, "LDAP local: bind via ldap_simple_bind_s %s", in Curl_ldap()
492 failf(data, "LDAP remote: %s", ldap_err2string(rc)); in Curl_ldap()