Searched refs:entry_remaining_bytes (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c251 int64_t entry_remaining_bytes; member in struct:tree
715 if (t->entry_eof || t->entry_remaining_bytes <= 0) {
805 t->entry_remaining_bytes -= bytes;
832 t->entry_remaining_bytes -= bytes;
833 if (t->entry_remaining_bytes == 0) {
1133 t->entry_remaining_bytes = archive_entry_size(entry);
1134 t->entry_eof = (t->entry_remaining_bytes == 0)? 1: 0;
1139 t->entry_remaining_bytes = 0;
2083 t->entry_remaining_bytes = 0;

Completed in 63 milliseconds