Searched refs:total_bytes (Results 1 – 1 of 1) sorted by relevance
668 int total_bytes=0, read_bytes=0; in multipart_buffer_read_body() local671 out = erealloc(out, total_bytes + read_bytes + 1); in multipart_buffer_read_body()672 memcpy(out + total_bytes, buf, read_bytes); in multipart_buffer_read_body()673 total_bytes += read_bytes; in multipart_buffer_read_body()677 out[total_bytes] = '\0'; in multipart_buffer_read_body()679 *len = total_bytes; in multipart_buffer_read_body()696 int64_t total_bytes = 0, max_file_size = 0; local978 total_bytes = cancel_upload = 0;1075 total_bytes += wlen;1254 if (total_bytes > ZEND_LONG_MAX) {[all …]
Completed in 14 milliseconds