Searched refs:archive_string_ensure (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_string.h103 #define archive_string_ensure __archive_string_ensure macro
H A Darchive_write_set_format_shar.c352 if (archive_string_ensure(&shar->work, ensured + 3) == NULL)
417 if (archive_string_ensure(&shar->work, alloc_len) == NULL)
H A Darchive_read_support_format_zip.c420 if (archive_string_ensure(&zip->pathname, zip->filename_length) == NULL)
H A Darchive_read_support_format_tar.c892 if (archive_string_ensure(as, size+1) == NULL) {
2178 if (archive_string_ensure(&tar->line, total_size + bytes_read) == NULL) {
H A Darchive_read_support_format_mtree.c1263 if (archive_string_ensure(&mtree->line,
H A Darchive_write_disk.c853 if (archive_string_ensure(&a->path_safe, 512) == NULL) {

Completed in 85 milliseconds