Searched refs:http2 (Results 1 – 25 of 27) sorted by relevance
12
/external/libcups/cups/ |
D | ppd-util.c | 137 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()
|
D | dest-localization.c | 323 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 | .gitignore | 76 http2-download 77 http2-serverpush 78 http2-upload
|
D | Makefile.inc | 34 imap-tls imap-multi url2file sftpget ftpsget postinmemory http2-download \ 35 http2-upload http2-serverpush getredirect
|
/external/curl/docs/cmdline-opts/ |
D | http2.d | 1 Long: http2 5 Mutexed: http1.1 http1.0 http2-prior-knowledge
|
D | http2-prior-knowledge.d | 1 Long: http2-prior-knowledge 5 Mutexed: http1.1 http1.0 http2
|
D | http1.1.d | 5 Mutexed: http1.0 http2
|
D | http1.0.d | 6 Mutexed: http1.1 http2
|
D | ipv4.d | 8 See-also: http1.1 http2
|
D | ipv6.d | 8 See-also: http1.1 http2
|
D | sslv3.d | 8 See-also: http1.1 http2
|
D | sslv2.d | 8 See-also: http1.1 http2
|
D | no-alpn.d | 5 See-also: no-npn http2
|
D | no-npn.d | 6 See-also: no-alpn http2
|
D | tlsv1.d | 8 See-also: http1.1 http2
|
/external/curl/docs/ |
D | HTTP2.md | 5 [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/ |
D | RELEASE-NOTES | 28 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]
|
D | Android.bp | 142 "lib/http2.c",
|
/external/curl/tests/data/ |
D | test1800 | 36 http://%HOSTIP:%HTTPPORT/1800 --http2
|
D | test1801 | 46 http://%HOSTIP:%HTTPPORT/1801 --http2
|
D | test1702 | 39 http://%HOSTIP:%HTTP2PORT/1702 --http2 --head
|
D | test1701 | 40 http://%HOSTIP:%HTTP2PORT/1701 --http2 -d "datatosend"
|
D | test1700 | 49 http://%HOSTIP:%HTTP2PORT/1700 --http2 http://%HOSTIP:%HTTP2PORT/17000001
|
/external/curl/lib/ |
D | Makefile.inc | 56 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/ |
D | Makefile.am | 32 manpage-scan.pl nroff-scan.pl http2-server.pl
|
12