Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dxp_ssl.c1841 int blocked = sslsock->s.is_blocked, has_timeout = 0; in php_openssl_enable_crypto() local
1875 if (has_timeout) { in php_openssl_enable_crypto()
1889 if (has_timeout) { in php_openssl_enable_crypto()
1908 if (has_timeout) { in php_openssl_enable_crypto()
1912 (POLLIN|POLLPRI) : POLLOUT, has_timeout ? &left_time : NULL); in php_openssl_enable_crypto()
1990 int has_timeout = 0; in php_openssl_sockop_io() local
2008 has_timeout = 1; in php_openssl_sockop_io()
2018 if (has_timeout) { in php_openssl_sockop_io()
2053 if (has_timeout) { in php_openssl_sockop_io()
2088 (POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
[all …]

Completed in 38 milliseconds