Home
last modified time | relevance | path

Searched defs:host (Results 1 – 25 of 35) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
Dgopher.py41 def open_socket(host, port): argument
51 def send_request(selector, host, port): argument
58 def get_menu(selector, host, port): argument
88 def get_textfile(selector, host, port): argument
94 def get_alt_textfile(selector, host, port, func): argument
113 def get_binary(selector, host, port): argument
120 def get_alt_binary(selector, host, port, func, blocksize): argument
153 def browse_menu(selector, host, port): argument
199 def browse_textfile(selector, host, port): argument
221 def browse_search(selector, host, port): argument
[all …]
Dfinger.py24 def finger(host, args): argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DEfiPerf.h143 #define PERF_START(handle, token, host, ticker) StartMeasure (handle, token, host, ticker) argument
144 #define PERF_END(handle, token, host, ticker) EndMeasure (handle, token, host, ticker) argument
145 #define PERF_UPDATE(handle, token, host, handlenew, tokennew, hostnew) \ argument
156 #define PERF_START(handle, token, host, ticker) argument
157 #define PERF_END(handle, token, host, ticker) argument
158 #define PERF_UPDATE(handle, token, host, handlenew, tokennew, hostnew) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ssl/
Dget-remote-certificate.py11 def fetch_server_certificate (host, port): argument
77 host, port = arg.split(":") variable
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetnameinfo.c142 char * host, in getnameinfo()
173 char * host, in getnameinfo_inet()
374 char *host, in ip6_parsenumeric()
480 char * host,
561 char * host,
Dgethostbyht.c83 static struct hostent host; variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsmtplib.py227 def __init__(self, host='', port=0, local_hostname=None, argument
272 def _get_socket(self, port, host, timeout): argument
279 def connect(self, host='localhost', port=0): argument
762 def __init__(self, host='', port=0, local_hostname=None, argument
769 def _get_socket(self, host, port, timeout): argument
799 def __init__(self, host='', port=LMTP_PORT, local_hostname=None): argument
803 def connect(self, host='localhost', port=0): argument
Durllib.py780 def get_user_passwd(self, host, realm, clear_cache=0): argument
791 def prompt_user_passwd(self, host, realm): argument
852 def __init__(self, user, passwd, host, port, dirs, argument
1076 def splituser(host): argument
1101 def splitport(host): argument
1113 def splitnport(host, defport=-1): argument
1339 def proxy_bypass_environment(host): argument
1362 def proxy_bypass_macosx_sysconf(host): argument
1429 def proxy_bypass(host): argument
1494 def proxy_bypass_registry(host): argument
[all …]
Dftplib.py102 host = '' variable in FTP
113 def __init__(self, host='', user='', passwd='', acct='', argument
121 def connect(self, host='', port=0, timeout=-999): argument
251 def sendport(self, host, port): argument
261 def sendeprt(self, host, port): argument
624 def __init__(self, host='', user='', passwd='', acct='', keyfile=None, argument
954 def get_account(self, host): argument
Dhttplib.py680 def __init__(self, host, port=None, strict=None, argument
697 def set_tunnel(self, host, port=None, headers=None): argument
710 def _set_hostport(self, host, port): argument
1051 def __init__(self, host='', port=None, strict=None): argument
1078 def connect(self, host=None, port=None): argument
1142 def __init__(self, host, port=None, key_file=None, cert_file=None, argument
1172 def __init__(self, host='', port=None, key_file=None, cert_file=None, argument
Dnetrc.py96 def authenticators(self, host): argument
Dpoplib.py79 def __init__(self, host, port=POP3_PORT, argument
330 def __init__(self, host, port = POP3_SSL_PORT, keyfile = None, certfile = None): argument
Dimaplib.py151 def __init__(self, host = '', port = IMAP4_PORT): argument
221 def open(self, host = '', port = IMAP4_PORT): argument
1145 def __init__(self, host = '', port = IMAP4_SSL_PORT, keyfile = None, certfile = None): argument
1151 def open(self, host = '', port = IMAP4_SSL_PORT): argument
1226 def open(self, host = None, port = None): argument
1437 host = args[0] variable
Durllib2.py261 def set_proxy(self, host, type): argument
841 def http_error_auth_reqed(self, authreq, host, req, headers): argument
864 def retry_http_basic_auth(self, host, req, realm): argument
942 def http_error_auth_reqed(self, auth_header, host, req, headers): argument
1287 def _safe_gethostbyname(host): argument
1399 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
1420 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
Dxmlrpclib.py1260 def request(self, host, handler, request_body, verbose=0): argument
1281 def single_request(self, host, handler, request_body, verbose=0): argument
1334 def get_host_info(self, host): argument
1361 def make_connection(self, host): argument
1406 def send_host(self, connection, host): argument
1483 def make_connection(self, host): argument
Drobotparser.py214 def prompt_user_passwd(self, host, realm): argument
Dtelnetlib.py187 def __init__(self, host=None, port=0, argument
211 def open(self, host, port=0, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
Dsimple_server.py141 host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllibnet.py15 def _open_with_retry(func, host, *args, **kwargs): argument
Dtest_imaplib.py182 host = 'cyrus.andrew.cmu.edu' variable in RemoteIMAPTest
Dtest_urllib2.py281 def __call__(self, host, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument
289 def set_tunnel(self, host, port=None, headers=None): argument
612 def connect_ftp(self, user, passwd, host, port, dirs, argument
/device/google/cuttlefish_common/common/frontend/socket_vsock_proxy/
Dmain.cpp138 [[noreturn]] void host() { in host() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetnameinfo.c97 getnameinfo(sa, salen, host, hostlen, serv, servlen, flags) in getnameinfo() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
Dhandlers.py429 def __init__(self, host, port): argument
582 def __init__(self, host, port): argument
1002 def __init__(self, host, url, method="GET"): argument
/device/google/cuttlefish_common/common/frontend/socket_forward_proxy/
Dmain.cpp272 [[noreturn]] void host(SocketForwardRegionView* shm, in host() function

12