Home
last modified time | relevance | path

Searched refs:ae_xattr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_xattr.c74 struct ae_xattr *xp; in archive_entry_xattr_clear()
91 struct ae_xattr *xp; in archive_entry_xattr_add_entry()
93 if ((xp = (struct ae_xattr *)malloc(sizeof(struct ae_xattr))) == NULL) in archive_entry_xattr_add_entry()
116 struct ae_xattr *xp; in archive_entry_xattr_count()
H A Darchive_entry_private.h36 struct ae_xattr { struct
37 struct ae_xattr *next; argument
183 struct ae_xattr *xattr_head;
184 struct ae_xattr *xattr_p;
H A Darchive_entry.c179 struct ae_xattr *xp; in archive_entry_clone()