Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c345 static int lzx_make_huffman_table(struct huffman *);
2639 if (!lzx_make_huffman_table(&ds->at)) in lzx_read_blocks()
2655 if (!lzx_make_huffman_table(&ds->pt)) in lzx_read_blocks()
2684 if (!lzx_make_huffman_table(&ds->pt)) in lzx_read_blocks()
2701 if (!lzx_make_huffman_table(&ds->mt)) in lzx_read_blocks()
2715 if (!lzx_make_huffman_table(&ds->pt)) in lzx_read_blocks()
2732 if (!lzx_make_huffman_table(&ds->lt)) in lzx_read_blocks()
3151 lzx_make_huffman_table(struct huffman *hf) in lzx_make_huffman_table() function