Searched refs:errorbuf (Results 1 – 9 of 9) sorted by relevance
/curl/lib/vtls/ |
H A D | mbedtls.c | 594 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); 606 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); 628 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); 640 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); 656 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); 677 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); 702 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); 775 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); 833 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); 1009 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); [all …]
|
H A D | rustls.c | 165 char errorbuf[255]; in tls_recv_more() local 167 rustls_error(rresult, errorbuf, sizeof(errorbuf), &errorlen); in tls_recv_more() 169 (int)errorlen, errorbuf); in tls_recv_more() 235 char errorbuf[255]; in cr_recv() local 237 rustls_error(rresult, errorbuf, sizeof(errorbuf), &errorlen); in cr_recv() 238 failf(data, "rustls_connection_read: %.*s", (int)errorlen, errorbuf); in cr_recv() 330 char errorbuf[256]; in cr_send() local 366 rustls_error(rresult, errorbuf, sizeof(errorbuf), &errorlen); in cr_send() 367 failf(data, "rustls_connection_write: %.*s", (int)errorlen, errorbuf); in cr_send() 544 char errorbuf[256]; in cr_init_backend() local [all …]
|
/curl/lib/ |
H A D | curl_trc.c | 101 if(data->set.errorbuffer && !data->state.errorbuf) { in Curl_failf() 103 data->state.errorbuf = TRUE; /* wrote error string */ in Curl_failf()
|
H A D | transfer.c | 590 data->state.errorbuf = FALSE; /* no error has occurred */ in Curl_pretransfer()
|
H A D | urldata.h | 1370 BIT(errorbuf); /* Set to TRUE if the error buffer is already filled in.
|
H A D | cf-socket.c | 762 data->state.errorbuf = FALSE; in bindlocal()
|
H A D | ftp.c | 1729 data->state.errorbuf = FALSE; /* allow error message to get in ftp_epsv_disable()
|
H A D | multi.c | 2187 data->state.errorbuf = FALSE;
|
/curl/src/ |
H A D | tool_operate.c | 2388 char *errorbuf; in add_parallel_transfers() local 2415 errorbuf = malloc(CURL_ERROR_SIZE); in add_parallel_transfers() 2416 if(!errorbuf) in add_parallel_transfers() 2448 free(errorbuf); in add_parallel_transfers() 2451 errorbuf[0] = 0; in add_parallel_transfers() 2452 (void)curl_easy_setopt(per->curl, CURLOPT_ERRORBUFFER, errorbuf); in add_parallel_transfers() 2453 per->errorbuffer = errorbuf; in add_parallel_transfers()
|
Completed in 66 milliseconds