Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dsocket.py346 def _sendfile_use_sendfile(self, file, offset=0, count=None): member in socket
411 def _sendfile_use_sendfile(self, file, offset=0, count=None): member in socket
483 return self._sendfile_use_sendfile(file, offset, count)
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b2.rst510 Fix UnboundLocalError in socket._sendfile_use_sendfile.
D3.5.3rc1.rst831 Fix UnboundLocalError in socket._sendfile_use_sendfile.
D3.7.0a1.rst4503 Fix UnboundLocalError in socket._sendfile_use_sendfile.
/external/python/cpython3/Lib/test/
Dtest_socket.py1851 sock._sendfile_use_sendfile(File(fd))
1853 sock._sendfile_use_sendfile(File(2**1000))
1855 sock._sendfile_use_sendfile(File(None))
6023 sock._sendfile_use_sendfile, file)