Searched refs:total_bytes (Results 1 – 1 of 1) sorted by relevance
628 size_t total_bytes=0, read_bytes=0; in multipart_buffer_read_body() local631 out = erealloc(out, total_bytes + read_bytes + 1); in multipart_buffer_read_body()632 memcpy(out + total_bytes, buf, read_bytes); in multipart_buffer_read_body()633 total_bytes += read_bytes; in multipart_buffer_read_body()637 out[total_bytes] = '\0'; in multipart_buffer_read_body()639 *len = total_bytes; in multipart_buffer_read_body()657 int64_t total_bytes = 0, max_file_size = 0; local953 total_bytes = cancel_upload = 0;1050 total_bytes += wlen;1216 if (total_bytes > ZEND_LONG_MAX) {[all …]
Completed in 10 milliseconds