Archive-Libarchive-XS
view release on metacpan or search on metacpan
lib/Archive/Libarchive/XS.xs view on Meta::CPAN
archive_entry_dev_is_set(entry)
struct archive_entry *entry
#endif
=head2 archive_entry_fflags
my $status = archive_entry_fflags($entry, $set, $clear);
Gets the file flag properties for the archive entry. The
C<$set> and C<$clear> arguments are updated to return their
values.
=cut
#if HAS_archive_entry_fflags
int
archive_entry_fflags(entry, sv_set, sv_clear)
struct archive_entry *entry
SV *sv_set
lib/Archive/Libarchive/XS.xs view on Meta::CPAN
OUTPUT:
RETVAL
#endif
=head2 archive_entry_acl_add_entry
my $status = archive_entry_acl_add_entry($entry, $type, $permset, $tag, $qual, $name);
Adds a single ACL entry. For the access ACL and non-extended principals, the classic
UNIX permissions are updated.
=cut
#if HAS_archive_entry_acl_add_entry
int
_archive_entry_acl_add_entry(entry, type, permset, tag, qual, name)
struct archive_entry *entry
int type
int permset
lib/Archive/Libarchive/XS/Function.pod view on Meta::CPAN
Return an opaque ACL object.
There's not yet anything you can actually do with this...
=head2 archive_entry_acl_add_entry
my $status = archive_entry_acl_add_entry($entry, $type, $permset, $tag, $qual, $name);
Adds a single ACL entry. For the access ACL and non-extended principals, the classic
UNIX permissions are updated.
=head2 archive_entry_acl_clear
my $status = archive_entry_acl_clear($entry);
removes all ACL entries and resets the enumeration pointer.
=head2 archive_entry_acl_count
my $count = archive_entry_acl_count($entry, $want_type);
lib/Archive/Libarchive/XS/Function.pod view on Meta::CPAN
my $device_minor = archive_entry_devminor($entry);
Returns the device minor property for the archive entry.
=head2 archive_entry_fflags
my $status = archive_entry_fflags($entry, $set, $clear);
Gets the file flag properties for the archive entry. The
C<$set> and C<$clear> arguments are updated to return their
values.
=head2 archive_entry_fflags_text($entry)
my $string = archive_entry_fflags_text($entry);
Returns the file flags property as a string.
=head2 archive_entry_filetype
( run in 0.292 second using v1.01-cache-2.11-cpan-05444aca049 )