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.c201 struct huffman_code struct
343 struct huffman_code maincode;
344 struct huffman_code offsetcode;
345 struct huffman_code lowoffsetcode;
346 struct huffman_code lengthcode;
425 static int create_code(struct archive_read *, struct huffman_code *,
429 static int new_node(struct huffman_code *);
2243 struct huffman_code precode; in parse_codes()
2607 create_code(struct archive_read *a, struct huffman_code *code, in create_code()
2751 new_node(struct huffman_code *code) in new_node()
[all …]