Home
last modified time | relevance | path

Searched refs:la_int64_t (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive.h61 #define __LA_INT64_T la_int64_t
65 typedef __int64 la_int64_t; typedef
69 typedef long long la_int64_t; typedef
71 typedef int64_t la_int64_t; typedef
230 typedef la_int64_t archive_skip_callback(struct archive *,
231 void *_client_data, la_int64_t request);
237 typedef la_int64_t archive_seek_callback(struct archive *,
238 void *_client_data, la_int64_t offset, int whence);
568 __LA_DECL la_int64_t archive_read_header_position(struct archive *);
601 __LA_DECL la_int64_t archive_seek_data(struct archive *, la_int64_t, int);
[all …]
H A Darchive_entry.h53 #define __LA_INT64_T la_int64_t
57 typedef __int64 la_int64_t; typedef
61 typedef long long la_int64_t; typedef
63 typedef int64_t la_int64_t; typedef
257 __LA_DECL la_int64_t archive_entry_gid(struct archive_entry *);
267 __LA_DECL la_int64_t archive_entry_ino(struct archive_entry *);
268 __LA_DECL la_int64_t archive_entry_ino64(struct archive_entry *);
286 __LA_DECL la_int64_t archive_entry_size(struct archive_entry *);
294 __LA_DECL la_int64_t archive_entry_uid(struct archive_entry *);
335 __LA_DECL void archive_entry_set_gid(struct archive_entry *, la_int64_t);
[all …]
H A Darchive_entry_sparse.c53 la_int64_t offset, la_int64_t length) in archive_entry_sparse_add_entry()
137 la_int64_t *offset, la_int64_t *length) in archive_entry_sparse_next()
H A Darchive_virtual.c50 la_int64_t
134 la_int64_t o) in archive_write_data_block()
159 const void **buff, size_t *s, la_int64_t *o) in archive_read_data_block()
H A Darchive_entry.c425 la_int64_t
547 la_int64_t
559 la_int64_t
710 la_int64_t
813 la_int64_t
931 archive_entry_set_gid(struct archive_entry *entry, la_int64_t g) in archive_entry_set_gid()
984 archive_entry_set_ino(struct archive_entry *entry, la_int64_t ino) in archive_entry_set_ino()
995 archive_entry_set_ino64(struct archive_entry *entry, la_int64_t ino) in archive_entry_set_ino64()
1353 archive_entry_set_size(struct archive_entry *entry, la_int64_t s) in archive_entry_set_size()
1477 archive_entry_set_uid(struct archive_entry *entry, la_int64_t u) in archive_entry_set_uid()
H A Darchive_util.c153 la_int64_t
162 la_int64_t
H A Darchive_read.c113 archive_read_extract_set_skip_file(struct archive *_a, la_int64_t d, in archive_read_extract_set_skip_file()
114 la_int64_t i) in archive_read_extract_set_skip_file()
748 la_int64_t
946 la_int64_t
H A Darchive_write.c191 archive_write_set_skip_file(struct archive *_a, la_int64_t d, la_int64_t i) in archive_write_set_skip_file()
H A Darchive_write_disk_posix.c948 archive_write_disk_set_skip_file(struct archive *_a, la_int64_t d, la_int64_t i) in archive_write_disk_set_skip_file()
1929 la_int64_t (*lookup_gid)(void *private, const char *gname, la_int64_t gid), in archive_write_disk_set_group_lookup()
1965 archive_write_disk_gid(struct archive *_a, const char *name, la_int64_t id) in archive_write_disk_gid()
1976 archive_write_disk_uid(struct archive *_a, const char *name, la_int64_t id) in archive_write_disk_uid()
H A Darchive_read_disk_posix.c385 archive_read_disk_gname(struct archive *_a, la_int64_t gid) in archive_read_disk_gname()
397 archive_read_disk_uname(struct archive *_a, la_int64_t uid) in archive_read_disk_uname()
411 const char * (*lookup_gname)(void *private, la_int64_t gid), in archive_read_disk_set_gname_lookup()
430 const char * (*lookup_uname)(void *private, la_int64_t uid), in archive_read_disk_set_uname_lookup()
H A Darchive_match.c1613 archive_match_include_uid(struct archive *_a, la_int64_t uid) in archive_match_include_uid()
1624 archive_match_include_gid(struct archive *_a, la_int64_t gid) in archive_match_include_gid()
H A Darchive_read_support_format_rar5.c1575 archive_entry_set_uid(e, (la_int64_t)id); in parse_file_extra_owner()
1584 archive_entry_set_gid(e, (la_int64_t)id); in parse_file_extra_owner()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_rar5.c1391 la_int64_t offset; in DEFINE_TEST()