Searched defs:host (Results 126 - 150 of 495) sorted by relevance

1234567891011>>

/external/openssh/
H A Daudit.c125 audit_connection_from(const char *host, int port) argument
127 debug("audit connection from %s port %d euid %d", host, port,
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...]
H A Dhostfile.h26 char *host; member in struct:hostkey_entry
/external/qemu/block/
H A Dnbd.c45 const char *host; local
52 if (!strstart(filename, "nbd:", &host))
55 if (strstart(host, "unix:", &unixpath)) {
67 pstrcpy(hostname, 128, host);
/external/quake/quake/src/WinQuake/
H A Dnet_loop.cpp65 qsocket_t *Loop_Connect (const char *host) argument
67 if (Q_strcmp(host,"local") != 0)
H A Dnet_vcr.cpp28 // by the recorder and plays it back to the host. The recording contains
146 qsocket_t *VCR_Connect (const char *host) argument
/external/v8/src/
H A Dincremental-marking-inl.h64 void IncrementalMarking::RecordWriteOfCodeEntry(JSFunction* host, argument
67 if (IsMarking()) RecordWriteOfCodeEntrySlow(host, slot, value);
/external/webkit/Source/WebCore/html/
H A DValidationMessage.cpp126 HTMLElement* host = toHTMLElement(m_element); local
127 Document* doc = host->document();
133 host->ensureShadowRoot()->appendChild(m_bubble.get(), ec);
159 HTMLElement* host = toHTMLElement(m_element); local
161 host->shadowRoot()->removeChild(m_bubble.get(), ec);
/external/webkit/Source/WebCore/page/
H A DUserContentURLPattern.cpp98 // No other '*' can occur in the host.
126 const String& host = test.host(); local
127 if (equalIgnoringCase(host, m_host))
133 // If we're matching subdomains, and we have no host, that means the pattern
138 // Check if the domain is a subdomain of our host.
139 if (!host.endsWith(m_host, false))
142 ASSERT(host.length() > m_host.length());
145 return host[host
[all...]
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DWKCACFViewLayerTreeHost.cpp101 WKCACFViewLayerTreeHost* host = static_cast<WKCACFViewLayerTreeHost*>(info); local
102 ASSERT_ARG(view, view == host->m_view);
103 host->contextDidChange();
/external/webkit/Source/WebCore/platform/network/cf/
H A DAuthenticationCF.cpp177 CFStringRef host = coreSpace.host().createCFString(); local
179 CFURLProtectionSpaceRef result = CFURLProtectionSpaceCreate(0, host, coreSpace.port(), serverType, realm, scheme);
180 CFRelease(host);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsecurityorigin.cpp43 An origin consists of a host name, a scheme, and a port number. Web sites
64 web page, and use host(), scheme() and port() to identify the security origin.
102 Returns the host name defining the security origin.
104 QString QWebSecurityOrigin::host() const function in class:QWebSecurityOrigin
106 return d->origin->host();
/external/webkit/Source/WebKit2/WebProcess/ResourceCache/
H A DWebResourceCacheManager.cpp77 CFStringRef host = static_cast<CFStringRef>(CFArrayGetValueAtIndex(cfURLHosts.get(), i)); local
78 origins.add(SecurityOrigin::create(httpString, host, 0));
92 originData.host = origin->host();
111 RefPtr<SecurityOrigin> origin = SecurityOrigin::create(originData.protocol, originData.host, originData.port);
120 RetainPtr<CFStringRef> host(AdoptCF, origin->host().createCFString());
121 CFArrayAppendValue(hostArray.get(), host.get());
/external/apache-http/src/org/apache/http/conn/ssl/
H A DSSLSocketFactory.java279 final String host,
286 if (host == null) {
287 throw new IllegalArgumentException("Target host may not be null.");
312 remoteAddress = new InetSocketAddress(this.nameResolver.resolve(host), port);
314 remoteAddress = new InetSocketAddress(host, port);
321 hostnameVerifier.verify(host, sslsock);
371 final String host,
377 host,
381 hostnameVerifier.verify(host, sslSocket);
277 connectSocket( final Socket sock, final String host, final int port, final InetAddress localAddress, int localPort, final HttpParams params ) argument
369 createSocket( final Socket socket, final String host, final int port, final boolean autoClose ) argument
/external/chromium/chrome/browser/accessibility/
H A Drenderer_accessibility_browsertest.cc38 RenderWidgetHost* host = host_view->GetRenderWidgetHost(); local
39 RenderViewHost* view_host = static_cast<RenderViewHost*>(host);
/external/chromium/chrome/browser/
H A Dbrowsing_data_local_storage_helper.cc28 const std::string& host,
36 host(host),
112 web_security_origin.host().utf8(),
223 web_security_origin.host().utf8(),
26 LocalStorageInfo( const std::string& protocol, const std::string& host, unsigned short port, const std::string& database_identifier, const std::string& origin, const FilePath& file_path, int64 size, base::Time last_modified) argument
H A Dintranet_redirect_detector.cc106 // If any two fetches result in the same domain/host, we set the redirect
168 const std::string& host,
177 return ((host.length() == IntranetRedirectDetector::kNumCharsInHostnames) &&
178 (host.find_first_not_of("abcdefghijklmnopqrstuvwxyz") ==
181 ResolveUsingPrevious(host, address_family, host_resolver_flags, addrlist,
167 Resolve( const std::string& host, net::AddressFamily address_family, net::HostResolverFlags host_resolver_flags, net::AddressList* addrlist, int* os_error) argument
/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_collection_impl.cc61 BalloonViewHost* host = local
63 return host->AddWebUIMessageCallback(message, callback);
/external/chromium/chrome/browser/chromeos/status/
H A Dclock_menu_button.cc30 ClockMenuButton::ClockMenuButton(StatusAreaHost* host) argument
31 : StatusAreaButton(host, this) {
36 if (host->GetProfile()) { // This can be NULL in the login screen.
37 registrar_.Init(host->GetProfile()->GetPrefs());
/external/chromium/chrome/browser/importer/
H A Din_process_importer_bridge.cc18 ImporterHost* host)
20 host_(host) {
17 InProcessImporterBridge(ProfileWriter* writer, ImporterHost* host) argument
/external/chromium/chrome/browser/net/
H A Durl_fixer_upper_unittest.cc38 const url_parse::Component host; member in struct:segment_case
50 url_parse::Component(7, 14), // host
60 url_parse::Component(), // host
70 url_parse::Component(4, 14), // host
80 url_parse::Component(5, 14), // host
90 url_parse::Component(18, 20), // host
100 url_parse::Component(0, 13), // host
110 url_parse::Component(0, 5), // host
121 url_parse::Component(0, 11), // host
131 url_parse::Component(0, 11), // host
[all...]
/external/chromium/chrome/browser/renderer_host/
H A Ddownload_throttling_resource_handler.cc16 ResourceDispatcherHost* host,
23 : host_(host),
15 DownloadThrottlingResourceHandler( ResourceDispatcherHost* host, net::URLRequest* request, const GURL& url, int render_process_host_id, int render_view_id, int request_id, bool in_complete) argument
/external/chromium/chrome/browser/search_engines/
H A Dsearch_provider_install_data_unittest.cc76 // A host which should be a search provider but not the default.
79 // A host which should be a search provider but not the default.
227 std::string host = "www.unittest.com"; local
228 TemplateURL* t_url = CreateTemplateURL("http://" + host + "/path",
238 test_get_install_state->set_search_provider_host(host);
255 std::string host = "www.unittest.com"; local
256 TemplateURL* t_url = CreateTemplateURL("http://" + host + "/path",
273 test_get_install_state->set_search_provider_host(host);
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_popup_gtk.cc37 ExtensionHost* host,
42 host_(host),
48 // If the host had somehow finished loading, then we'd miss the notification
50 if (host->did_stop_loading()) {
54 Source<Profile>(host->profile()));
58 Source<Profile>(host->profile()));
109 // popup's extension host is still loading.
166 ExtensionHost* host = manager->CreatePopup(url, browser);
168 new ExtensionPopupGtk(browser, host, anchor, inspect);
36 ExtensionPopupGtk(Browser* browser, ExtensionHost* host, GtkWidget* anchor, bool inspect) argument
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_popup.cc46 ExtensionPopup::ExtensionPopup(ExtensionHost* host, argument
52 : BrowserBubble(host->view(),
57 extension_host_(host),
64 host->view()->SetContainer(this);
66 // We wait to show the popup until the contained host finishes loading.
69 Source<Profile>(host->profile()));
73 Source<Profile>(host->profile()));
102 host()->render_view_host()->view()->Focus();
145 // If we aren't the host of the popup, then disregard the notification.
146 if (Details<ExtensionHost>(host()) !
[all...]

Completed in 4919 milliseconds

1234567891011>>