Home
last modified time | relevance | path

Searched refs:stripped_hostname (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/tautulli/Tautulli-2.8.0/lib/urllib3/
H A Dconnection.py537 stripped_hostname = asserted_hostname.strip("u[]")
538 if is_ipaddress(stripped_hostname):
539 asserted_hostname = stripped_hostname
/dports/net/py-urllib3/stage/usr/local/lib/python3.8/site-packages/urllib3/
H A Dconnection.py537 stripped_hostname = asserted_hostname.strip("u[]")
538 if is_ipaddress(stripped_hostname):
539 asserted_hostname = stripped_hostname
/dports/net/py-urllib3/urllib3-1.26.7/build/lib/urllib3/
H A Dconnection.py537 stripped_hostname = asserted_hostname.strip("u[]")
538 if is_ipaddress(stripped_hostname):
539 asserted_hostname = stripped_hostname
/dports/net/py-urllib3/urllib3-1.26.7/src/urllib3/
H A Dconnection.py537 stripped_hostname = asserted_hostname.strip("u[]")
538 if is_ipaddress(stripped_hostname):
539 asserted_hostname = stripped_hostname
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_login_track.c821 static char * stripped_hostname (const char * host) in stripped_hostname() function
877 p = stripped_hostname(host); in check_host()
1367 p = stripped_hostname("127.20.120.100"); in Test_login()
1370 p = stripped_hostname("foo.www.example.com"); in Test_login()
1373 p = stripped_hostname("www.example.com"); in Test_login()
1376 p = stripped_hostname("localhost"); in Test_login()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_login_track.c821 static char * stripped_hostname (const char * host) in stripped_hostname() function
877 p = stripped_hostname(host); in check_host()
1367 p = stripped_hostname("127.20.120.100"); in Test_login()
1370 p = stripped_hostname("foo.www.example.com"); in Test_login()
1373 p = stripped_hostname("www.example.com"); in Test_login()
1376 p = stripped_hostname("localhost"); in Test_login()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_login_track.c821 static char * stripped_hostname (const char * host) in stripped_hostname() function
877 p = stripped_hostname(host); in check_host()
1367 p = stripped_hostname("127.20.120.100"); in Test_login()
1370 p = stripped_hostname("foo.www.example.com"); in Test_login()
1373 p = stripped_hostname("www.example.com"); in Test_login()
1376 p = stripped_hostname("localhost"); in Test_login()
/dports/ftp/lftp/lftp-4.9.2/src/
H A DHttp.cc357 xstring& stripped_hostname=xstring::get_tmp(hostname); in SendMethod() local
358 stripped_hostname.truncate_at('%'); in SendMethod()
360 AppendHostEncoded(ehost,xidna_to_ascii(stripped_hostname)); in SendMethod()