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

/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_entry_link_resolver.c70 struct links_entry { struct
71 struct links_entry *next;
72 struct links_entry *previous;
80 struct links_entry **buckets;
81 struct links_entry *spare;
87 static struct links_entry *find_entry(struct archive_entry_linkresolver *,
90 static struct links_entry *insert_entry(struct archive_entry_linkresolver *,
92 static struct links_entry *next_entry(struct archive_entry_linkresolver *);
149 struct links_entry *le;
167 struct links_entry *l
[all...]
H A Darchive_read_support_format_cpio.c90 struct links_entry { struct
91 struct links_entry *next;
92 struct links_entry *previous;
104 struct links_entry *links_head;
654 struct links_entry *lp = cpio->links_head->next;
730 struct links_entry *le;
763 le = (struct links_entry *)malloc(sizeof(struct links_entry));
/macosx-10.9.5/file_cmds-230/du/
H A Ddu.c369 struct links_entry { struct
370 struct links_entry *next;
371 struct links_entry *previous;
377 static struct links_entry **buckets;
378 static struct links_entry *free_list;
382 struct links_entry *le, **new_buckets;
402 new_buckets = malloc(new_size * sizeof(struct links_entry *));
419 new_size * sizeof(struct links_entry *));
481 le = malloc(sizeof(struct links_entry));
502 struct links_entry { struct
[all...]

Completed in 166 milliseconds