Searched refs:host (Results 126 - 150 of 1504) sorted by relevance

1234567891011>>

/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dflv.pl22 my ($host) = $uri->host =~ /([^.]+\.[^.]+)$/;
23 my $file = strftime "flv/%Y-%m-%d/${host}_$id.flv", localtime;
H A Dhttps.pl74 my $host = $uri->host;
75 $host =~ s!^this_is_ssl\.!!;
76 $uri->host($host);
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dflv.pl22 my ($host) = $uri->host =~ /([^.]+\.[^.]+)$/;
23 my $file = strftime "flv/%Y-%m-%d/${host}_$id.flv", localtime;
H A Dhttps.pl74 my $host = $uri->host;
75 $host =~ s!^this_is_ssl\.!!;
76 $uri->host($host);
/macosx-10.10.1/Heimdal-398.1.2/appl/kx/
H A Dtenletxr.in4 usage="Usage: $0 [-l username] [-k] [-v] [-h | --help] [--version] host [port]"
22 host=$1
28 set -- `kx $kx_args $host`
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkrbhst-test.c91 char host[MAXHOSTNAMELEN]; local
98 host, sizeof(host)) == 0)
99 printf("\thost: %s\n", host);
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetaddrinfo_hostspec.c38 /* getaddrinfo via string specifying host and port */
48 char host[MAXHOSTNAMELEN]; local
91 snprintf (host, sizeof(host), "%.*s", hostspec_len, hostspec);
92 return getaddrinfo (host, portstr, &hints, ai);
/macosx-10.10.1/OpenSSL098-52/src/demos/bio/
H A Dsconnect.c4 /* A minimal program to do SSL to a passed host and port.
6 * sconnect host:port - it does a 'GET / HTTP/1.0'
22 char *host; local
31 host="localhost:4433";
33 host=argv[1];
57 BIO_set_conn_hostname(out,host);
/macosx-10.10.1/OpenSSL098-52/src/demos/eay/
H A Dconn.c21 char *host; local
27 host="localhost:4433";
29 host=argv[1];
40 BIO_set_conn_hostname(bio,host);
/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebUserContentURLPattern.h35 - (NSString *)host;
/macosx-10.10.1/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/
H A DUniqueIDBDatabaseIdentifier.cpp63 m_openingOrigin.host.impl() ? m_openingOrigin.host.impl()->hash() : 0,
66 m_mainFrameOrigin.host.impl() ? m_mainFrameOrigin.host.impl()->hash() : 0,
/macosx-10.10.1/WebKit2-7600.1.25/NetworkProcess/
H A DNetworkResourceLoadScheduler.cpp46 HostRecord* host = hostForURL(resourceRequest.url(), CreateIfNotFound); local
47 bool hadRequests = host->hasRequests();
48 host->scheduleResourceLoader(loader);
52 host->servePendingRequests(priority);
66 String hostName = url.host();
67 HostRecord* host = m_hosts.get(hostName); local
68 if (!host && createHostPolicy == CreateIfNotFound) {
70 host = newHost.get();
74 return host;
84 HostRecord* host local
129 HostRecord* host = hostsToServe[i].get(); local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKProcessGroupPrivate.h40 - (void)_setAllowsSpecificHTTPSCertificate:(NSArray *)certificateChain forHost:(NSString *)host;
H A D_WKSecurityOrigin.h36 @property (nonatomic, readonly, copy) NSString *host; variable
/macosx-10.10.1/apache-793/httpd/modules/core/test/conf/
H A Dtest14.conf3 <Macro MyVirtualHost $host $port $dir>
5 <VirtualHost $host:$port>
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/arm/
H A Dobjdump.exp37 if [is_remote host] {
38 set objfile [remote_download host tmpdir/thumb2-cond.o]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/vax/
H A Dobjdump.exp41 if [is_remote host] {
42 set objfile [remote_download host tmpdir/entrymask.o]
/macosx-10.10.1/dtrace-147/DTTk/Apps/
H A Dweblatency.d108 host[pid, self->fd - 1] = self->nam;
132 * Record host details
139 self->host = stringof(host[pid, self->fd - 1]);
143 @Avg[self->host] = avg((timestamp - this->start)/1000000);
144 @Max[self->host] = max((timestamp - this->start)/1000000);
145 @Num[self->host] = count();
149 host[pid, self->fd - 1] = 0;
150 self->host = 0;
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dweblatency.d108 host[pid, self->fd - 1] = self->nam;
132 * Record host details
139 self->host = stringof(host[pid, self->fd - 1]);
143 @Avg[self->host] = avg((timestamp - this->start)/1000000);
144 @Max[self->host] = max((timestamp - this->start)/1000000);
145 @Num[self->host] = count();
149 host[pid, self->fd - 1] = 0;
150 self->host = 0;
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dtramp-smb.el112 "Caches the share names accessible to host related to the current buffer.
187 (tramp-file-name-host v))
239 (tramp-smb-maybe-open-connection user host share)
241 nil tramp-smb-method user host
244 user host (format "put %s \"%s\"" filename file))
246 nil tramp-smb-method user host
259 (tramp-smb-maybe-open-connection user host share)
261 (tramp-smb-send-command user host (format "cd \"%s\"" dir))
262 (tramp-smb-send-command user host (format "rmdir \"%s\"" file)))
264 (tramp-smb-send-command user host (forma
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/url/
H A Durl-proxy.el29 (defun url-default-find-proxy-for-url (urlobj host)
35 host))
48 (defun url-find-proxy-for-url (url host)
49 (let ((proxies (split-string (funcall url-proxy-locator url host) " *; *"))
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dfind_inet.c9 /* unsigned find_inet_addr(host)
10 /* const char *host;
60 /* find_inet_addr - translate numerical or symbolic host name */
62 unsigned find_inet_addr(const char *host) argument
67 addr.s_addr = inet_addr(host);
69 if ((hp = gethostbyname(host)) == 0)
70 msg_fatal("host not found: %s", host);
/macosx-10.10.1/uucp-11/uucp/contrib/
H A Duutraf41 %bytes_in = (); # of bytes received from host
42 %bytes_out = (); # of bytes sent to host
151 foreach $host (@hosts) {
152 &print_line ($host, $bytes_in{$host}, $bytes_out{$host},
153 $secs_in{$host}, $secs_out{$host},
154 $files_in{$host}, $files_out{$host});
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dhost_security.defs63 * Mach host security operations support.
86 host : host_t;
99 host : host_t);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/tsiggss/
H A Dtests.sh16 host="$1"
23 update add $host $cmd
26 echo "I:testing update for $host $type $cmd"
28 echo "I:update failed for $host $type $cmd"
32 out=`$DIG $DIGOPTS -t $type -q $host | egrep "^${host}"`
35 echo "I:dig output incorrect for $host $type $cmd: $out"

Completed in 379 milliseconds

1234567891011>>