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