Home
last modified time | relevance | path

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

/PHP-7.0/ext/openssl/
H A Dxp_ssl.c1801 has_timeout = 0; in php_openssl_enable_crypto() local
1835 if (has_timeout) { in php_openssl_enable_crypto()
1849 if (has_timeout) { in php_openssl_enable_crypto()
1868 if (has_timeout) { in php_openssl_enable_crypto()
1872 (POLLIN|POLLPRI) : POLLOUT, has_timeout ? &left_time : NULL); in php_openssl_enable_crypto()
1968 int has_timeout = 0; in php_openssl_sockop_io() local
1986 has_timeout = 1; in php_openssl_sockop_io()
1996 if (has_timeout) { in php_openssl_sockop_io()
2030 if (has_timeout) { in php_openssl_sockop_io()
2065 (POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
[all …]

Completed in 10 milliseconds