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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c458 int r, use_next; local
499 use_next = 0;
500 r = parse_file(a, entry, mtree, mtree->this_entry, &use_next);
501 if (use_next == 0)
515 struct mtree *mtree, struct mtree_entry *mentry, int *use_next)
652 *use_next = 1;
713 *use_next = 1;
514 parse_file(struct archive_read *a, struct archive_entry *entry, struct mtree *mtree, struct mtree_entry *mentry, int *use_next) argument
H A Darchive_read_support_format_iso9660.c261 struct file_info *use_next; member in struct:file_info
2470 file->use_next = iso9660->use_files;
2482 struct file_info *next = file->use_next;

Completed in 94 milliseconds