Home
last modified time | relevance | path

Searched refs:errorbuf (Results 1 – 9 of 9) sorted by relevance

/curl/lib/vtls/
H A Dmbedtls.c584 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
597 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
609 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
631 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
643 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
659 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
680 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
705 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
830 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
996 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
[all …]
H A Drustls.c164 char errorbuf[255]; in tls_recv_more() local
166 rustls_error(rresult, errorbuf, sizeof(errorbuf), &errorlen); in tls_recv_more()
168 (int)errorlen, errorbuf); in tls_recv_more()
234 char errorbuf[255]; in cr_recv() local
236 rustls_error(rresult, errorbuf, sizeof(errorbuf), &errorlen); in cr_recv()
237 failf(data, "rustls_connection_read: %.*s", (int)errorlen, errorbuf); in cr_recv()
329 char errorbuf[256]; in cr_send() local
365 rustls_error(rresult, errorbuf, sizeof(errorbuf), &errorlen); in cr_send()
366 failf(data, "rustls_connection_write: %.*s", (int)errorlen, errorbuf); in cr_send()
543 char errorbuf[256]; in cr_init_backend() local
[all …]
/curl/lib/
H A Dcurl_trc.c101 if(data->set.errorbuffer && !data->state.errorbuf) { in Curl_failf()
103 data->state.errorbuf = TRUE; /* wrote error string */ in Curl_failf()
H A Durldata.h1356 BIT(errorbuf); /* Set to TRUE if the error buffer is already filled in.
H A Dtransfer.c592 data->state.errorbuf = FALSE; /* no error has occurred */ in Curl_pretransfer()
H A Dcf-socket.c759 data->state.errorbuf = FALSE; in bindlocal()
H A Dmulti.c2403 data->state.errorbuf = FALSE;
H A Dftp.c1904 data->state.errorbuf = FALSE; /* allow error message to get in ftp_epsv_disable()
/curl/src/
H A Dtool_operate.c2463 char *errorbuf; in add_parallel_transfers() local
2488 errorbuf = malloc(CURL_ERROR_SIZE); in add_parallel_transfers()
2489 if(!errorbuf) in add_parallel_transfers()
2514 free(errorbuf); in add_parallel_transfers()
2517 errorbuf[0] = 0; in add_parallel_transfers()
2518 (void)curl_easy_setopt(per->curl, CURLOPT_ERRORBUFFER, errorbuf); in add_parallel_transfers()
2519 per->errorbuffer = errorbuf; in add_parallel_transfers()

Completed in 72 milliseconds