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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry.h50 #define __LA_INT64_T __int64 macro
64 #define __LA_INT64_T int64_t macro
208 __LA_DECL __LA_INT64_T archive_entry_ino64(struct archive_entry *);
220 __LA_DECL __LA_INT64_T archive_entry_size(struct archive_entry *);
273 __LA_DECL void archive_entry_set_ino(struct archive_entry *, __LA_INT64_T);
277 __LA_DECL void archive_entry_set_ino64(struct archive_entry *, __LA_INT64_T);
294 __LA_DECL void archive_entry_set_size(struct archive_entry *, __LA_INT64_T);
H A Darchive.h54 #define __LA_INT64_T __int64 macro
71 #define __LA_INT64_T int64_t macro
227 typedef __LA_INT64_T archive_skip_callback(struct archive *,
228 void *_client_data, __LA_INT64_T request);
392 __LA_DECL __LA_INT64_T archive_read_header_position(struct archive *);
410 __LA_INT64_T *offset);
595 const void *, size_t, __LA_INT64_T);
717 __LA_DECL __LA_INT64_T archive_position_compressed(struct archive *);
719 __LA_DECL __LA_INT64_T archive_position_uncompressed(struct archive *);
745 /* #undef __LA_INT64_T */
[all...]

Completed in 54 milliseconds