Lines Matching refs:_PyTime_t
706 internal_select(PySocketSockObject *s, int writing, _PyTime_t interval, in internal_select()
712 _PyTime_t ms; in internal_select()
822 _PyTime_t timeout) in sock_call_ex()
825 _PyTime_t deadline = 0; in sock_call_ex()
839 _PyTime_t interval; in sock_call_ex()
955 static _PyTime_t defaulttimeout = _PYTIME_FROMSECONDS(-1);
2819 socket_parse_timeout(_PyTime_t *timeout, PyObject *timeout_obj) in socket_parse_timeout()
2825 _PyTime_t ms; in socket_parse_timeout()
2868 _PyTime_t timeout; in sock_settimeout()
4179 _PyTime_t interval = s->sock_timeout; in sock_sendall()
4180 _PyTime_t deadline = 0; in sock_sendall()
6679 _PyTime_t timeout;