Home
last modified time | relevance | path

Searched refs:http2 (Results 1 – 25 of 27) sorted by relevance

12

/external/libcups/cups/
Dppd-util.c137 http_t *http2; /* Alternate HTTP connection */ in cupsGetPPD3() local
356 http2 = http; in cupsGetPPD3()
357 else if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC, in cupsGetPPD3()
382 if (http2 != http) in cupsGetPPD3()
383 httpClose(http2); in cupsGetPPD3()
395 httpSetField(http2, HTTP_FIELD_IF_MODIFIED_SINCE, in cupsGetPPD3()
398 status = cupsGetFd(http2, resource, fd); in cupsGetPPD3()
408 *modtime = httpGetDateTime(httpGetField(http2, HTTP_FIELD_DATE)); in cupsGetPPD3()
425 if (http2 != http) in cupsGetPPD3()
426 httpClose(http2); in cupsGetPPD3()
Ddest-localization.c323 http_t *http2; /* Connection for strings file */ in cups_create_localizations() local
384 http2 = http; in cups_create_localizations()
397 if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1, in cups_create_localizations()
414 if (http2 != http) in cups_create_localizations()
415 httpClose(http2); in cups_create_localizations()
419 status = cupsGetFd(http2, resource, cupsFileNumber(temp)); in cups_create_localizations()
471 if (http2 != http) in cups_create_localizations()
472 httpClose(http2); in cups_create_localizations()
/external/curl/docs/examples/
D.gitignore76 http2-download
77 http2-serverpush
78 http2-upload
DMakefile.inc34 imap-tls imap-multi url2file sftpget ftpsget postinmemory http2-download \
35 http2-upload http2-serverpush getredirect
/external/curl/docs/cmdline-opts/
Dhttp2.d1 Long: http2
5 Mutexed: http1.1 http1.0 http2-prior-knowledge
Dhttp2-prior-knowledge.d1 Long: http2-prior-knowledge
5 Mutexed: http1.1 http1.0 http2
Dhttp1.1.d5 Mutexed: http1.0 http2
Dhttp1.0.d6 Mutexed: http1.1 http2
Dipv4.d8 See-also: http1.1 http2
Dipv6.d8 See-also: http1.1 http2
Dsslv3.d8 See-also: http1.1 http2
Dsslv2.d8 See-also: http1.1 http2
Dno-alpn.d5 See-also: no-npn http2
Dno-npn.d6 See-also: no-alpn http2
Dtlsv1.d8 See-also: http1.1 http2
/external/curl/docs/
DHTTP2.md5 [http2 explained](https://daniel.haxx.se/http2/)
97 curl offers the `--http2` command line option to enable use of HTTP/2.
99 curl offers the `--http2-prior-knowledge` command line option to enable use of
/external/curl/
DRELEASE-NOTES28 o http2: Don't send header fields prohibited by HTTP/2 spec [7]
44 o http2: Fix address sanitizer memcpy warning
45 o http2: Use huge HTTP/2 windows [18]
DAndroid.bp142 "lib/http2.c",
/external/curl/tests/data/
Dtest180036 http://%HOSTIP:%HTTPPORT/1800 --http2
Dtest180146 http://%HOSTIP:%HTTPPORT/1801 --http2
Dtest170239 http://%HOSTIP:%HTTP2PORT/1702 --http2 --head
Dtest170140 http://%HOSTIP:%HTTP2PORT/1701 --http2 -d "datatosend"
Dtest170049 http://%HOSTIP:%HTTP2PORT/1700 --http2 http://%HOSTIP:%HTTP2PORT/17000001
/external/curl/lib/
DMakefile.inc56 x509asn1.c http2.c smb.c curl_endian.c curl_des.c system_win32.c
74 x509asn1.h http2.h sigpipe.h smb.h curl_endian.h curl_des.h \
/external/curl/tests/
DMakefile.am32 manpage-scan.pl nroff-scan.pl http2-server.pl

12