Home
last modified time | relevance | path

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

/PHP-7.1/ext/openssl/
H A Dxp_ssl.c1757 has_timeout = 0; in php_openssl_enable_crypto() local
1791 if (has_timeout) { in php_openssl_enable_crypto()
1805 if (has_timeout) { in php_openssl_enable_crypto()
1824 if (has_timeout) { in php_openssl_enable_crypto()
1828 (POLLIN|POLLPRI) : POLLOUT, has_timeout ? &left_time : NULL); in php_openssl_enable_crypto()
1924 int has_timeout = 0; in php_openssl_sockop_io() local
1942 has_timeout = 1; in php_openssl_sockop_io()
1952 if (has_timeout) { in php_openssl_sockop_io()
1986 if (has_timeout) { in php_openssl_sockop_io()
2021 (POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
[all …]

Completed in 10 milliseconds