Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Drfc1867.c741 int total_bytes=0, read_bytes=0; in multipart_buffer_read_body() local
744 out = erealloc(out, total_bytes + read_bytes + 1); in multipart_buffer_read_body()
745 memcpy(out + total_bytes, buf, read_bytes); in multipart_buffer_read_body()
746 total_bytes += read_bytes; in multipart_buffer_read_body()
750 out[total_bytes] = '\0'; in multipart_buffer_read_body()
752 *len = total_bytes; in multipart_buffer_read_body()
1024 total_bytes = cancel_upload = 0;
1097 } else if (max_file_size && ((total_bytes+blen) > max_file_size)) {
1117 total_bytes += wlen;
1137 if (strlen(filename) > 0 && total_bytes == 0 && !cancel_upload) {
[all …]

Completed in 7 milliseconds