Home
last modified time | relevance | path

Searched refs:errlen (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dcf-h1-proxy.c824 size_t errlen = hyper_error_print(hypererr, errbuf, sizeof(errbuf)); in send_CONNECT() local
825 failf(data, "Hyper: %.*s", (int)errlen, errbuf); in send_CONNECT()
H A Dc-hyper.c390 size_t errlen = hyper_error_print(hypererr, errbuf, sizeof(errbuf)); in Curl_hyper_stream() local
392 failf(data, "Hyper: [%d] %.*s", (int)code, (int)errlen, errbuf); in Curl_hyper_stream()
/curl/lib/vssh/
H A Dlibssh2.c945 int errlen; in ssh_force_knownhost_key_type() local
946 libssh2_session_last_error(sshc->ssh_session, &errmsg, &errlen, 0); in ssh_force_knownhost_key_type()

Completed in 26 milliseconds