Searched refs:total_bytes (Results 1 – 1 of 1) sorted by relevance
656 int total_bytes=0, read_bytes=0; in multipart_buffer_read_body() local659 out = erealloc(out, total_bytes + read_bytes + 1); in multipart_buffer_read_body()660 memcpy(out + total_bytes, buf, read_bytes); in multipart_buffer_read_body()661 total_bytes += read_bytes; in multipart_buffer_read_body()665 out[total_bytes] = '\0'; in multipart_buffer_read_body()667 *len = total_bytes; in multipart_buffer_read_body()961 total_bytes = cancel_upload = 0;1034 } else if (max_file_size && ((long)(total_bytes+blen) > max_file_size)) {1054 total_bytes += wlen;1074 if (strlen(filename) > 0 && total_bytes == 0 && !cancel_upload) {[all …]
Completed in 6 milliseconds