Home
last modified time | relevance | path

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

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