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
1349 free(rar->unp_buffer); in archive_read_format_rar_cleanup()
1788 free(rar->unp_buffer); in read_header()
1789 rar->unp_buffer = NULL; in read_header()
2034 *buff = rar->unp_buffer; in read_data_compressed()
2062 *buff = rar->unp_buffer; in read_data_compressed()
3133 if (!rar->unp_buffer) in copy_from_lzss_window_to_unp()
3135 if ((rar->unp_buffer = malloc(rar->unp_buffer_size)) == NULL) in copy_from_lzss_window_to_unp()
3145 memcpy(&rar->unp_buffer[rar->unp_offset], &rar->lzss.window[windowoffs], in copy_from_lzss_window_to_unp()
3155 memcpy(&rar->unp_buffer[rar->unp_offset], in copy_from_lzss_window_to_unp()
[all …]