Searched defs:mtree (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_mtree.c | 99 struct mtree { struct 107 struct mtree_entry *entries; argument 108 struct mtree_entry *this_entry; argument 125 struct mtree *, struct mtree_entry *, int *); argument 214 struct mtree *mtree; in archive_read_format_mtree_options() local 270 struct mtree *mtree; in archive_read_support_format_mtree() local 298 struct mtree *mtree; in cleanup() local 918 process_add_entry(struct archive_read *a, struct mtree *mtree, in process_add_entry() 1034 read_mtree(struct archive_read *a, struct mtree *mtree) in read_mtree() 1115 struct mtree *mtree; in read_header() local [all …]
|
H A D | archive_write_set_format_mtree.c | 361 mtree_indent(struct mtree_writer * mtree) mtree_indent() argument 437 write_global(struct mtree_writer * mtree) write_global() argument 639 attr_counter_set_collect(struct mtree_writer * mtree,struct mtree_entry * me) attr_counter_set_collect() argument 716 attr_counter_set_free(struct mtree_writer * mtree) attr_counter_set_free() argument 727 get_global_set_keys(struct mtree_writer * mtree,struct mtree_entry * me) get_global_set_keys() argument 870 struct mtree_writer *mtree= a->format_data; archive_write_mtree_header() local 909 struct mtree_writer *mtree = a->format_data; write_mtree_entry() local 1059 struct mtree_writer *mtree = a->format_data; write_dot_dot_entry() local 1094 struct mtree_writer *mtree = a->format_data; write_mtree_entry_tree() local 1195 struct mtree_writer *mtree = a->format_data; archive_write_mtree_finish_entry() local 1211 struct mtree_writer *mtree= a->format_data; archive_write_mtree_close() local 1228 struct mtree_writer *mtree= a->format_data; archive_write_mtree_data() local 1247 struct mtree_writer *mtree= a->format_data; archive_write_mtree_free() local 1267 struct mtree_writer *mtree= a->format_data; archive_write_mtree_options() local 1379 struct mtree_writer *mtree; archive_write_set_format_mtree_default() local 1431 struct mtree_writer *mtree; archive_write_set_format_mtree_classic() local 1445 sum_init(struct mtree_writer * mtree) sum_init() argument 1506 sum_update(struct mtree_writer * mtree,const void * buff,size_t n) sum_update() argument 1546 sum_final(struct mtree_writer * mtree,struct reg_info * reg) sum_final() argument 1911 mtree_entry_register_add(struct mtree_writer * mtree,struct mtree_entry * file) mtree_entry_register_add() argument 1919 mtree_entry_register_init(struct mtree_writer * mtree) mtree_entry_register_init() argument 1926 mtree_entry_register_free(struct mtree_writer * mtree) mtree_entry_register_free() argument 1996 struct mtree_writer *mtree = (struct mtree_writer *)a->format_data; mtree_entry_tree_add() local [all...] |