Searched refs:links_entry (Results 1 – 3 of 3) sorted by relevance
69 struct links_entry { struct70 struct links_entry *next; argument71 struct links_entry *previous; argument79 struct links_entry **buckets; argument80 struct links_entry *spare;90 static struct links_entry *find_entry(struct archive_entry_linkresolver *,93 static struct links_entry *insert_entry(struct archive_entry_linkresolver *,95 static struct links_entry *next_entry(struct archive_entry_linkresolver *,161 struct links_entry *le; in archive_entry_linkresolver_free()176 struct links_entry *le; in archive_entry_linkify()[all …]
164 struct links_entry { struct165 struct links_entry *next; argument166 struct links_entry *previous; argument178 struct links_entry *links_head; argument983 struct links_entry *lp = cpio->links_head->next; in archive_read_format_cpio_cleanup()1058 struct links_entry *le; in record_hardlink()1091 le = malloc(sizeof(struct links_entry)); in record_hardlink()
369 struct links_entry { in linkchk() struct370 struct links_entry *next; in linkchk() argument371 struct links_entry *previous; in linkchk() argument377 static struct links_entry **buckets; in linkchk()378 static struct links_entry *free_list; in linkchk()382 struct links_entry *le, **new_buckets; in linkchk()402 new_buckets = calloc(new_size, sizeof(struct links_entry *)); in linkchk()479 le = malloc(sizeof(struct links_entry)); in linkchk()