Searched refs:total_bytes (Results 1 – 1 of 1) sorted by relevance
629 size_t total_bytes=0, read_bytes=0; in multipart_buffer_read_body() local632 out = erealloc(out, total_bytes + read_bytes + 1); in multipart_buffer_read_body()633 memcpy(out + total_bytes, buf, read_bytes); in multipart_buffer_read_body()634 total_bytes += read_bytes; in multipart_buffer_read_body()638 out[total_bytes] = '\0'; in multipart_buffer_read_body()640 *len = total_bytes; in multipart_buffer_read_body()658 int64_t total_bytes = 0, max_file_size = 0; local963 total_bytes = cancel_upload = 0;1060 total_bytes += wlen;1226 if (total_bytes > ZEND_LONG_MAX) {[all …]
Completed in 7 milliseconds