Home
last modified time | relevance | path

Searched defs:archive_read_disk (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_disk_private.h41 struct archive_read_disk { struct
42 struct archive archive;
45 struct archive_entry *entry;
53 char symlink_mode;
60 char follow_symlinks; /* Either 'L' or 'P'. */
63 struct tree *tree;
64 int (*open_on_current_dir)(struct tree*, const char *, int);
65 int (*tree_current_dir_fd)(struct tree*);
66 int (*tree_enter_working_dir)(struct tree*);
92 archive_read_disk_entry_setup_path(struct archive_read_disk *, argument
/dragonfly/contrib/libarchive/cpio/
H A Dcpio.h83 struct archive *archive_read_disk; member