Searched refs:h1 (Results 1 – 18 of 18) sorted by relevance
/curl/tests/data/ |
H A D | test1654 | 33 h1 example.com 443 h3 shiny.example.com 8443 "20121231 00:00:01" 0 1 46 h1 example.com 443 h3 shiny.example.com 8443 "20121231 00:00:01" 0 1 48 h1 example.org 8080 h2 example.com 8080 "20190125 22:34:21" 0 0 49 h1 2.example.org 8080 h3 2.example.org 8080 "20190125 22:34:21" 0 0 50 h1 3.example.org 8080 h2 example.com 8080 "20190125 22:34:21" 0 0 51 h1 3.example.org 8080 h3 yesyes.com 8080 "20190125 22:34:21" 0 0
|
H A D | test356 | 19 Alt-Svc: h1="nowhere.foo:-1" 20 Alt-Svc: h1="nowhere.foo:-18446744073709551614" 21 Alt-Svc: h1="nowhere.foo:81", un-kno22!wn=":82" 22 Alt-Svc: h1="nowhere.foo:70000" 68 h1 %HOSTIP %HTTPPORT h1 nowhere.foo 81 TIMESTAMP 0 0
|
H A D | test438 | 21 Alt-Svc: h1="%HOST6IP:%HTTP6PORT", ma=315360000; persist=0 50 h1 %HOSTIP %HTTPPORT h1 %HOST6IP %HTTP6PORT "20290222 22:19:28" 0 0 65 Alt-Svc: h1="%HOST6IP:%HTTP6PORT", ma=315360000; persist=0 74 Alt-Svc: h1="%HOST6IP:%HTTP6PORT", ma=315360000; persist=0 87 h1 %HOSTIP %HTTPPORT h1 %HOST6IP %HTTP6PORT TIMESTAMP 0 0
|
H A D | test437 | 19 Alt-Svc: h1="[ffff::1]:8181" 66 h1 %HOSTIP %HTTPPORT h1 [ffff::1] 8181 TIMESTAMP 0 0
|
H A D | test355 | 40 h1 example.com 80 h1 %HOSTIP %HTTPPORT "20290222 22:19:28" 0 0
|
H A D | test413 | 47 h1 whohoo. 12345 h1 %HOSTIP %HTTPPORT "20290222 22:19:28" 0 0
|
H A D | test412 | 47 h1 whohoo 12345 h1 %HOSTIP %HTTPPORT "20290222 22:19:28" 0 0
|
H A D | test1908 | 78 h1 127.0.0.1 %HTTPPORT h2 3dbbdetxoyw4nsp6c3cc456oj2ays6s43ezxzsfxxri3h5xqd.example 443 TIMESTAMP 1…
|
/curl/lib/ |
H A D | .gitignore | 15 stamp-h1
|
H A D | Makefile.inc | 116 cf-h1-proxy.c \ 249 cf-h1-proxy.h \
|
H A D | http2.c | 203 struct h1_req_parser h1; /* parsing the request */ member 241 Curl_h1_req_parse_init(&stream->h1, H1_PARSE_DEFAULT_MAX_LINE_LEN); in h2_stream_ctx_create() 266 Curl_h1_req_parse_free(&stream->h1); in h2_stream_ctx_free() 2181 nwritten = Curl_h1_req_parse_read(&stream->h1, buf, len, NULL, 0, err); in h2_submit() 2184 if(!stream->h1.done) { in h2_submit() 2188 DEBUGASSERT(stream->h1.req); in h2_submit() 2190 *err = Curl_http_req_to_h2(&h2_headers, stream->h1.req, data); in h2_submit() 2196 Curl_h1_req_parse_free(&stream->h1); in h2_submit()
|
/curl/lib/vquic/ |
H A D | curl_msh3.c | 623 struct h1_req_parser h1; in cf_msh3_send() local 632 Curl_h1_req_parse_init(&h1, H1_PARSE_DEFAULT_MAX_LINE_LEN); in cf_msh3_send() 643 nwritten = Curl_h1_req_parse_read(&h1, buf, len, NULL, 0, err); in cf_msh3_send() 646 DEBUGASSERT(h1.done); in cf_msh3_send() 647 DEBUGASSERT(h1.req); in cf_msh3_send() 649 *err = Curl_http_req_to_h2(&h2_headers, h1.req, data); in cf_msh3_send() 707 Curl_h1_req_parse_free(&h1); in cf_msh3_send()
|
H A D | curl_quiche.c | 172 struct h1_req_parser h1; /* h1 request parsing */ member 189 Curl_h1_req_parse_free(&stream->h1); in h3_stream_ctx_free() 235 Curl_h1_req_parse_init(&stream->h1, H1_PARSE_DEFAULT_MAX_LINE_LEN); in h3_data_setup() 997 nwritten = Curl_h1_req_parse_read(&stream->h1, buf, len, NULL, 0, err); in h3_open_stream() 1000 if(!stream->h1.done) { in h3_open_stream() 1004 DEBUGASSERT(stream->h1.req); in h3_open_stream() 1006 *err = Curl_http_req_to_h2(&h2_headers, stream->h1.req, data); in h3_open_stream() 1012 Curl_h1_req_parse_free(&stream->h1); in h3_open_stream()
|
H A D | curl_ngtcp2.c | 192 struct h1_req_parser h1; /* h1 request parsing */ member 213 Curl_h1_req_parse_free(&stream->h1); in h3_stream_ctx_free() 244 Curl_h1_req_parse_init(&stream->h1, H1_PARSE_DEFAULT_MAX_LINE_LEN); in h3_data_setup() 1416 nwritten = Curl_h1_req_parse_read(&stream->h1, buf, len, NULL, 0, err); in h3_stream_open() 1419 if(!stream->h1.done) { in h3_stream_open() 1423 DEBUGASSERT(stream->h1.req); in h3_stream_open() 1425 *err = Curl_http_req_to_h2(&h2_headers, stream->h1.req, data); in h3_stream_open() 1431 Curl_h1_req_parse_free(&stream->h1); in h3_stream_open()
|
H A D | curl_osslq.c | 577 struct h1_req_parser h1; /* h1 request parsing */ member 599 Curl_h1_req_parse_free(&stream->h1); in h3_stream_ctx_free() 635 Curl_h1_req_parse_init(&stream->h1, H1_PARSE_DEFAULT_MAX_LINE_LEN); in h3_data_setup() 1815 nwritten = Curl_h1_req_parse_read(&stream->h1, buf, len, NULL, 0, err); in h3_stream_open() 1818 if(!stream->h1.done) { in h3_stream_open() 1822 DEBUGASSERT(stream->h1.req); in h3_stream_open() 1824 *err = Curl_http_req_to_h2(&h2_headers, stream->h1.req, data); in h3_stream_open() 1830 Curl_h1_req_parse_free(&stream->h1); in h3_stream_open()
|
/curl/packages/vms/ |
H A D | clean_gnv_curl.com | 197 $ file = "lcl_root:[]stamp-h1." 200 $ file = "lcl_root:[...]stamp-h1."
|
/curl/docs/libcurl/ |
H A D | curl_global_trace.md | 92 Involved when transfers are tunneled through an HTTP proxy. "h1-proxy" or
|
/curl/.github/ |
H A D | labeler.yml | 256 lib/cf-h1*,\
|
Completed in 83 milliseconds