Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dconstants.py24 class _SendfileMode(enum.Enum): class
Dbase_events.py1048 constants._SendfileMode.UNSUPPORTED)
1049 if mode is constants._SendfileMode.UNSUPPORTED:
1052 if mode is constants._SendfileMode.TRY_NATIVE:
Dsslproto.py287 _sendfile_compatible = constants._SendfileMode.FALLBACK
Dproactor_events.py445 _sendfile_compatible = constants._SendfileMode.TRY_NATIVE
Dselector_events.py711 _sendfile_compatible = constants._SendfileMode.TRY_NATIVE
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py2554 transport._sendfile_compatible = constants._SendfileMode.FALLBACK