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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_xattr.c77 while (entry->xattr_head != NULL) {
78 xp = entry->xattr_head->next;
79 free(entry->xattr_head->name);
80 free(entry->xattr_head->value);
81 free(entry->xattr_head);
82 entry->xattr_head = xp;
85 entry->xattr_head = NULL;
94 for (xp = entry->xattr_head; xp != NULL; xp = xp->next)
108 xp->next = entry->xattr_head;
109 entry->xattr_head
[all...]
H A Darchive_entry_private.h176 struct ae_xattr *xattr_head; member in struct:archive_entry
H A Darchive_entry.c427 xp = entry->xattr_head;

Completed in 56 milliseconds