Home
last modified time | relevance | path

Searched defs:check_hostname (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/http/
Dclient.py1408 check_hostname=None, blocksize=8192): argument
/third_party/python/Lib/
Dssl.py779 check_hostname=False, purpose=Purpose.SERVER_AUTH, argument
/third_party/python/Modules/
D_ssl.c284 int check_hostname; member
3643 int check_hostname; in set_check_hostname() local
/third_party/python/Lib/urllib/
Drequest.py1385 def __init__(self, debuglevel=0, context=None, check_hostname=None): argument