Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhttp2.c1147 nread = CURLMIN(stream->upload_len, length); in data_source_read_callback()
1151 stream->upload_len -= nread; in data_source_read_callback()
1634 stream->upload_len = 0; in http2_recv()
1927 stream->upload_len = len; in http2_send()
1938 len -= stream->upload_len; in http2_send()
1943 stream->upload_len = 0; in http2_send()
2239 stream->upload_len = 0; in Curl_http2_setup()
Dhttp.h225 size_t upload_len; /* size of the buffer 'upload_mem' points to */ member
/third_party/curl/lib/vquic/
Dngtcp2.c1341 nread = CURLMIN(stream->upload_len, H3_SEND_SIZE - stream->h3out->used); in cb_h3_readfunction()
1363 stream->upload_len -= nread; in cb_h3_readfunction()
1373 if(stream->upload_done && !stream->upload_len && in cb_h3_readfunction()
1646 if(!stream->upload_len) { in ngh3_stream_send()
1648 stream->upload_len = len; in ngh3_stream_send()