Home
last modified time | relevance | path

Searched refs:pass_destpath_alloc (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/libarchive/cpio/
H A Dcpio.h49 size_t pass_destpath_alloc; member
H A Dcpio.c736 if (len >= cpio->pass_destpath_alloc) { in file_to_archive()
737 while (len >= cpio->pass_destpath_alloc) { in file_to_archive()
738 cpio->pass_destpath_alloc += 512; in file_to_archive()
739 cpio->pass_destpath_alloc *= 2; in file_to_archive()
742 cpio->pass_destpath = malloc(cpio->pass_destpath_alloc); in file_to_archive()