Home
last modified time | relevance | path

Searched refs:data_max_bytes (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dhttp2.c1961 size_t data_max_bytes) in h2_progress_ingress() argument
1981 if(stream && (stream->closed || !data_max_bytes)) { in h2_progress_ingress()
2007 data_max_bytes = (data_max_bytes > (size_t)nread) ? in h2_progress_ingress()
2008 (data_max_bytes - (size_t)nread) : 0; in h2_progress_ingress()

Completed in 9 milliseconds