Searched refs:has_timeout (Results 1 – 5 of 5) sorted by relevance
993 int has_timeout; in _ssl__SSLSocket_do_handshake_impl() local1010 has_timeout = (timeout > 0); in _ssl__SSLSocket_do_handshake_impl()1011 if (has_timeout) in _ssl__SSLSocket_do_handshake_impl()1026 if (has_timeout) in _ssl__SSLSocket_do_handshake_impl()2258 int has_timeout; in _ssl__SSLSocket_write_impl() local2283 has_timeout = (timeout > 0); in _ssl__SSLSocket_write_impl()2284 if (has_timeout) in _ssl__SSLSocket_write_impl()2312 if (has_timeout) in _ssl__SSLSocket_write_impl()2397 int has_timeout; in _ssl__SSLSocket_read_impl() local2447 has_timeout = (timeout > 0); in _ssl__SSLSocket_read_impl()[all …]
812 int has_timeout = (timeout > 0); in sock_call_ex() local825 if (has_timeout || connect) { in sock_call_ex()826 if (has_timeout) { in sock_call_ex()3982 int has_timeout = (s->sock_timeout > 0); in sock_sendall() local3999 if (has_timeout) { in sock_sendall()
55 def has_timeout(timeout): function1159 if has_timeout(self.timeout):1287 if has_timeout(self.timeout):
132 def has_timeout(timeout): # python 2.6 function1186 if has_timeout(self.timeout):1354 if has_timeout(self.timeout):
786 int has_timeout = s->sock_timeout > 0.0; \787 if (has_timeout) { \794 if (!has_timeout || \