Searched refs:timeout (Results 1 – 6 of 6) sorted by relevance
| /crypto/thread/arch/ |
| A D | thread_win.c | 349 DWORD timeout; in obj_wait() local 351 if (!determine_timeout(deadline, &timeout)) in obj_wait() 352 timeout = 1; in obj_wait() 354 return WaitForSingleObject(h, timeout); in obj_wait() 557 DWORD timeout; in ossl_crypto_condvar_wait_timeout() local 561 if (!determine_timeout(deadline, &timeout)) in ossl_crypto_condvar_wait_timeout() 562 timeout = 1; in ossl_crypto_condvar_wait_timeout() 564 SleepConditionVariableCS(cv_p, mutex_p, timeout); in ossl_crypto_condvar_wait_timeout()
|
| /crypto/http/ |
| A D | http_client.c | 253 int timeout, int keep_alive) in OSSL_HTTP_REQ_CTX_set_expected() argument 273 if (timeout >= 0) in OSSL_HTTP_REQ_CTX_set_expected() 274 rctx->max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_REQ_CTX_set_expected() 1259 size_t max_resp_len, int timeout) in OSSL_HTTP_get() argument 1268 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_get() 1287 buf_size, timeout); in OSSL_HTTP_get() 1306 && may_still_retry(max_time, &timeout)) { in OSSL_HTTP_get() 1360 buf_size, timeout); in OSSL_HTTP_transfer() 1361 timeout = -1; /* Already set during opening the connection */ in OSSL_HTTP_transfer() 1366 max_resp_len, timeout, keep_alive)) in OSSL_HTTP_transfer() [all …]
|
| /crypto/bio/ |
| A D | bss_dgram.c | 313 int timeout; in dgram_adjust_rcv_timeout() local 314 int sz = sizeof(timeout); in dgram_adjust_rcv_timeout() 347 (void *)&timeout, sizeof(timeout)) < 0) in dgram_adjust_rcv_timeout() 394 (void *)&timeout, sizeof(timeout)) < 0) in dgram_reset_rcv_timeout() 783 (void *)&timeout, sizeof(timeout))) < 0) in dgram_ctrl() 798 int timeout; in dgram_ctrl() local 801 sz = sizeof(timeout); in dgram_ctrl() 807 tv->tv_sec = timeout / 1000; in dgram_ctrl() 833 (void *)&timeout, sizeof(timeout))) < 0) in dgram_ctrl() 848 int timeout; in dgram_ctrl() local [all …]
|
| A D | bio_lib.c | 1019 int BIO_do_connect_retry(BIO *bio, int timeout, int nap_milliseconds) in BIO_do_connect_retry() argument 1021 int blocking = timeout <= 0; in BIO_do_connect_retry() 1022 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in BIO_do_connect_retry() 1062 if (timeout >= 0 && do_retry) { in BIO_do_connect_retry()
|
| /crypto/x509/ |
| A D | x_all.c | 116 int timeout, const ASN1_ITEM *it) in simple_get_asn1() argument 125 max_resp_len, timeout); in simple_get_asn1() 135 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_load_http() argument 137 return (X509 *)simple_get_asn1(url, bio, rbio, timeout, in X509_load_http() 189 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_CRL_load_http() argument 191 return (X509_CRL *)simple_get_asn1(url, bio, rbio, timeout, in X509_CRL_load_http()
|
| /crypto/err/ |
| A D | openssl.txt | 137 BIO_R_CONNECT_TIMEOUT:147:connect timeout 162 BIO_R_TRANSFER_TIMEOUT:105:transfer timeout 280 CMP_R_TOTAL_TIMEOUT:184:total timeout 875 HTTP_R_RETRY_TIMEOUT:129:retry timeout 1585 SSL_R_READ_TIMEOUT_EXPIRED:312:read timeout expired
|
Completed in 26 milliseconds