Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dxp_ssl.c1894 int blocked = sslsock->s.is_blocked, has_timeout = 0; in php_openssl_enable_crypto() local
1928 if (has_timeout) { in php_openssl_enable_crypto()
1942 if (has_timeout) { in php_openssl_enable_crypto()
1961 if (has_timeout) { in php_openssl_enable_crypto()
1965 (POLLIN|POLLPRI) : POLLOUT, has_timeout ? &left_time : NULL); in php_openssl_enable_crypto()
2043 int has_timeout = 0; in php_openssl_sockop_io() local
2061 has_timeout = 1; in php_openssl_sockop_io()
2071 if (has_timeout) { in php_openssl_sockop_io()
2106 if (has_timeout) { in php_openssl_sockop_io()
2141 (POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
[all …]

Completed in 11 milliseconds