Searched refs:_sendfile_compatible (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/asyncio/ | ||
D | sslproto.py | 287 _sendfile_compatible = constants._SendfileMode.FALLBACK variable in _SSLProtocolTransport |
D | proactor_events.py | 445 _sendfile_compatible = constants._SendfileMode.TRY_NATIVE variable in _ProactorSocketTransport |
D | selector_events.py | 711 _sendfile_compatible = constants._SendfileMode.TRY_NATIVE variable in _SelectorSocketTransport |
/external/python/cpython3/Lib/test/test_asyncio/ | ||
D | test_events.py | 2554 transport._sendfile_compatible = constants._SendfileMode.FALLBACK |