Searched defs:mtree_writer (Results 1 – 1 of 1) sorted by relevance
120 struct mtree_writer { struct121 struct mtree_entry *mtree_entry;122 struct mtree_entry *root;123 struct mtree_entry *cur_dirent;124 struct archive_string cur_dirstr;125 struct mtree_chain file_list;127 struct archive_string ebuf;128 struct archive_string buf;129 int first;130 uint64_t entry_bytes_remaining;[all …]