Searched refs:Curl_h1_req_parse_read (Results 1 – 8 of 8) sorted by relevance
/curl/lib/ |
H A D | http1.h | 51 ssize_t Curl_h1_req_parse_read(struct h1_req_parser *parser,
|
H A D | http1.c | 261 ssize_t Curl_h1_req_parse_read(struct h1_req_parser *parser, in Curl_h1_req_parse_read() function
|
H A D | http2.c | 2181 nwritten = Curl_h1_req_parse_read(&stream->h1, buf, len, NULL, 0, err); in h2_submit()
|
/curl/tests/unit/ |
H A D | unit2603.c | 84 nread = Curl_h1_req_parse_read(&p, buf, buflen, t->default_scheme, in parse_success()
|
/curl/lib/vquic/ |
H A D | curl_msh3.c | 643 nwritten = Curl_h1_req_parse_read(&h1, buf, len, NULL, 0, err); in cf_msh3_send()
|
H A D | curl_quiche.c | 997 nwritten = Curl_h1_req_parse_read(&stream->h1, buf, len, NULL, 0, err); in h3_open_stream()
|
H A D | curl_ngtcp2.c | 1416 nwritten = Curl_h1_req_parse_read(&stream->h1, buf, len, NULL, 0, err); in h3_stream_open()
|
H A D | curl_osslq.c | 1815 nwritten = Curl_h1_req_parse_read(&stream->h1, buf, len, NULL, 0, err); in h3_stream_open()
|
Completed in 40 milliseconds