Searched refs:host (Results 101 - 125 of 1627) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/test/xmlrpc/
H A Dtest_client.rb45 def net_http host, port, proxy_host, proxy_port
71 host, path, port, *rest = client.args
73 assert_equal 'example.org', host
82 host, path, port, *rest = client.args
84 assert_equal 'example.org', host
93 host, path, port, proxy_host, proxy_port, user, password, use_ssl, timeout = client.args
95 assert_equal 'example.org', host
109 host, path, port, proxy_host, proxy_port, user, password, use_ssl, timeout = client.args
111 assert_equal 'example.org', host
124 host, pat
[all...]
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dnet-utils.el82 "Program to send network test packets to a host."
209 (defcustom dns-lookup-program "host"
223 (defvar network-connection-host nil)
247 (let ((host-expression "[-A-Za-z0-9]+"))
250 (make-list 2 host-expression)
252 "\\(\\." host-expression "\\)*"))
338 (defun ping (host)
343 (list (read-from-minibuffer "Ping host: " (net-utils-machine-at-point))))
346 (append ping-program-options (list host))
347 (list host))))
[all...]
/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoadScheduler.cpp70 String hostName = url.host();
71 HostInformation* host = m_hosts.get(hostName); local
72 if (!host && createHostPolicy == CreateIfNotFound) {
73 host = new HostInformation(hostName, maxRequestsInFlightPerHost);
74 m_hosts.add(hostName, host);
76 return host;
161 HostInformation* host = hostForURL(resourceLoader->iOSOriginalRequest().url(), CreateIfNotFound); local
163 HostInformation* host = hostForURL(resourceLoader->url(), CreateIfNotFound); local
166 bool hadRequests = host->hasRequests();
167 host
219 HostInformation* host = hostForURL(resourceLoader->url()); local
272 HostInformation* host = hostsToServe[i]; local
280 servePendingRequests(HostInformation* host, ResourceLoadPriority minimumPriority) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/db/repquote/
H A DRepConfig.java29 public ReplicationHostAddress thisHost; // The host address to listen to.
56 public void setThisHost(String host, int port) argument
60 thisHost.host = host;
66 System.err.println("Warning: no host specified, returning default.");
74 public void addOtherHost(String host, int port, boolean peer) argument
77 new ReplicationHostAddress(host, port);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dgetnameinfo_verified.c48 char *host, socklen_t hostlen,
59 if (host == NULL)
67 ret = getnameinfo (sa, salen, host, hostlen, serv, servlen,
74 ret = getaddrinfo (host, serv, &hints, &ai);
91 ret = getnameinfo (sa, salen, host, hostlen, serv, servlen,
47 getnameinfo_verified(const struct sockaddr *sa, socklen_t salen, char *host, socklen_t hostlen, char *serv, socklen_t servlen, int flags) argument
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DContentDistributor.h64 void distributeSelectionsTo(InsertionPoint*, Element* host);
66 void invalidateDistribution(Element* host);
67 void didShadowBoundaryChange(Element* host);
70 void distribute(Element* host);
76 bool invalidate(Element* host);
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-imap.el43 (defun url-imap-open-host (host port user pass)
50 (nnimap-open-server host
60 (let* ((host (url-host url))
67 (url-imap-open-host host port (url-user url) (url-password url))
76 mailbox host (current-buffer)))
H A Durl-gw.el40 (defcustom url-gateway-local-host-regexp nil
51 (defcustom url-gateway-rlogin-host nil
67 (defcustom url-gateway-telnet-host nil
113 (defun url-gateway-nslookup-host (host)
118 url-gateway-nslookup-program host))
119 (res host))
130 host))
143 (defun url-open-rlogin (name buffer host service)
150 url-gateway-rlogin-host "
[all...]
/macosx-10.10/bless-103/
H A DmodeNetboot.c49 static bool validateAddress(const char *host);
55 char * host,
67 char host[NS_MAXDNAME]; local
97 host,
112 host,
145 strcmp(host, "255.255.255.255") == 0 ? NULL : host,
158 host,
168 strcmp(host, "255.255.255.255") == 0 ? NULL : host,
346 validateAddress(const char *host) argument
358 parseURL(BLContextPtr context, const char *url, char * scheme, char * interface, char * host, char * path, bool requiresPath, const char *requiresScheme, bool useBackslash) argument
[all...]
/macosx-10.10/ntp-92/scripts/
H A Dntpsweep.in37 "host=s" => \$single_host,
55 <file>|[--host <hostname>]
58 $program prints per host given in <file> the NTP stratum level, the
70 --host <hostname>
71 Speficy a single host, bypassing the need for a hosts file.
73 Recursively list all peers a host synchronizes to.
82 $program --host some.host --peers --maxlevel 4
129 my($host, $level, @trace) = @_;
138 if (&item_in_list($host,
[all...]
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/excxx_repquote/
H A DRepConfigInfo.cpp38 void RepConfigInfo::addOtherHost(char* host, int port, bool peer) argument
42 newinfo->host = host;
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-rhosts.c60 char buf[1024]; /* Must not be larger than host, user, dummy below. */
84 char hostbuf[1024], userbuf[1024], dummy[1024], *host, *user, *cp; local
113 /* Got both host and user name. */
123 host = hostbuf;
127 /* Process negated host names, or positive netgroups. */
128 if (host[0] == '-') {
130 host++;
131 } else if (host[0] == '+')
132 host++;
140 /* Check for empty host/use
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DSystemMemoryIOS.cpp62 mach_port_t host = mach_host_self(); local
64 kern_return_t returnValue = host_info(host, HOST_BASIC_INFO, reinterpret_cast<host_info_t>(&gHostBasicInfo), &count);
65 mach_port_deallocate(mach_task_self(), host); local
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DURLUtilities.js64 return {scheme: null, host: null, port: null};
67 var host = match[2].toLowerCase(); variable
70 return {scheme: scheme, host: host, port: port};
79 return {scheme: null, host: null, port: null, path: null, queryString: null, fragment: null, lastPathComponent: null};
82 var host = match[2].toLowerCase(); variable
109 return {scheme: scheme, host: host, port: port, path: path, queryString: queryString, fragment: fragment, lastPathComponent: lastPathComponent};
138 // The path can be null for URLs that have just a scheme and host (like "http://apple.com"). So make the path be "/".
143 var baseURLPrefix = baseURLComponents.scheme + "://" + baseURLComponents.host
[all...]
/macosx-10.10/postfix-255/postfix/src/util/
H A Dmyaddrinfo.h171 #define hostname_to_sockaddr(host, serv, sock, res) \
172 hostname_to_sockaddr_pf((host), PF_UNSPEC, (serv), (sock), (res))
178 #define HOSTNAME_TO_SOCKADDR_PF(host, pf, serv, sock, res) \
181 _aierr = hostname_to_sockaddr_pf((host), (pf), (serv), (sock), (res)); \
186 #define HOSTNAME_TO_SOCKADDR(host, serv, sock, res) \
187 HOSTNAME_TO_SOCKADDR_PF((host), PF_UNSPEC, (serv), (sock), (res))
189 #define HOSTADDR_TO_SOCKADDR(host, serv, sock, res) \
192 _aierr = hostaddr_to_sockaddr((host), (serv), (sock), (res)); \
197 #define SOCKADDR_TO_HOSTADDR(sa, salen, host, port, sock) \
200 _aierr = sockaddr_to_hostaddr((sa), (salen), (host), (por
[all...]
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dtcpsocket.c44 * Lookups host information by _hostname_.
51 tcp_s_gethostbyname(VALUE obj, VALUE host) argument
54 return rsock_make_hostent(host, rsock_addrinfo(host, Qnil, SOCK_STREAM, AI_CANONNAME),
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/ftp/
H A Dftpvalid45 set fdc [ftp::Open $current(host) anonymous enteryourname@here.com]
47 puts stderr [format "error 1: unable to open %s\n" $current(host)]
56 puts stderr [format "error 2: unable to enter directory %s:%s\n" $current(host) $ftp_dir]
61 puts stderr [format "error 3: failure to enter %s:%s\n" $current(host) $ftp_dir]
68 puts stderr [format "error 4: no match for ${ftp_file}*\n" $current(host) $ftp_dir]
72 puts stderr [format "error 5: no match for ${ftp_file}*\n" $current(host) $ftp_dir]
/macosx-10.10/BerkeleyDB-21/db/repmgr/
H A Drepmgr_stub.c53 __repmgr_add_remote_site(dbenv, host, port, eidp, flags)
55 const char *host;
60 COMPQUIET(host, NULL);
102 __repmgr_set_local_site(dbenv, host, port, flags)
104 const char *host;
108 COMPQUIET(host, NULL);
/macosx-10.10/Heimdal-398.1.2/tests/apple/
H A Dcheck-apple-od.in66 # --client-name='smbtest@\targetname' --password='smbtest' service@host || \
75 host=$(hostname)
76 if expr "$host" : '.*\.apple\.com' > /dev/null ; then
80 ${winmount} ${testbase}/apple/coswin7-od.plist ${host} || { cat ${logfile}; exit 1; }
/macosx-10.10/Heimdal-398.1.2/tests/gss/
H A Dcheck-ntlm.in72 GSSAPI_SPNEGO_NAME=host@host.test.h5l.se
89 ${kadmin} add -p p1 --use-defaults host/host.test.h5l.se@${R} || exit 1
90 ${kadmin} ext -k ${keytab} host/host.test.h5l.se@${R} || exit 1
140 host@host.test.h5l.se 2> /dev/null && \
151 host@host
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dsize.exp23 if ![is_remote host] {
37 if [is_remote host] {
38 set testfile [remote_download host tmpdir/bintest.o]
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dkeyscan.sh7 rm -f ${OBJ}/host.dsa
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DProtectionSpaceCFNet.h40 ProtectionSpace(const String& host, int port, ProtectionSpaceServerType serverType, const String& realm, ProtectionSpaceAuthenticationScheme authenticationScheme) argument
41 : ProtectionSpaceBase(host, port, serverType, realm, authenticationScheme)
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCookieStorageTreeElement.js30 WebInspector.StorageTreeElement.call(this, WebInspector.CookieStorageTreeElement.CookieIconStyleClassName, WebInspector.displayNameForHost(representedObject.host), representedObject);
42 return this.representedObject.host;
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebKitSystemBits.m46 mach_port_t host;
49 host = mach_host_self();
51 r = host_info(host, HOST_BASIC_INFO, (host_info_t) &gHostBasicInfo, &count);
52 mach_port_deallocate(mach_task_self(), host);

Completed in 334 milliseconds

1234567891011>>