HomeSort by relevance Sort by last modified time
    Searched defs:http2 (Results 1 - 6 of 6) sorted by null

  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
netty-codec-http2-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
netty-codec-http2-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /external/libcups/cups/
dest-localization.c 287 http_t *http2; /* Connection for strings file */ local
348 http2 = http;
361 if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1,
378 if (http2 != http)
379 httpClose(http2);
383 status = cupsGetFd(http2, resource, cupsFileNumber(temp));
435 if (http2 != http)
436 httpClose(http2);
ppd-util.c 137 http_t *http2; /* Alternate HTTP connection */ local
338 http2 = http;
339 else if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC,
364 if (http2 != http)
365 httpClose(http2);
377 httpSetField(http2, HTTP_FIELD_IF_MODIFIED_SINCE,
380 status = cupsGetFd(http2, resource, fd);
390 *modtime = httpGetDateTime(httpGetField(http2, HTTP_FIELD_DATE));
407 if (http2 != http)
408 httpClose(http2);
515 http_t *http2; \/* Alternate HTTP connection *\/ local
    [all...]
  /external/curl/tests/server/
sws.c 122 bool upgrade; /* test case allows upgrade to http2 */
174 /* upgrade to http2 */
405 logmsg("enabled upgrade to http2");
1785 static void http2(struct httprequest *req) function
    [all...]

Completed in 91 milliseconds