Home
last modified time | relevance | path

Searched refs:write_to_temp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c656 write_to_temp(struct archive_write *a, const void *buff, size_t s) in write_to_temp() function
717 if (write_to_temp(a, xar->wbuff, in xar_write_data()
770 if (write_to_temp(a, buff, size) != ARCHIVE_OK) in xar_write_data()
1754 if (write_to_temp(a, xar->wbuff, size) != ARCHIVE_OK) in make_toc()
3164 if (write_to_temp(a, value, size) in save_xattrs()
3199 if (write_to_temp(a, xar->wbuff, size) in save_xattrs()
H A Darchive_write_set_format_7zip.c539 write_to_temp(struct archive_write *a, const void *buff, size_t s) in write_to_temp() function
596 if (write_to_temp(a, zip->wbuff, sizeof(zip->wbuff)) in compress_out()
612 if (write_to_temp(a, zip->wbuff, (size_t)bytes) != ARCHIVE_OK) in compress_out()
H A Darchive_write_set_format_iso9660.c1640 write_to_temp(struct archive_write *a, const void *buff, size_t s) in write_to_temp() function
1675 if (write_to_temp(a, buff, s - xs) != ARCHIVE_OK) in wb_write_to_temp()
3632 r = write_to_temp(a, iso9660->wbuff, wsize - nw); in wb_write_out()
3683 write_to_temp(a, iso9660->wbuff, (size_t)used) != ARCHIVE_OK) in wb_set_offset()
7365 return (write_to_temp(a, buff, 56)); in setup_boot_information()