Lines Matching refs:has_timeout
1841 int blocked = sslsock->s.is_blocked, has_timeout = 0; in php_openssl_enable_crypto() local
1873 …has_timeout = !sslsock->s.is_blocked && (timeout->tv_sec > 0 || (timeout->tv_sec == 0 && timeout->… in php_openssl_enable_crypto()
1875 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() local
2008 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()
2091 (POLLIN|POLLPRI) : (POLLOUT|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
2107 (POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
2110 (POLLIN|POLLPRI) : (POLLOUT|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()