Searched refs:read_symbol (Results 1 – 2 of 2) sorted by relevance
121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()164 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()253 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()288 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
124 static struct sym_entry *read_symbol(FILE *in, char **buf, size_t *buf_len) in read_symbol() function271 sym = read_symbol(fp, &buf, &buflen); in read_map()