Searched refs:errlen (Results 1 – 3 of 3) sorted by relevance
/curl/lib/ |
H A D | cf-h1-proxy.c | 824 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 D | c-hyper.c | 390 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 D | libssh2.c | 945 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 15 milliseconds