Searched refs:errorbuf (Results 1 – 9 of 9) sorted by relevance
/third_party/curl/lib/vtls/ |
D | mbedtls.c | 262 char errorbuf[128]; in mbed_connect_step1() local 277 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); in mbed_connect_step1() 279 -ret, errorbuf); in mbed_connect_step1() 288 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); in mbed_connect_step1() 290 -ret, errorbuf); in mbed_connect_step1() 301 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); in mbed_connect_step1() 303 ssl_cafile, -ret, errorbuf); in mbed_connect_step1() 314 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); in mbed_connect_step1() 316 ssl_capath, -ret, errorbuf); in mbed_connect_step1() 330 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); in mbed_connect_step1() [all …]
|
D | rustls.c | 126 char errorbuf[255]; in cr_recv() local 149 rustls_error(rresult, errorbuf, sizeof(errorbuf), &n); in cr_recv() 150 failf(data, "%.*s", n, errorbuf); in cr_recv() 297 char errorbuf[256]; in cr_init_backend() local 340 rustls_error(result, errorbuf, sizeof(errorbuf), &errorlen); in cr_init_backend() 341 failf(data, "rustls_client_connection_new: %.*s", errorlen, errorbuf); in cr_init_backend()
|
/third_party/ffmpeg/libavcodec/ |
D | qsv.c | 331 char errorbuf[128]; in qsv_load_plugins() local 332 snprintf(errorbuf, sizeof(errorbuf), in qsv_load_plugins() 334 err = ff_qsv_print_error(logctx, ret, errorbuf); in qsv_load_plugins()
|
/third_party/curl/lib/ |
D | sendf.c | 271 if(data->set.errorbuffer && !data->state.errorbuf) { in Curl_failf() 273 data->state.errorbuf = TRUE; /* wrote error string */ in Curl_failf()
|
D | urldata.h | 1462 BIT(errorbuf); /* Set to TRUE if the error buffer is already filled in.
|
D | connect.c | 424 data->state.errorbuf = FALSE; in bindlocal()
|
D | transfer.c | 1445 data->state.errorbuf = FALSE; /* no error has occurred */ in Curl_pretransfer()
|
D | multi.c | 2310 data->state.errorbuf = FALSE;
|
D | ftp.c | 1808 data->state.errorbuf = FALSE; /* allow error message to get in ftp_epsv_disable()
|