Searched refs:write_to_temp (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_set_format_xar.c | 680 write_to_temp(struct archive_write *a, const void *buff, size_t s) in write_to_temp() function 741 if (write_to_temp(a, xar->wbuff, in xar_write_data() 794 if (write_to_temp(a, buff, size) != ARCHIVE_OK) in xar_write_data() 1800 if (write_to_temp(a, xar->wbuff, size) != ARCHIVE_OK) in make_toc() 3208 if (write_to_temp(a, value, size) in save_xattrs() 3243 if (write_to_temp(a, xar->wbuff, size) in save_xattrs()
|
H A D | archive_write_set_format_7zip.c | 663 write_to_temp(struct archive_write *a, const void *buff, size_t s) in write_to_temp() function 720 if (write_to_temp(a, zip->wbuff, sizeof(zip->wbuff)) in compress_out() 736 if (write_to_temp(a, zip->wbuff, (size_t)bytes) != ARCHIVE_OK) in compress_out()
|
H A D | archive_write_set_format_iso9660.c | 1645 write_to_temp(struct archive_write *a, const void *buff, size_t s) in write_to_temp() function 1680 if (write_to_temp(a, buff, s - xs) != ARCHIVE_OK) in wb_write_to_temp() 3637 r = write_to_temp(a, iso9660->wbuff, wsize - nw); in wb_write_out() 3688 write_to_temp(a, iso9660->wbuff, (size_t)used) != ARCHIVE_OK) in wb_set_offset() 7376 return (write_to_temp(a, buff, 56)); in setup_boot_information()
|