HomeSort by relevance Sort by last modified time
    Searched defs:host (Results 276 - 300 of 1129) sorted by null

<<11121314151617181920>>

  /external/apache-http/android/src/android/net/http/
RequestQueue.java 47 * Requests, indexed by HttpHost (scheme, host, port)
153 ConnectionThread getThread(HttpHost host) {
158 if (connection != null && connection.mHost.equals(host)) {
166 public Connection getConnection(Context context, HttpHost host) {
167 host = RequestQueue.this.determineHost(host);
168 Connection con = mIdleCache.getConnection(host);
171 con = Connection.getConnection(mContext, host, mProxyHost,
260 String host = Proxy.getHost(mContext); local
261 if (HttpLog.LOGV) HttpLog.v("RequestQueue.setProxyConfig " + host);
371 HttpHost host = new HttpHost(uri.getHost(), uri.getPort(), uri.getScheme()); local
492 HttpHost host = request.mProxyHost == null ? request.mHost : request.mProxyHost; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 1001 String host = url.getHost(); local
1275 String host = url.getHost(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 30 * the various components (scheme, host, port, userinfo, path, query
39 * by an authority segment (comprised of user information, host, and
123 /** If specified, stores the host for this URI; otherwise null.
169 * accordingly - setting the scheme, userinfo, host,port, path, query
269 * @param p_userinfo the URI userinfo (cannot be specified if host
273 * be specified if host is null)
301 Utils.messages.createMessage(MsgKey.ER_NO_USERINFO_IF_NO_HOST, null)); //"Userinfo may not be specified if host is not specified!");
307 Utils.messages.createMessage(MsgKey.ER_NO_PORT_IF_NO_HOST, null)); //"Port may not be specified if host is not specified!");
430 // host to empty string
482 // if we found a host, then we've got a network path, so we're don
652 String host = null; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 32 * the various components (scheme, host, port, userinfo, path, query
41 * by an authority segment (comprised of user information, host, and
120 /** If specified, stores the host for this URI; otherwise null.
166 * accordingly - setting the scheme, userinfo, host,port, path, query
266 * @param p_userinfo the URI userinfo (cannot be specified if host
270 * be specified if host is null)
298 XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_USERINFO_IF_NO_HOST, null)); //"Userinfo may not be specified if host is not specified!");
304 XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_PORT_IF_NO_HOST, null)); //"Port may not be specified if host is not specified!");
450 // host to empty string
502 // if we found a host, then we've got a network path, so we're don
672 String host = null; local
    [all...]
  /external/autotest/site_utils/
lab_inventory_unittest.py 18 """Class to mock `Host` in _FakeHostHistory for testing."""
32 self.host = _FakeHost(hostname)
43 _HOSTNAME_FORMAT = 'chromeos%d-row%d-rack%d-host%d'
51 def host(self): member in class:_FakeHostLocation
52 """Return a fake host object with a hostname."""
276 row, rack, and host numbers. The test converts the tuples
294 # Instead, we create a dictionary keyed on the first host in
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
PKIXNameConstraintValidator.java 913 // on particular host
1053 // email2 specifies a particular host
1673 String host = extractHostFromURL(uri); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 650 // on particular host
790 // email2 specifies a particular host
851 // email specifies a host
880 // email2 specifies a particular host
928 // email2 specifies a particular host
989 // email specifies a host
1018 // email2 specifies a particular host
1140 // email2 specifies a particular host
1410 String host = extractHostFromURL(uri); local
    [all...]
  /external/curl/lib/
ssh.c 452 /* we're asked to verify the host against a file */
464 * A subject to figure out is what host name we need to pass in here.
465 * What host name does OpenSSH store in its file if an IDN name is
468 struct libssh2_knownhost *host; local
481 conn->host.name,
488 &host);
491 conn->host.name,
496 &host);
499 infof(data, "SSH host check: %d, key: %s\n", keycheck,
501 host->key:"<none>")
    [all...]
  /external/fio/engines/
rdma.c 155 char host[64]; member in struct:rdmaio_data
1008 static int fio_rdmaio_setup_connect(struct thread_data *td, const char *host,
1018 if (inet_aton(host, &rd->addr.sin_addr) != 1) {
1021 hent = gethostbyname(host);
1204 log_err("fio: bad rdma host/port/protocol: %s\n", td->o.filename);
  /external/fio/
gfio.h 133 char *host; member in struct:gui_entry
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 1591 static struct hostent *host = NULL; local
    [all...]
  /external/libcups/cups/
adminutil.c 899 _("Unable to connect to host."), 1);
2179 char host[HTTP_MAX_HOST]; \/* Hostname for connection *\/ local
    [all...]
  /external/libmicrohttpd/src/examples/
mhd2spdy_structures.h 77 char *host; member in struct:SPDY_Connection
91 char * host; member in struct:URI
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 120 char *host; member in struct:Request
124 /* This is the concatenation of host and port with ":" in
134 const char *host; member in struct:URI
512 * Connects to the host |host| and port |port|. This function returns
515 static int connect_to(const char *host, uint16_t port)
526 rv = getaddrinfo(host, service, &hints, &res);
606 nv[8] = ":host"; nv[9] = req->hostport;
634 req->host = strcopy(uri->host, uri->hostlen)
    [all...]
test_notls.c 99 char *host; member in struct:Request
103 /* This is the concatenation of host and port with ":" in
113 const char *host; member in struct:URI
463 * Connects to the host |host| and port |port|. This function returns
466 static int connect_to(const char *host, uint16_t port)
477 rv = getaddrinfo(host, service, &hints, &res);
558 nv[8] = ":host"; nv[9] = req->hostport;
586 req->host = strcopy(uri->host, uri->hostlen)
    [all...]
test_request_response.c 102 char *host; member in struct:Request
106 /* This is the concatenation of host and port with ":" in
116 const char *host; member in struct:URI
500 * Connects to the host |host| and port |port|. This function returns
503 static int connect_to(const char *host, uint16_t port)
514 rv = getaddrinfo(host, service, &hints, &res);
594 nv[8] = ":host"; nv[9] = req->hostport;
622 req->host = strcopy(uri->host, uri->hostlen)
    [all...]
  /external/libpcap/
pcap-rpcap.c 108 * the network byte order to the host byte order.
111 * converts it into the host byte order (by means of a set of ntoh() ).
115 * This usually happens because that address does not exist on the other host, so the
422 struct activehosts *temp; /* temp var needed to scan the host list chain, to detect if we're in active mode */
696 * will be saved into the pcap_t structure, and it will be sent to the other host later
701 char host[PCAP_BUF_SIZE], ctrlport[PCAP_BUF_SIZE], iface[PCAP_BUF_SIZE]; local
729 if (pcap_parsesrcstr(fp->opt.device, &retval, host, ctrlport, iface, fp->errbuf) == -1)
747 sockctrl = rpcap_remoteact_getsock(host, &active, fp->errbuf);
764 if (sock_initaddress(host, RPCAP_DEFAULT_NETPORT, &hints, &addrinfo, fp->errbuf, PCAP_ERRBUF_SIZE) == -1)
770 if (sock_initaddress(host, ctrlport, &hints, &addrinfo, fp->errbuf, PCAP_ERRBUF_SIZE) == -1
915 char host[INET6_ADDRSTRLEN + 1]; \/* numeric name of the other host *\/ local
    [all...]
pcap-win32.c 833 char host[PCAP_BUF_SIZE + 1]; local
848 if (pcap_parsesrcstr(p->opt.device, &srctype, host, port, name, p->errbuf))
    [all...]
  /external/libxml2/
uri.c 422 * Parse an host part and fills in the appropriate fields
425 * host = IP-literal / IPv4address / reg-name
436 const char *host; local
438 host = cur;
484 if (cur != host) {
486 uri->server = STRNDUP(host, cur - host);
488 uri->server = xmlURIUnescapeString(host, cur - host, NULL);
504 * authority = [ userinfo "@" ] host [ ":" port
    [all...]
  /external/ltp/testcases/network/nfsv4/locks/
locktests.c 966 char *host; local
968 host = NULL;
996 if (!(host = nextArg(argc, argv, &i)))
1012 configureClient(host);
  /external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
SimpleWebServer.java 102 String host = null; // bind to all interfaces by default local
110 if (args[i].equalsIgnoreCase("-h") || args[i].equalsIgnoreCase("--host")) {
111 host = args[i + 1];
139 options.put("host", host);
171 ServerRunner.executeInstance(new SimpleWebServer(host, port, rootDirs, quiet, cors));
199 public SimpleWebServer(String host, int port, File wwwroot, boolean quiet, String cors) {
200 this(host, port, Collections.singletonList(wwwroot), quiet, cors);
203 public SimpleWebServer(String host, int port, File wwwroot, boolean quiet) {
204 this(host, port, Collections.singletonList(wwwroot), quiet, null)
    [all...]
  /external/netcat/
netcat.c 126 char *host, *uport; local
139 host = NULL;
294 host = argv[0];
300 host = NULL;
302 host = argv[0];
375 s = unix_bind(host);
377 s = unix_listen(host);
383 s = local_listen(host, uport, hints);
429 if ((s = unix_connect(host)) > 0 && !zflag) {
452 s = socks_connect(host, portlist[i], hints
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
DialogFilter.java 381 String host = uri.getHost(); local
382 if ((host.equals(listeningPoint.getIPAddress()) || host
    [all...]
  /external/ppp/pppd/
tty.c 202 "Send and receive over socket, arg is host:port",
869 * host and port.
877 u_int32_t host; local
881 /* parse host:port and resolve host to an IP address */
886 error("Can't parse host:port for socket destination");
890 host = inet_addr(dest);
891 if (host == (u_int32_t) -1) {
894 error("%s: unknown host in socket option", dest);
898 host = *(u_int32_t *)(hent->h_addr_list[0])
    [all...]
  /external/python/cpython2/Lib/
imaplib.py 113 Instantiate with: IMAP4([host[, port]])
115 host - host's name (default: localhost);
161 def __init__(self, host = '', port = IMAP4_PORT):
173 self.open(host, port)
231 def open(self, host = '', port = IMAP4_PORT):
232 """Setup connection to remote server on "host:port"
237 self.host = host
239 self.sock = socket.create_connection((host, port)
1455 host = args[0] variable
    [all...]

Completed in 516 milliseconds

<<11121314151617181920>>