Home | History | Annotate | Download | only in lib

Lines Matching full:upload_left

623     stream->upload_left -= nread;
626 if(stream->upload_left == 0)
1035 if(stream->upload_left) {
1124 stream->upload_left = 0;
1126 stream->upload_left *= 10;
1127 stream->upload_left += nva[i].value[j] - '0';
1132 "\n", stream->upload_left));
1226 stream->upload_left = 0;