Searched refs:read_next_symbol (Results 1 – 1 of 1) sorted by relevance
424 static int read_next_symbol(struct archive_read *, struct huffman_code *);2414 if ((val = read_next_symbol(a, &precode)) < 0) { in parse_codes()2564 read_next_symbol(struct archive_read *a, struct huffman_code *code) in read_next_symbol() function2931 if ((symbol = read_next_symbol(a, &rar->maincode)) < 0) in expand()2982 if ((lensymbol = read_next_symbol(a, &rar->lengthcode)) < 0) in expand()3026 if ((offssymbol = read_next_symbol(a, &rar->offsetcode)) < 0) in expand()3050 read_next_symbol(a, &rar->lowoffsetcode)) < 0) in expand()