Home
last modified time | relevance | path

Searched refs:socket_timeout (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/crypto/bio/
Dbss_dgram.c110 struct timeval socket_timeout; member
212 data->socket_timeout.tv_sec = timeout / 1000; in dgram_adjust_rcv_timeout()
213 data->socket_timeout.tv_usec = (timeout % 1000) * 1000; in dgram_adjust_rcv_timeout()
216 socklen_t sz = sizeof(data->socket_timeout); in dgram_adjust_rcv_timeout()
218 &(data->socket_timeout), &sz) < 0) { in dgram_adjust_rcv_timeout()
221 OPENSSL_assert(sz <= sizeof(data->socket_timeout)); in dgram_adjust_rcv_timeout()
246 if ((data->socket_timeout.tv_sec == 0 in dgram_adjust_rcv_timeout()
247 && data->socket_timeout.tv_usec == 0) in dgram_adjust_rcv_timeout()
248 || (data->socket_timeout.tv_sec > timeleft.tv_sec) in dgram_adjust_rcv_timeout()
249 || (data->socket_timeout.tv_sec == timeleft.tv_sec in dgram_adjust_rcv_timeout()
[all …]
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbss_dgram.c110 struct timeval socket_timeout; member
212 data->socket_timeout.tv_sec = timeout / 1000; in dgram_adjust_rcv_timeout()
213 data->socket_timeout.tv_usec = (timeout % 1000) * 1000; in dgram_adjust_rcv_timeout()
216 socklen_t sz = sizeof(data->socket_timeout); in dgram_adjust_rcv_timeout()
218 &(data->socket_timeout), &sz) < 0) { in dgram_adjust_rcv_timeout()
221 OPENSSL_assert(sz <= sizeof(data->socket_timeout)); in dgram_adjust_rcv_timeout()
246 if ((data->socket_timeout.tv_sec == 0 in dgram_adjust_rcv_timeout()
247 && data->socket_timeout.tv_usec == 0) in dgram_adjust_rcv_timeout()
248 || (data->socket_timeout.tv_sec > timeleft.tv_sec) in dgram_adjust_rcv_timeout()
249 || (data->socket_timeout.tv_sec == timeleft.tv_sec in dgram_adjust_rcv_timeout()
[all …]
/third_party/node/deps/openssl/openssl/apps/include/
Dhttp_server.h121 void socket_timeout(int signum);
/third_party/openssl/apps/include/
Dhttp_server.h121 void socket_timeout(int signum);
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnetclientclock.c670 gint64 socket_timeout; in gst_net_client_internal_clock_thread() local
673 socket_timeout = 0; in gst_net_client_internal_clock_thread()
675 socket_timeout = (expiration_time - now) / GST_USECOND; in gst_net_client_internal_clock_thread()
678 GST_TRACE_OBJECT (self, "timeout: %" G_GINT64_FORMAT "us", socket_timeout); in gst_net_client_internal_clock_thread()
680 if (!g_socket_condition_timed_wait (socket, G_IO_IN, socket_timeout, in gst_net_client_internal_clock_thread()
/third_party/openssl/apps/lib/
Dhttp_server.c85 void socket_timeout(int signum) in socket_timeout() function
/third_party/node/deps/openssl/openssl/apps/lib/
Dhttp_server.c85 void socket_timeout(int signum) in socket_timeout() function
/third_party/openssl/apps/
Docsp.c635 signal(SIGALRM, socket_timeout); in ocsp_main()
/third_party/node/deps/openssl/openssl/apps/
Docsp.c635 signal(SIGALRM, socket_timeout); in ocsp_main()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2418 Modules/socketmodule.c - socket_timeout -