Home
last modified time | relevance | path

Searched defs:is_ssl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/socket/
H A Dconnect_job_params.h48 bool is_ssl() const { in is_ssl() function
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_sendfile.py253 def prepare_sendfile(self, *, is_ssl=False, close_after=0): argument