Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
Dclient.py1412 check_hostname=None, blocksize=8192): argument
/third_party/python/Lib/
Dssl.py784 check_hostname=False, purpose=Purpose.SERVER_AUTH, argument
/third_party/python/Modules/
D_ssl.c282 int check_hostname; member
3681 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