Home | History | Annotate | Download | only in libziparchive

Lines Matching defs:write_count

1015   uint32_t write_count = 0;
1048 if (write_size + write_count > length) {
1051 memcpy(begin + write_count, write_buf, write_size);
1052 write_count += write_size;