Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.4/main/
H A Drfc1867.c658 size_t total_bytes=0, read_bytes=0; in multipart_buffer_read_body() local
661 out = erealloc(out, total_bytes + read_bytes + 1); in multipart_buffer_read_body()
662 memcpy(out + total_bytes, buf, read_bytes); in multipart_buffer_read_body()
663 total_bytes += read_bytes; in multipart_buffer_read_body()
667 out[total_bytes] = '\0'; in multipart_buffer_read_body()
669 *len = total_bytes; in multipart_buffer_read_body()
687 int64_t total_bytes = 0, max_file_size = 0; local
969 total_bytes = cancel_upload = 0;
1066 total_bytes += wlen;
1245 if (total_bytes > ZEND_LONG_MAX) {
[all …]

Completed in 9 milliseconds