Searched refs:h3name (Results 1 - 2 of 2) sorted by relevance
/third_party/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 911 nghttp3_vec h3name = nghttp3_rcbuf_get_buf(name); in cb_h3_recv_header() local 945 stream_id, (int)h3name.len, h3name.base, in cb_h3_recv_header() 947 result = write_resp_raw(cf, data, h3name.base, h3name.len, FALSE); in cb_h3_recv_header()
|
H A D | curl_osslq.c | 738 nghttp3_vec h3name = nghttp3_rcbuf_get_buf(name); in cb_h3_recv_header() local 772 stream_id, (int)h3name.len, h3name.base, in cb_h3_recv_header() 774 result = write_resp_raw(cf, data, h3name.base, h3name.len, FALSE); in cb_h3_recv_header()
|
Completed in 6 milliseconds