Searched refs:write_to_temp (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_7zip.c520 write_to_temp(struct archive_write *a, const void *buff, size_t s) function
577 if (write_to_temp(a, zip->wbuff, sizeof(zip->wbuff))
593 if (write_to_temp(a, zip->wbuff, (size_t)bytes) != ARCHIVE_OK)
H A Darchive_write_set_format_xar.c657 write_to_temp(struct archive_write *a, const void *buff, size_t s) function
718 if (write_to_temp(a, xar->wbuff,
771 if (write_to_temp(a, buff, size) != ARCHIVE_OK)
1759 if (write_to_temp(a, xar->wbuff, size) != ARCHIVE_OK)
3169 if (write_to_temp(a, value, size)
3204 if (write_to_temp(a, xar->wbuff, size)
H A Darchive_write_set_format_iso9660.c1640 write_to_temp(struct archive_write *a, const void *buff, size_t s) function
1668 * and there is no waiting data, this calls write_to_temp() in
1675 if (write_to_temp(a, buff, s - xs) != ARCHIVE_OK)
3633 r = write_to_temp(a, iso9660->wbuff, wsize - nw);
3684 write_to_temp(a, iso9660->wbuff, (size_t)used) != ARCHIVE_OK)
7367 return (write_to_temp(a, buff, 56));

Completed in 187 milliseconds