Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
Dmbedtls.c262 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 …]
Drustls.c126 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/
Dqsv.c331 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/
Dsendf.c271 if(data->set.errorbuffer && !data->state.errorbuf) { in Curl_failf()
273 data->state.errorbuf = TRUE; /* wrote error string */ in Curl_failf()
Durldata.h1462 BIT(errorbuf); /* Set to TRUE if the error buffer is already filled in.
Dconnect.c424 data->state.errorbuf = FALSE; in bindlocal()
Dtransfer.c1445 data->state.errorbuf = FALSE; /* no error has occurred */ in Curl_pretransfer()
Dmulti.c2310 data->state.errorbuf = FALSE;
Dftp.c1808 data->state.errorbuf = FALSE; /* allow error message to get in ftp_epsv_disable()