Home
last modified time | relevance | path

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

/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1881 int blocked = sslsock->s.is_blocked, has_timeout = 0; in php_openssl_enable_crypto() local
1915 if (has_timeout) { in php_openssl_enable_crypto()
1929 if (has_timeout) { in php_openssl_enable_crypto()
1948 if (has_timeout) { in php_openssl_enable_crypto()
1952 (POLLIN|POLLPRI) : POLLOUT, has_timeout ? &left_time : NULL); in php_openssl_enable_crypto()
2048 int has_timeout = 0; in php_openssl_sockop_io() local
2066 has_timeout = 1; in php_openssl_sockop_io()
2076 if (has_timeout) { in php_openssl_sockop_io()
2111 if (has_timeout) { in php_openssl_sockop_io()
2146 (POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
[all …]

Completed in 16 milliseconds