Searched refs:_sendfile_compatible (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/test/test_asyncio/ | ||
H A D | test_sendfile.py | 527 transport._sendfile_compatible = constants._SendfileMode.FALLBACK |
/third_party/python/Lib/asyncio/ | ||
H A D | proactor_events.py | 608 _sendfile_compatible = constants._SendfileMode.TRY_NATIVE variable in _ProactorSocketTransport |
H A D | sslproto.py | 82 _sendfile_compatible = constants._SendfileMode.FALLBACK variable in _SSLProtocolTransport |
H A D | selector_events.py | 919 _sendfile_compatible = constants._SendfileMode.TRY_NATIVE variable in _SelectorSocketTransport |
Completed in 10 milliseconds