Home
last modified time | relevance | path

Searched refs:archive_entry (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry.h188 struct archive_entry;
235 __LA_DECL struct archive_entry *archive_entry_clear(struct archive_entry *);
237 __LA_DECL struct archive_entry *archive_entry_clone(struct archive_entry *);
238 __LA_DECL void archive_entry_free(struct archive_entry *);
239 __LA_DECL struct archive_entry *archive_entry_new(void);
248 __LA_DECL struct archive_entry *archive_entry_new2(struct archive *);
269 __LA_DECL __LA_TIME_T archive_entry_atime(struct archive_entry *);
270 __LA_DECL long archive_entry_atime_nsec(struct archive_entry *);
271 __LA_DECL int archive_entry_atime_is_set(struct archive_entry *);
272 __LA_DECL __LA_TIME_T archive_entry_birthtime(struct archive_entry *);
[all …]
H A Darchive_entry.c153 struct archive_entry *
154 archive_entry_clear(struct archive_entry *entry) in archive_entry_clear()
174 struct archive_entry *
175 archive_entry_clone(struct archive_entry *entry) in archive_entry_clone()
177 struct archive_entry *entry2; in archive_entry_clone()
249 archive_entry_free(struct archive_entry *entry) in archive_entry_free()
255 struct archive_entry *
261 struct archive_entry *
264 struct archive_entry *entry; in archive_entry_new2()
279 archive_entry_atime(struct archive_entry *entry) in archive_entry_atime()
[all …]
H A Darchive_entry_locale.h33 struct archive_entry;
48 int _archive_entry_gname_l(struct archive_entry *,
51 int _archive_entry_hardlink_l(struct archive_entry *,
54 int _archive_entry_pathname_l(struct archive_entry *,
57 int _archive_entry_symlink_l(struct archive_entry *,
60 int _archive_entry_uname_l(struct archive_entry *,
63 int _archive_entry_acl_text_l(struct archive_entry *, int,
66 char *_archive_entry_acl_to_text_l(struct archive_entry *, ssize_t *, int,
69 int _archive_entry_acl_from_text_l(struct archive_entry *, const char* text,
72 int _archive_entry_copy_gname_l(struct archive_entry *,
[all …]
H A Darchive_read_disk_private.h37 struct archive_entry;
43 struct archive_entry *entry;
78 struct archive_entry *);
86 struct archive_entry *);
92 struct archive_entry *, int *);
96 struct archive_entry *, int *);
H A Darchive_entry_link_resolver.c73 struct archive_entry *canonical;
74 struct archive_entry *entry;
92 struct archive_entry *);
95 struct archive_entry *);
174 struct archive_entry **e, struct archive_entry **f) in archive_entry_linkify()
177 struct archive_entry *t; in archive_entry_linkify()
276 struct archive_entry *entry) in find_entry()
371 struct archive_entry *entry) in insert_entry()
445 struct archive_entry *
449 struct archive_entry *e; in archive_entry_partial_links()
H A Darchive_entry_xattr.c72 archive_entry_xattr_clear(struct archive_entry *entry) in archive_entry_xattr_clear()
88 archive_entry_xattr_add_entry(struct archive_entry *entry, in archive_entry_xattr_add_entry()
114 archive_entry_xattr_count(struct archive_entry *entry) in archive_entry_xattr_count()
126 archive_entry_xattr_reset(struct archive_entry * entry) in archive_entry_xattr_reset()
134 archive_entry_xattr_next(struct archive_entry * entry, in archive_entry_xattr_next()
H A Darchive_read_disk_entry_from_file.c104 struct archive_entry *, int *fd);
107 struct archive_entry *, int *, int);
110 struct archive_entry *, int *fd);
112 struct archive_entry *, int *fd);
115 struct archive_entry *, int *fd);
121 struct archive_entry *entry, int *fd) in archive_read_disk_entry_setup_acls()
137 struct archive_entry *entry, int *fd) in archive_read_disk_entry_setup_path()
159 struct archive_entry *entry, in archive_read_disk_entry_from_file()
338 struct archive_entry *entry, int *fd) in setup_mac_metadata()
426 struct archive_entry *entry, int *fd) in setup_mac_metadata()
[all …]
H A Darchive_entry_sparse.c39 archive_entry_sparse_clear(struct archive_entry *entry) in archive_entry_sparse_clear()
52 archive_entry_sparse_add_entry(struct archive_entry *entry, in archive_entry_sparse_add_entry()
102 archive_entry_sparse_count(struct archive_entry *entry) in archive_entry_sparse_count()
128 archive_entry_sparse_reset(struct archive_entry * entry) in archive_entry_sparse_reset()
137 archive_entry_sparse_next(struct archive_entry * entry, in archive_entry_sparse_next()
H A Darchive_read_private.h82 int (*read_header)(struct archive_read_filter *, struct archive_entry *);
161 struct archive_entry *entry;
210 int (*read_header)(struct archive_read *, struct archive_entry *);
243 int (*read_header)(struct archive_read *, struct archive_entry *),
263 int __archive_read_header(struct archive_read *, struct archive_entry *);
H A Darchive.h225 struct archive_entry;
601 struct archive_entry **);
605 struct archive_entry *);
749 __LA_DECL int archive_read_extract(struct archive *, struct archive_entry *,
751 __LA_DECL int archive_read_extract2(struct archive *, struct archive_entry *,
902 struct archive_entry *);
1024 struct archive_entry *, int /* fd */, const struct stat *);
1091 (struct archive *, void *, struct archive_entry *),
1095 struct archive_entry *), void *_client_data);
1160 struct archive_entry *);
[all …]
H A Darchive_read_support_format_tar.c183 struct archive_entry *, const void *, int64_t *);
185 struct archive_entry *, const void *);
187 struct archive_entry *, const void *);
189 struct archive_entry *, const void *, int64_t *);
191 struct archive_entry *, const void *h, int64_t *);
193 struct archive_entry *, const void *h, int64_t *);
195 struct archive_entry *, const void *h, int64_t *);
196 static int is_mac_metadata_entry(struct archive_entry *entry);
198 struct archive_entry *, int64_t *);
200 struct archive_entry *, const void *h, int64_t *);
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_tar.c64 struct archive_entry *ae; in verifyEmpty()
98 static void verify1(struct archive_entry *ae) in verify1()
130 static void verify2(struct archive_entry *ae) in verify2()
159 static void verify3(struct archive_entry *ae) in verify3()
188 static void verify4(struct archive_entry *ae) in verify4()
217 static void verify5(struct archive_entry *ae) in verify5()
243 static void verify6(struct archive_entry *ae) in verify6()
314 static void verifyK(struct archive_entry *ae) in verifyK()
400 static void verifyxL(struct archive_entry *ae) in verifyxL()
426 void (*f)(struct archive_entry *), in verify() argument
[all …]
H A Dtest_read_format_xar.c81 static void verify0(struct archive *a, struct archive_entry *ae) in verify0()
104 static void verify1(struct archive *a, struct archive_entry *ae) in verify1()
173 static void verify2(struct archive *a, struct archive_entry *ae) in verify2()
222 static void verify3(struct archive *a, struct archive_entry *ae) in verify3()
272 static void verify4(struct archive *a, struct archive_entry *ae) in verify4()
320 static void verify5(struct archive *a, struct archive_entry *ae) in verify5()
363 static void verify6(struct archive *a, struct archive_entry *ae) in verify6()
425 static void verify7(struct archive *a, struct archive_entry *ae) in verify7()
665 static void verify12(struct archive *a, struct archive_entry *ae) in verify12()
751 void (*f1)(struct archive *, struct archive_entry *), in verify() argument
[all …]
H A Dtest_read_format_lha_symlink_missing_target.c55 struct archive_entry *ae; in test_recovery()
77 struct archive_entry *ae; in test_illegal_read_data()
96 struct archive_entry *ae; in test_illegal_read_data_block()
111 struct archive_entry *ae; in test_illegal_seek_data()
123 struct archive_entry *ae; in test_illegal_read_data_into_fd()
139 struct archive_entry *ae; in test_explicit_skip()
H A Dtest_read_format_zip_symlink_unsupported_compression.c57 struct archive_entry *ae; in test_recovery()
83 struct archive_entry *ae; in test_illegal_read_data()
102 struct archive_entry *ae; in test_illegal_read_data_block()
117 struct archive_entry *ae; in test_illegal_seek_data()
129 struct archive_entry *ae; in test_illegal_read_data_into_fd()
148 struct archive_entry *ae; in test_explicit_skip()
H A Dtest_ustar_filename_encoding.c32 struct archive_entry *entry; in DEFINE_TEST()
73 struct archive_entry *entry; in DEFINE_TEST()
114 struct archive_entry *entry; in DEFINE_TEST()
155 struct archive_entry *entry; in DEFINE_TEST()
200 struct archive_entry *entry; in DEFINE_TEST()
240 struct archive_entry *entry; in DEFINE_TEST()
275 struct archive_entry *entry; in DEFINE_TEST()
315 struct archive_entry *entry; in DEFINE_TEST()
355 struct archive_entry *entry; in DEFINE_TEST()
401 struct archive_entry *entry; in DEFINE_TEST()
[all …]
H A Dtest_gnutar_filename_encoding.c31 struct archive_entry *entry; in DEFINE_TEST()
72 struct archive_entry *entry; in DEFINE_TEST()
113 struct archive_entry *entry; in DEFINE_TEST()
154 struct archive_entry *entry; in DEFINE_TEST()
199 struct archive_entry *entry; in DEFINE_TEST()
239 struct archive_entry *entry; in DEFINE_TEST()
274 struct archive_entry *entry; in DEFINE_TEST()
314 struct archive_entry *entry; in DEFINE_TEST()
354 struct archive_entry *entry; in DEFINE_TEST()
402 struct archive_entry *entry; in DEFINE_TEST()
[all …]
H A Dtest_read_format_zip.c31 int extract_one(struct archive* a, struct archive_entry* ae, uint32_t crc) in extract_one()
105 struct archive_entry *ae; in verify_basic()
211 struct archive_entry *ae; in verify_info_zip_ux()
280 struct archive_entry *ae; in verify_pkware_unix()
344 struct archive_entry *ae; in verify_extract_length_at_end()
408 struct archive_entry *ae; in test_symlink()
452 struct archive_entry *ae; in DEFINE_TEST()
472 struct archive_entry *ae; in DEFINE_TEST()
492 struct archive_entry *ae; in DEFINE_TEST()
524 struct archive_entry *ae; in DEFINE_TEST()
[all …]
H A Dtest_read_format_cpio_filename.c33 struct archive_entry *ae; in DEFINE_TEST()
93 struct archive_entry *ae; in DEFINE_TEST()
141 struct archive_entry *ae; in DEFINE_TEST()
199 struct archive_entry *ae; in DEFINE_TEST()
247 struct archive_entry *ae; in DEFINE_TEST()
300 struct archive_entry *ae; in DEFINE_TEST()
352 struct archive_entry *ae; in DEFINE_TEST()
405 struct archive_entry *ae; in DEFINE_TEST()
457 struct archive_entry *ae; in DEFINE_TEST()
510 struct archive_entry *ae; in DEFINE_TEST()
[all …]
H A Dtest_read_format_7zip_malformed.c33 struct archive_entry *ae; in test_malformed1()
50 struct archive_entry *ae; in test_malformed2()
84 struct archive_entry *ae; in test_malformed4()
101 struct archive_entry *ae; in test_malformed_numfiles_oom()
H A Dtest_write_disk.c37 static void create(struct archive_entry *ae, const char *msg) in create()
63 static void create_reg_file(struct archive_entry *ae, const char *msg) in create_reg_file()
105 static void create_reg_file2(struct archive_entry *ae, const char *msg) in create_reg_file2()
139 static void create_reg_file3(struct archive_entry *ae, const char *msg) in create_reg_file3()
166 static void create_reg_file4(struct archive_entry *ae, const char *msg) in create_reg_file4()
193 static void create_reg_file_win(struct archive_entry *ae, const char *msg) in create_reg_file_win()
237 static void create_fail(struct archive_entry *ae, int experr, in create_fail()
256 struct archive_entry *ae; in DEFINE_TEST()
H A Dtest_read_format_gtar_filename.c33 struct archive_entry *ae; in DEFINE_TEST()
86 struct archive_entry *ae; in DEFINE_TEST()
139 struct archive_entry *ae; in DEFINE_TEST()
191 struct archive_entry *ae; in DEFINE_TEST()
244 struct archive_entry *ae; in DEFINE_TEST()
296 struct archive_entry *ae; in DEFINE_TEST()
347 struct archive_entry *ae; in DEFINE_TEST()
406 struct archive_entry *ae; in DEFINE_TEST()
452 struct archive_entry *ae; in DEFINE_TEST()
H A Dtest_archive_match_owner.c31 struct archive_entry *ae; in test_uid()
73 struct archive_entry *ae; in test_gid()
115 struct archive_entry *ae; in test_uname_mbs()
157 struct archive_entry *ae; in test_uname_wcs()
199 struct archive_entry *ae; in test_gname_mbs()
241 struct archive_entry *ae; in test_gname_wcs()
H A Dtest_read_format_7zip.c46 struct archive_entry *ae; in test_copy()
98 struct archive_entry *ae; in test_empty_archive()
130 struct archive_entry *ae; in test_empty_file()
166 struct archive_entry *ae; in DEFINE_TEST()
196 struct archive_entry *ae; in test_plain_header()
239 struct archive_entry *ae; in test_extract_all_files()
324 struct archive_entry *ae; in test_extract_all_files_zstd()
408 struct archive_entry *ae; in test_extract_file_zstd_bcj_nobjc()
459 struct archive_entry *ae; in test_extract_last_file()
539 struct archive_entry *ae; in test_extract_all_files2()
[all …]
/freebsd/contrib/libarchive/tar/
H A Dwrite.c87 struct archive_entry *);
89 struct archive_entry *);
91 struct archive_entry *, int64_t progress);
94 struct archive_entry *);
97 struct archive_entry *);
99 struct archive_entry *);
271 struct archive_entry *entry; in tar_mode_r()
361 struct archive_entry *entry; in tar_mode_u()
449 struct archive_entry *entry, *sparse_entry; in write_archive()
539 struct archive_entry *entry2; in write_archive()
[all …]

12345678910>>...17