H A D | archive_write_set_format_mtree.c | 566 attr_counter_new(struct mtree_entry *me, struct attr_counter *prev) 575 ac->m_entry = me; in attr_counter_new() 598 struct attr_counter *last, struct mtree_entry *me) in attr_counter_inc() 626 ac = attr_counter_new(me, last); in attr_counter_inc() 638 attr_counter_set_collect(struct mtree_writer *mtree, struct mtree_entry *me) 646 acs->uid_list = attr_counter_new(me, NULL); in attr_counter_set_collect() 652 if (ac->m_entry->uid == me->uid) in attr_counter_set_collect() 656 if (attr_counter_inc(&acs->uid_list, ac, last, me) < 0) in attr_counter_set_collect() 662 acs->gid_list = attr_counter_new(me, NULL); in attr_counter_set_collect() 668 if (ac->m_entry->gid == me in attr_counter_set_collect() 567 attr_counter_new(struct mtree_entry * me,struct attr_counter * prev) attr_counter_new() argument 599 attr_counter_inc(struct attr_counter ** top,struct attr_counter * ac,struct attr_counter * last,struct mtree_entry * me) attr_counter_inc() argument 639 attr_counter_set_collect(struct mtree_writer * mtree,struct mtree_entry * me) attr_counter_set_collect() argument 727 get_global_set_keys(struct mtree_writer * mtree,struct mtree_entry * me) get_global_set_keys() argument 778 struct mtree_entry *me; mtree_entry_new() local 852 mtree_entry_free(struct mtree_entry * me) mtree_entry_free() argument 907 write_mtree_entry(struct archive_write * a,struct mtree_entry * me) write_mtree_entry() argument 1196 struct mtree_entry *me; archive_write_mtree_finish_entry() local [all...] |