Lines Matching refs:_PyTime_t
705 internal_select(PySocketSockObject *s, int writing, _PyTime_t interval, in internal_select()
711 _PyTime_t ms; in internal_select()
810 _PyTime_t timeout) in sock_call_ex()
813 _PyTime_t deadline = 0; in sock_call_ex()
827 _PyTime_t interval; in sock_call_ex()
943 static _PyTime_t defaulttimeout = _PYTIME_FROMSECONDS(-1);
2640 socket_parse_timeout(_PyTime_t *timeout, PyObject *timeout_obj) in socket_parse_timeout()
2646 _PyTime_t ms; in socket_parse_timeout()
2689 _PyTime_t timeout; in sock_settimeout()
3983 _PyTime_t interval = s->sock_timeout; in sock_sendall()
3984 _PyTime_t deadline = 0; in sock_sendall()
6431 _PyTime_t timeout;