Home
last modified time | relevance | path

Searched refs:_check_sendfile_params (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dsocket.py348 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/
Dbase_events.py866 self._check_sendfile_params(sock, file, offset, count)
909 def _check_sendfile_params(self, sock, file, offset, count): member in BaseEventLoop