HomeSort by relevance Sort by last modified time
    Searched refs:http (Results 1 - 25 of 7975) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcups/cups/
http.c 2 * HTTP routines for CUPS.
14 * missing or damaged, see the license at "http://www.cups.org/".
43 static void http_content_coding_finish(http_t *http);
44 static void http_content_coding_start(http_t *http,
55 static ssize_t http_read(http_t *http, char *buffer, size_t length);
56 static ssize_t http_read_buffered(http_t *http, char *buffer, size_t length);
57 static ssize_t http_read_chunk(http_t *http, char *buffer, size_t length);
58 static int http_send(http_t *http, http_state_t request,
60 static ssize_t http_write(http_t *http, const char *buffer,
62 static ssize_t http_write_chunk(http_t *http, const char *buffer
124 http_t *http; \/* HTTP connection *\/ local
449 http_t *http; \/* New HTTP connection *\/ local
3910 http_t *http; \/* New HTTP connection *\/ local
    [all...]
getputfile.c 11 * missing or damaged, see the license at "http://www.cups.org/".
38 http_status_t /* O - HTTP status */
39 cupsGetFd(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */
45 http_status_t status; /* HTTP status from server */
54 DEBUG_printf(("cupsGetFd(http=%p, resource=\"%s\", fd=%d)", (void *)http, resource, fd));
58 if (http)
59 http->error = EINVAL;
64 if (!http)
65 if ((http = _cupsConnect()) == NULL
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/testinternal/
p.go 3 import _ "net/http/internal"
  /prebuilts/go/linux-x86/src/cmd/go/testdata/testinternal/
p.go 3 import _ "net/http/internal"
  /external/apache-http/src/org/apache/http/entity/
ContentLengthStrategy.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/ContentLengthStrategy.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.entity;
34 import org.apache.http.HttpException;
35 import org.apache.http.HttpMessage;
39 * of an HTTP message.
48 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
HttpProcessor.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpProcessor.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.protocol;
34 import org.apache.http.HttpRequestInterceptor;
35 import org.apache.http.HttpResponseInterceptor;
53 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
HttpExpectationVerifier.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpExpectationVerifier.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.protocol;
34 import org.apache.http.HttpException;
35 import org.apache.http.HttpRequest;
36 import org.apache.http.HttpResponse;
39 * Defines an interface to verify whether an incoming HTTP request meets
69 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a
    [all...]
HttpRequestHandler.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestHandler.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.protocol;
36 import org.apache.http.HttpException;
37 import org.apache.http.HttpRequest;
38 import org.apache.http.HttpResponse;
49 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/http/
DefaultHttpClientProxyTest.java 8 * http://www.apache.org/licenses/LICENSE-2.0
17 package android.net.http;
19 import org.apache.http.client.HttpClient;
20 import org.apache.http.impl.client.DefaultHttpClient;
  /external/apache-http/src/org/apache/http/client/
RequestDirector.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/RequestDirector.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.client;
36 import org.apache.http.HttpHost;
37 import org.apache.http.HttpRequest;
38 import org.apache.http.HttpResponse;
39 import org.apache.http.HttpException;
40 import org.apache.http.protocol.HttpContext
    [all...]
  /external/apache-http/src/org/apache/http/
FormattedHeader.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/FormattedHeader.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http;
34 import org.apache.http.util.CharArrayBuffer;
37 * An HTTP header which is already formatted.
46 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
HttpRequest.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpRequest.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http;
35 * An HTTP request.
44 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
  /external/apache-http/src/org/apache/http/client/params/
AllClientPNames.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/params/AllClientPNames.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
27 * <http://www.apache.org/>.
31 package org.apache.http.client.params;
34 import org.apache.http.params.CoreConnectionPNames;
35 import org.apache.http.params.CoreProtocolPNames;
36 import org.apache.http.auth.params.AuthPNames;
37 import org.apache.http.cookie.params.CookieSpecPNames;
38 import org.apache.http.conn.params.ConnManagerPNames
    [all...]
  /external/apache-http/src/org/apache/http/conn/
ConnectionKeepAliveStrategy.java 15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
31 package org.apache.http.conn;
33 import org.apache.http.ConnectionReuseStrategy;
34 import org.apache.http.HttpResponse;
35 import org.apache.http.protocol.HttpContext;
49 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
  /external/apache-http/src/org/apache/http/impl/
NoConnectionReuseStrategy.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/NoConnectionReuseStrategy.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.impl;
34 import org.apache.http.ConnectionReuseStrategy;
35 import org.apache.http.HttpResponse;
36 import org.apache.http.protocol.HttpContext;
49 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a
    [all...]
  /external/apache-http/src/org/apache/http/impl/auth/
BasicSchemeFactory.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/BasicSchemeFactory.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.impl.auth;
34 import org.apache.http.auth.AuthScheme;
35 import org.apache.http.auth.AuthSchemeFactory;
36 import org.apache.http.params.HttpParams;
45 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a
    [all...]
DigestSchemeFactory.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/DigestSchemeFactory.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.impl.auth;
34 import org.apache.http.auth.AuthScheme;
35 import org.apache.http.auth.AuthSchemeFactory;
36 import org.apache.http.params.HttpParams;
45 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a
    [all...]
  /external/apache-http/src/org/apache/http/io/
HttpTransportMetrics.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/io/HttpTransportMetrics.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.io;
35 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
  /external/libbrillo/brillo/http/
http_transport.cc 5 #include <brillo/http/http_transport.h>
7 #include <brillo/http/http_transport_curl.h>
10 namespace http { namespace in namespace:brillo
15 return std::make_shared<http::curl::Transport>(std::make_shared<CurlApi>());
18 } // namespace http
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
net.properties 15 # (like http.proxyHost) do take precedence over the system settings
27 # HTTP Proxy settings. proxyHost is the name of the proxy server
33 # http.proxyHost=
34 # http.proxyPort=80
35 http.nonProxyHosts=localhost|127.*|[::1]
39 # value is 443). The HTTPS protocol handlers uses the http nonProxyHosts list.
68 # HTTP Keep Alive settings. remainingData is the maximum amount of data
73 # http.KeepAlive.remainingData=512
74 # http.KeepAlive.queuedConnections=10
76 # Authentication Scheme restrictions for HTTP and HTTPS
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
net.properties 15 # (like http.proxyHost) do take precedence over the system settings
27 # HTTP Proxy settings. proxyHost is the name of the proxy server
33 # http.proxyHost=
34 # http.proxyPort=80
35 http.nonProxyHosts=localhost|127.*|[::1]
39 # value is 443). The HTTPS protocol handlers uses the http nonProxyHosts list.
68 # HTTP Keep Alive settings. remainingData is the maximum amount of data
73 # http.KeepAlive.remainingData=512
74 # http.KeepAlive.queuedConnections=10
76 # Authentication Scheme restrictions for HTTP and HTTPS
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/conf/
net.properties 15 # (like http.proxyHost) do take precedence over the system settings
27 # HTTP Proxy settings. proxyHost is the name of the proxy server
33 # http.proxyHost=
34 # http.proxyPort=80
35 http.nonProxyHosts=localhost|127.*|[::1]
39 # value is 443). The HTTPS protocol handlers uses the http nonProxyHosts list.
68 # HTTP Keep Alive settings. remainingData is the maximum amount of data
73 # http.KeepAlive.remainingData=512
74 # http.KeepAlive.queuedConnections=10
76 # Authentication Scheme restrictions for HTTP and HTTPS
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/conf/
net.properties 15 # (like http.proxyHost) do take precedence over the system settings
27 # HTTP Proxy settings. proxyHost is the name of the proxy server
33 # http.proxyHost=
34 # http.proxyPort=80
35 http.nonProxyHosts=localhost|127.*|[::1]
39 # value is 443). The HTTPS protocol handlers uses the http nonProxyHosts list.
68 # HTTP Keep Alive settings. remainingData is the maximum amount of data
73 # http.KeepAlive.remainingData=512
74 # http.KeepAlive.queuedConnections=10
76 # Authentication Scheme restrictions for HTTP and HTTPS
    [all...]
  /external/apache-http/src/org/apache/http/client/methods/
AbortableHttpRequest.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/AbortableHttpRequest.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.client.methods;
36 import org.apache.http.client.HttpClient;
37 import org.apache.http.conn.ClientConnectionManager;
38 import org.apache.http.conn.ClientConnectionRequest;
39 import org.apache.http.conn.ConnectionReleaseTrigger;
40 import org.apache.http.conn.ManagedClientConnection
    [all...]
  /prebuilts/go/darwin-x86/doc/articles/wiki/
http-sample.go 6 "net/http"
9 func handler(w http.ResponseWriter, r *http.Request) {
14 http.HandleFunc("/", handler)
15 log.Fatal(http.ListenAndServe(":8080", nil))

Completed in 356 milliseconds

1 2 3 4 5 6 7 8 91011>>