Searched refs:has_timeout (Results 1 – 1 of 1) sorted by relevance
1841 int blocked = sslsock->s.is_blocked, has_timeout = 0; in php_openssl_enable_crypto() local1875 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() local2008 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 9 milliseconds