Searched refs:errorbuf (Results 1 - 10 of 10) sorted by relevance
/third_party/curl/lib/vtls/ |
H A D | mbedtls.c | 343 char errorbuf[128]; in mbed_connect_step1() local 360 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); in mbed_connect_step1() 362 -ret, errorbuf); in mbed_connect_step1() 372 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); in mbed_connect_step1() 374 -ret, errorbuf); in mbed_connect_step1() 394 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf)); in mbed_connect_step1() 396 -ret, errorbuf); in mbed_connect_step1() 739 char errorbuf[128]; global() local 1041 char errorbuf[128]; global() local [all...] |
H A D | rustls.c | 155 char errorbuf[255]; in tls_recv_more() local 157 rustls_error(rresult, errorbuf, sizeof(errorbuf), &errorlen); in tls_recv_more() 159 (int)errorlen, errorbuf); in tls_recv_more() 225 char errorbuf[255]; in cr_recv() local 227 rustls_error(rresult, errorbuf, sizeof(errorbuf), &errorlen); in cr_recv() 228 failf(data, "rustls_connection_read: %.*s", (int)errorlen, errorbuf); in cr_recv() 288 char errorbuf[256]; in cr_send() local 303 rustls_error(rresult, errorbuf, sizeo in cr_send() 383 char errorbuf[256]; cr_init_backend() local [all...] |
/third_party/curl/lib/ |
H A D | curl_trc.c | 97 if(data->set.errorbuffer && !data->state.errorbuf) { in Curl_failf() 99 data->state.errorbuf = TRUE; /* wrote error string */ in Curl_failf()
|
H A D | transfer.c | 1100 data->state.errorbuf = FALSE; /* no error has occurred */ in Curl_pretransfer()
|
H A D | urldata.h | 1485 BIT(errorbuf); /* Set to TRUE if the error buffer is already filled in.
|
H A D | cf-socket.c | 589 /* errorbuf is set false so failf will overwrite any message already in in bindlocal() 592 data->state.errorbuf = FALSE; in bindlocal()
|
H A D | multi.c | 2512 data->state.errorbuf = FALSE;
|
H A D | ftp.c | 1773 data->state.errorbuf = FALSE; /* allow error message to get in ftp_epsv_disable()
|
/third_party/ffmpeg/libavcodec/ |
H A D | qsv.c | 355 char errorbuf[128]; in qsv_load_plugins() local 356 snprintf(errorbuf, sizeof(errorbuf), in qsv_load_plugins() 358 err = ff_qsv_print_error(logctx, ret, errorbuf); in qsv_load_plugins()
|
/third_party/curl/src/ |
H A D | tool_operate.c | 2256 char *errorbuf; in add_parallel_transfers() local 2281 errorbuf = malloc(CURL_ERROR_SIZE); in add_parallel_transfers() 2282 if(!errorbuf) in add_parallel_transfers() 2303 free(errorbuf); in add_parallel_transfers() 2306 errorbuf[0] = 0; in add_parallel_transfers() 2307 (void)curl_easy_setopt(per->curl, CURLOPT_ERRORBUFFER, errorbuf); in add_parallel_transfers() 2308 per->errorbuffer = errorbuf; in add_parallel_transfers()
|
Completed in 25 milliseconds