Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c202 struct huffman_code struct
342 struct huffman_code maincode;
343 struct huffman_code offsetcode;
344 struct huffman_code lowoffsetcode;
345 struct huffman_code lengthcode;
423 static int read_next_symbol(struct archive_read *, struct huffman_code *);
424 static int create_code(struct archive_read *, struct huffman_code *,
426 static int add_value(struct archive_read *, struct huffman_code *, int, int,
428 static int new_node(struct huffman_code *);
429 static int make_table(struct archive_read *, struct huffman_code *);
[all …]