Searched refs:_socket_socket_inet_ntoa_impl (Results 1 – 2 of 2) sorted by relevance
200 _socket_socket_inet_ntoa_impl(PySocketSockObject *self, Py_buffer *packed_ip);211 return_value = _socket_socket_inet_ntoa_impl(self, &packed_ip); in _socket_socket_inet_ntoa()
6538 _socket_socket_inet_ntoa_impl(PySocketSockObject *self, Py_buffer *packed_ip) function