Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dsocket.py265 def _sendfile_use_sendfile(self, file, offset=0, count=None): member in socket
330 def _sendfile_use_sendfile(self, file, offset=0, count=None): member in socket
402 return self._sendfile_use_sendfile(file, offset, count)
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b2.rst512 Fix UnboundLocalError in socket._sendfile_use_sendfile.
D3.5.3rc1.rst832 Fix UnboundLocalError in socket._sendfile_use_sendfile.
D3.7.0a1.rst4510 Fix UnboundLocalError in socket._sendfile_use_sendfile.
/external/python/cpython3/Lib/test/
Dtest_socket.py1727 sock._sendfile_use_sendfile(File(fd))
1729 sock._sendfile_use_sendfile(File(2**1000))
1731 sock._sendfile_use_sendfile(File(None))
5583 sock._sendfile_use_sendfile, file)