Searched refs:la_int64_t (Results 1 - 12 of 12) sorted by last modified time

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c914 archive_write_disk_set_skip_file(struct archive *_a, la_int64_t d, la_int64_t i)
1888 la_int64_t (*lookup_gid)(void *private, const char *gname, la_int64_t gid),
1924 archive_write_disk_gid(struct archive *_a, const char *name, la_int64_t id)
1935 archive_write_disk_uid(struct archive *_a, const char *name, la_int64_t id)
H A Darchive_write.c193 archive_write_set_skip_file(struct archive *_a, la_int64_t d, la_int64_t i)
H A Darchive_read_support_format_rar5.c1499 archive_entry_set_uid(e, (la_int64_t)id);
1508 archive_entry_set_gid(e, (la_int64_t)id);
H A Darchive_read_disk_posix.c390 archive_read_disk_gname(struct archive *_a, la_int64_t gid)
402 archive_read_disk_uname(struct archive *_a, la_int64_t uid)
416 const char * (*lookup_gname)(void *private, la_int64_t gid),
435 const char * (*lookup_uname)(void *private, la_int64_t uid),
H A Darchive_entry.h55 #define __LA_INT64_T la_int64_t
59 typedef __int64 la_int64_t; typedef
63 typedef long long la_int64_t; typedef
65 typedef int64_t la_int64_t; typedef
256 __LA_DECL la_int64_t archive_entry_gid(struct archive_entry *);
263 __LA_DECL la_int64_t archive_entry_ino(struct archive_entry *);
264 __LA_DECL la_int64_t archive_entry_ino64(struct archive_entry *);
280 __LA_DECL la_int64_t archive_entry_size(struct archive_entry *);
287 __LA_DECL la_int64_t archive_entry_uid(struct archive_entry *);
325 __LA_DECL void archive_entry_set_gid(struct archive_entry *, la_int64_t);
[all...]
H A Darchive.h63 #define __LA_INT64_T la_int64_t
67 typedef __int64 la_int64_t; typedef
71 typedef long long la_int64_t; typedef
73 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);
564 __LA_DECL la_int64_t archive_read_header_position(struct archive *);
597 __LA_DECL la_int64_t archive_seek_dat
[all...]
H A Darchive_util.c143 la_int64_t
152 la_int64_t
H A Darchive_entry.c422 la_int64_t
523 la_int64_t
535 la_int64_t
648 la_int64_t
742 la_int64_t
846 archive_entry_set_gid(struct archive_entry *entry, la_int64_t g)
895 archive_entry_set_ino(struct archive_entry *entry, la_int64_t ino)
903 archive_entry_set_ino64(struct archive_entry *entry, la_int64_t ino)
1236 archive_entry_set_size(struct archive_entry *entry, la_int64_t s)
1339 archive_entry_set_uid(struct archive_entry *entry, la_int64_t
[all...]
H A Darchive_read.c123 archive_read_extract_set_skip_file(struct archive *_a, la_int64_t d,
124 la_int64_t i)
760 la_int64_t
958 la_int64_t
H A Darchive_match.c1614 archive_match_include_uid(struct archive *_a, la_int64_t uid)
1625 archive_match_include_gid(struct archive *_a, la_int64_t gid)
H A Darchive_virtual.c51 la_int64_t
135 la_int64_t o)
160 const void **buff, size_t *s, la_int64_t *o)
H A Darchive_entry_sparse.c54 la_int64_t offset, la_int64_t length)
138 la_int64_t *offset, la_int64_t *length)

Completed in 255 milliseconds