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

/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_entry.c1323 * Return a count of entries matching "want_type".
1326 archive_entry_acl_count(struct archive_entry *entry, int want_type) argument
1334 if ((ap->type & want_type) != 0)
1339 if (count > 0 && ((want_type & ARCHIVE_ENTRY_ACL_TYPE_ACCESS) != 0))
1346 * of entries matching "want_type", or zero if there are no
1350 archive_entry_acl_reset(struct archive_entry *entry, int want_type) argument
1354 count = archive_entry_acl_count(entry, want_type);
1361 if ((want_type & ARCHIVE_ENTRY_ACL_TYPE_ACCESS) != 0)
1380 archive_entry_acl_next(struct archive_entry *entry, int want_type, int *type, argument
1395 if ((want_type
[all...]

Completed in 59 milliseconds