Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c330 unsigned char *unp_buffer; member
1355 free(rar->unp_buffer); in archive_read_format_rar_cleanup()
1825 free(rar->unp_buffer); in read_header()
1826 rar->unp_buffer = NULL; in read_header()
2081 *buff = rar->unp_buffer; in read_data_compressed()
2109 *buff = rar->unp_buffer; in read_data_compressed()
3180 if (!rar->unp_buffer) in copy_from_lzss_window_to_unp()
3182 if ((rar->unp_buffer = malloc(rar->unp_buffer_size)) == NULL) in copy_from_lzss_window_to_unp()
3192 memcpy(&rar->unp_buffer[rar->unp_offset], &rar->lzss.window[windowoffs], in copy_from_lzss_window_to_unp()
3202 memcpy(&rar->unp_buffer[rar->unp_offset], in copy_from_lzss_window_to_unp()
[all …]