Searched refs:host (Results 51 - 75 of 1627) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DSecurityOriginData.cpp43 securityOriginData.host = securityOrigin->host();
51 return SecurityOrigin::create(protocol, host, port);
57 encoder << host; local
65 if (!decoder.decode(securityOriginData.host))
78 result.host = host.isolatedCopy();
95 RefPtr<API::Object> origin = WebSecurityOrigin::create(originData.protocol, originData.host, originData.port);
110 && a.host == b.host
[all...]
/macosx-10.10/libiconv-42/libiconv/build-aux/
H A Dreloc-ldflags27 # The first argument passed to this file is the canonical host specification,
39 host="$1"
40 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
41 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
42 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
97 echo "relocation via rpath not supported on this system: $host" 1>&2
/macosx-10.10/ruby-106/ruby/test/uri/
H A Dtest_http.rb27 host = 'aBcD'
28 u1 = URI.parse('http://' + host + '/eFg?HiJ')
29 u2 = URI.parse('http://' + host.downcase + '/eFg?HiJ')
30 assert(u1.normalize.host == 'abcd')
33 assert(!u1.normalize.host.equal?(u1.host))
34 assert( u2.normalize.host.equal?(u2.host))
54 assert_equal(['http', 'a.b.c', 80], URI.parse('http://a.b.c/').select(:scheme, :host, :port))
58 u.select(:scheme, :host,
[all...]
/macosx-10.10/postfix-255/postfix/src/global/
H A Ddict_mysql.c21 /* on each host is identical (mirrored) and maintains one connection
225 * every so often if a host is down */
367 * This initial expansion is outside the context of any specific host
412 /* dict_mysql_check_stat - check the status of a host */
414 static int dict_mysql_check_stat(HOST *host, unsigned stat, unsigned type, argument
417 if ((host->stat & stat) && (!type || host->type & type)) {
419 if (host->stat == STATFAIL && host->ts > 0 && host
460 HOST *host; local
498 HOST *host = (HOST *) context; local
515 HOST *host; local
557 plmysql_connect_single(DICT_MYSQL *dict_mysql, HOST *host) argument
598 plmysql_close_host(HOST *host) argument
609 plmysql_down_host(HOST *host) argument
760 HOST *host = (HOST *) mymalloc(sizeof(HOST)); local
[all...]
H A Ddict_pgsql.c308 msg_warn("dict pgsql: (host %s) cannot escape input string: %s",
374 * This initial expansion is outside the context of any specific host
419 /* dict_pgsql_check_stat - check the status of a host */
421 static int dict_pgsql_check_stat(HOST *host, unsigned stat, unsigned type, argument
424 if ((host->stat & stat) && (!type || host->type & type)) {
426 if (host->stat == STATFAIL && host->ts > 0 && host->ts >= t)
433 /* dict_pgsql_find_host - find a host wit
467 HOST *host; local
505 HOST *host = (HOST *) context; local
526 HOST *host; local
625 plpgsql_connect_single(HOST *host, char *dbname, char *username, char *password) argument
656 plpgsql_close_host(HOST *host) argument
668 plpgsql_down_host(HOST *host) argument
808 HOST *host = (HOST *) mymalloc(sizeof(HOST)); local
[all...]
/macosx-10.10/Heimdal-398.1.2/tests/gss/
H A Dcheck-basic.in94 ${kadmin} add -p p1 --use-defaults host/host.test.h5l.se@${R} || exit 1
95 ${kadmin} ext -k ${keytab} host/host.test.h5l.se@${R} || exit 1
97 ${kadmin} add -p p1 --use-defaults host/host-r2.test.h5l.se@${R2} || exit 1
98 ${kadmin} ext -k ${keytab} host/host-r2.test.h5l.se@${R2} || exit 1
124 --acquire-name=host@host
[all...]
H A Dcheck-context.in85 ${kadmin} add -p p1 --use-defaults host/lucid.test.h5l.se@${R} || exit 1
86 ${kadmin} ext -k ${keytab} host/lucid.test.h5l.se@${R} || exit 1
89 ${kadmin} add -p p1 --use-defaults host/lucid@${R} || exit 1
90 ${kadmin} ext -k ${keytab} host/lucid@${R} || exit 1
92 ${kadmin} add -p p1 --use-defaults host/ok-delegate.test.h5l.se@${R} || exit 1
93 ${kadmin} mod --attributes=+ok-as-delegate host/ok-delegate.test.h5l.se@${R} || exit 1
94 ${kadmin} ext -k ${keytab} host/ok-delegate.test.h5l.se@${R} || exit 1
97 ${kadmin} add -p p1 --use-defaults host/short@${R} || exit 1
98 ${kadmin} mod --alias=host/long.test.h5l.se@${R} host/shor
[all...]
/macosx-10.10/Heimdal-398.1.2/kuser/
H A Dkdc.c57 char host[MAXHOSTNAMELEN]; local
100 while(krb5_krbhst_next_as_string(kcc_context, handle, host, sizeof(host)) == 0) {
101 printf("%s\n\t\t\"%s\"", first ? "" : ",", host);
110 while(krb5_krbhst_next_as_string(kcc_context, handle, host, sizeof(host)) == 0)
111 printf("\t\tkdc = %s\n", host);
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dgetnameinfo_link.c38 hexname(const uint8_t *cp, size_t len, char *host, size_t hostlen) argument
41 char *outp = host;
49 *host = '\0';
66 getnameinfo_link(const struct sockaddr *sa, socklen_t salen, char *host, size_t hostlen, char *serv, size_t servlen, int flags) argument
75 n = snprintf(host, hostlen, "link#%d", sdl->sdl_index);
78 *host = '\0';
111 return hexname((uint8_t *)LLADDR(sdl), (size_t)sdl->sdl_alen, host, hostlen);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dgetnameinfo.c43 char *host, size_t hostlen,
47 if (host != NULL) {
49 if (inet_ntop (af, addr, host, hostlen) == NULL)
56 strlcpy (host, hostent_find_fqdn(he), hostlen);
58 char *dot = strchr (host, '.');
64 } else if (inet_ntop (af, addr, host, hostlen) == NULL)
96 char *host, size_t hostlen,
107 host, hostlen,
117 host, hostlen,
39 doit(int af, const void *addr, size_t addrlen, int port, char *host, size_t hostlen, char *serv, size_t servlen, int flags) argument
95 getnameinfo(const struct sockaddr *sa, socklen_t salen, char *host, size_t hostlen, char *serv, size_t servlen, int flags) argument
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dgetrpcport.c71 getrpcport(host, prognum, versnum, proto)
72 char *host;
80 if ((hp = gethostbyname(host)) == NULL)
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-news.el41 (defun url-news-open-host (host port user pass)
44 (nntp-open-server host (list port))
49 (if (not (nntp-server-opened host))
51 host user))))))
53 (defun url-news-fetch-message-id (host message-id)
58 (if (cdr-safe (nntp-request-article message-id nil host buf))
88 (defun url-news-fetch-newsgroup (newsgroup host)
104 (list 'nntp host
113 (let* ((host (o
[all...]
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dgemcutter_utilities.rb23 elsif Gem.configuration.api_keys.key?(host)
24 Gem.configuration.api_keys[host]
31 sign_in_host ||= self.host
59 attr_writer :host
60 def host method
61 configured_host = Gem.host unless
64 @host ||=
74 def rubygems_api_request(method, path, host = nil, &block)
77 self.host = host i
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dspam-report.el64 The function must accept the arguments `host' and `report'."
105 field host report url)
115 (setq host (progn
122 (when (string-equal "permalink.gmane.org" host)
123 (setq host "spam.gmane.org")
126 (setq url (format "http://%s%s" host report))
127 (if (not (and host report url))
132 (spam-report-url-ping host report))))))))
134 (defun spam-report-url-ping (host report)
135 "Ping a host throug
[all...]
/macosx-10.10/Heimdal-398.1.2/
H A Dkrb5.conf6 host = {
7 rcmd = host
/macosx-10.10/OpenSSH-189/openssh/
H A Dsurvey.sh.in17 host="@host@"
36 echo "host: $host"
/macosx-10.10/WebCore-7600.1.25/page/
H A DOriginAccessEntry.h47 // If host is empty string and SubdomainSetting is AllowSubdomains, the entry will match all domains in the specified protocol.
48 OriginAccessEntry(const String& protocol, const String& host, SubdomainSetting);
52 const String& host() const { return m_host; } function in class:WebCore::OriginAccessEntry
64 return equalIgnoringCase(a.protocol(), b.protocol()) && equalIgnoringCase(a.host(), b.host()) && a.subdomainSettings() == b.subdomainSettings();
/macosx-10.10/WebCore-7600.1.25/workers/
H A DWorkerLocation.cpp45 String WorkerLocation::host() const function in class:WebCore::WorkerLocation
47 return m_url.port() ? m_url.host() + ":" + String::number(m_url.port()) : m_url.host();
52 return m_url.host();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A D_WKSecurityOrigin.mm52 - (NSString *)host
54 return _origin->host();
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/m68k/
H A Dobjdump.exp37 if [is_remote host] {
38 set objfile [remote_download host tmpdir/movem.o]
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dthrottle.h38 struct sockaddr_storage host; member in struct:throttle_entry
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dsysloglib.h47 char host[64]; /* openlog host name */ member in struct:__anon9317
/macosx-10.10/ntp-92/scripts/
H A Dntptrace21 $host = shift;
22 $host ||= "127.0.0.1";
29 $cmd = "$ntpq -n -c rv $host";
44 $dhost = $host;
47 if ($dodns && $host =~ /^(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})$/) {
48 $iaddr = inet_aton($host);
60 $cmd = "$ntpq -n -c \"pstat $peer\" $host";
69 $host = $thost;
H A Dntptrace.in21 $host = shift;
22 $host ||= "127.0.0.1";
29 $cmd = "$ntpq -n -c rv $host";
44 $dhost = $host;
47 if ($dodns && $host =~ /^(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})$/) {
48 $iaddr = inet_aton($host);
60 $cmd = "$ntpq -n -c \"pstat $peer\" $host";
69 $host = $thost;
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dgetnameinfo.c70 char *host, size_t hostlen, char *serv, size_t servlen, int flags)
83 if (host) {
88 strcpy(host, inet_ntoa(sin->sin_addr));
98 strcpy(host, hp->h_name);
69 getnameinfo(const struct sockaddr *sa, socklen_t salen __attribute__((unused)), char *host, size_t hostlen, char *serv, size_t servlen, int flags) argument

Completed in 437 milliseconds

1234567891011>>