Searched refs:last_err (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | network.c | 411 int last_err = AVERROR(EIO); in ff_connect_parallel() local 433 last_err = start_connect_attempt(&attempts[nb_attempts], &addrs, in ff_connect_parallel() 436 if (last_err < 0) { in ff_connect_parallel() 437 av_strerror(last_err, errbuf, sizeof(errbuf)); in ff_connect_parallel() 442 if (last_err > 0) { in ff_connect_parallel() 461 last_err = ff_poll_interrupt(pfd, nb_attempts, in ff_connect_parallel() 464 if (last_err < 0 && last_err != AVERROR(ETIMEDOUT)) in ff_connect_parallel() 469 last_err = 0; in ff_connect_parallel() 473 optlen = sizeof(last_err); in ff_connect_parallel() 474 if (getsockopt(attempts[i].fd, SOL_SOCKET, SO_ERROR, &last_err, &optlen)) in ff_connect_parallel() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | http_curl.c | 66 const char *last_err; member 1018 ctx->last_err = "No server certificate available"; in curl_cb_ssl_verify() 1059 ctx->last_err = "TLS validation failed"; in curl_cb_ssl_verify() 1126 ctx->last_err = "No OCSP response received"; in ocsp_resp_cb() 1135 ctx->last_err = "Failed to parse OCSP response"; in ocsp_resp_cb() 1145 ctx->last_err = "OCSP responder error"; in ocsp_resp_cb() 1152 ctx->last_err = "Could not find BasicOCSPResponse"; in ocsp_resp_cb() 1197 ctx->last_err = "OCSP response failed verification"; in ocsp_resp_cb() 1207 ctx->last_err = "Peer certificate not available for OCSP status check"; in ocsp_resp_cb() 1215 ctx->last_err = "Peer issuer certificate not available for OCSP status check"; in ocsp_resp_cb() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | http_curl.c | 66 const char *last_err; member 1018 ctx->last_err = "No server certificate available"; in curl_cb_ssl_verify() 1059 ctx->last_err = "TLS validation failed"; in curl_cb_ssl_verify() 1126 ctx->last_err = "No OCSP response received"; in ocsp_resp_cb() 1135 ctx->last_err = "Failed to parse OCSP response"; in ocsp_resp_cb() 1145 ctx->last_err = "OCSP responder error"; in ocsp_resp_cb() 1152 ctx->last_err = "Could not find BasicOCSPResponse"; in ocsp_resp_cb() 1197 ctx->last_err = "OCSP response failed verification"; in ocsp_resp_cb() 1207 ctx->last_err = "Peer certificate not available for OCSP status check"; in ocsp_resp_cb() 1215 ctx->last_err = "Peer issuer certificate not available for OCSP status check"; in ocsp_resp_cb() [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/ |
D | quant_levels_utils.c | 35 double last_err = 1.e38, err = 0.; in QuantizeLevels() local 113 if (last_err - err < err_threshold) break; in QuantizeLevels() 114 last_err = err; in QuantizeLevels()
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | quant_levels_utils.c | 35 double last_err = 1.e38, err = 0.; in QuantizeLevels() local 113 if (last_err - err < err_threshold) break; in QuantizeLevels() 114 last_err = err; in QuantizeLevels()
|
/third_party/lwip/test/unit/tcp/ |
D | test_tcp.c | 1224 EXPECT(counters.last_err == ERR_OK); in test_tcp_rto_timeout_impl() 1239 EXPECT(counters.last_err == ERR_OK); in test_tcp_rto_timeout_impl() 1246 for (i = 0; counters.last_err == ERR_OK && i < max_wait_ctr; i++) { in test_tcp_rto_timeout_impl() 1262 EXPECT(counters.last_err == ERR_ABRT); in test_tcp_rto_timeout_impl() 1316 EXPECT(counters.last_err == ERR_OK); in test_tcp_rto_timeout_syn_sent_impl() 1334 EXPECT(counters.last_err == ERR_OK); in test_tcp_rto_timeout_syn_sent_impl() 1342 for (i = 0; counters.last_err == ERR_OK && i < max_wait_ctr; i++) { in test_tcp_rto_timeout_syn_sent_impl() 1358 EXPECT(counters.last_err == ERR_ABRT); in test_tcp_rto_timeout_syn_sent_impl() 1444 EXPECT(counters.last_err == ERR_OK); in test_tcp_zwp_timeout_impl() 1465 EXPECT(counters.last_err == ERR_OK); in test_tcp_zwp_timeout_impl() [all …]
|
D | tcp_helper.h | 17 err_t last_err; member
|
D | tcp_helper.c | 188 counters->last_err = err; in test_tcp_counters_err()
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aio-stress.c | 162 int last_err; member 359 io->io_oper->last_err = io->res; in check_finished_io() 575 oper->num_err, oper->last_err); 666 unsigned long last_err; local 669 last_err = oper->last_err; 675 return last_err; 806 if (oper->last_err)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 1756 ErrorMsg(QWidget *parent, DWORD last_err = GetLastError()); 1762 ErrorMsg::ErrorMsg(QWidget *parent, DWORD last_err) : in ErrorMsg() argument 1763 QMessageBox(parent), err(last_err) in ErrorMsg()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 1771 ErrorMsg(QWidget *parent, DWORD last_err = GetLastError()); 1777 ErrorMsg::ErrorMsg(QWidget *parent, DWORD last_err) : in ErrorMsg() argument 1778 QMessageBox(parent), err(last_err) in ErrorMsg()
|
/third_party/lwip/ |
D | CHANGELOG | 885 netconn->last_err (fixed bugs #38121 and #37676)
|