Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dsocket.py263 self._check_sendfile_params(file, offset, count)
332 self._check_sendfile_params(file, offset, count)
367 def _check_sendfile_params(self, file, offset, count): member in socket