Searched refs:_check_sendfile_params (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ |
D | socket.py | 348 self._check_sendfile_params(file, offset, count) 417 self._check_sendfile_params(file, offset, count) 452 def _check_sendfile_params(self, file, offset, count): member in socket
|
/third_party/python/Lib/asyncio/ |
D | base_events.py | 866 self._check_sendfile_params(sock, file, offset, count) 909 def _check_sendfile_params(self, sock, file, offset, count): member in BaseEventLoop
|