Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dxp_ssl.c1835 int blocked = sslsock->s.is_blocked, has_timeout = 0; in php_openssl_enable_crypto() local
1869 if (has_timeout) { in php_openssl_enable_crypto()
1883 if (has_timeout) { in php_openssl_enable_crypto()
1902 if (has_timeout) { in php_openssl_enable_crypto()
1906 (POLLIN|POLLPRI) : POLLOUT, has_timeout ? &left_time : NULL); in php_openssl_enable_crypto()
2002 int has_timeout = 0; in php_openssl_sockop_io() local
2020 has_timeout = 1; in php_openssl_sockop_io()
2030 if (has_timeout) { in php_openssl_sockop_io()
2065 if (has_timeout) { in php_openssl_sockop_io()
2100 (POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
[all …]

Completed in 10 milliseconds