Searched refs:decode_table (Results 1 – 2 of 2) sorted by relevance
191 struct decode_table { struct250 struct decode_table bd; /* huffman bit lengths */252 struct decode_table ld; /* literals */254 struct decode_table dd; /* distances */256 struct decode_table ldd; /* lower bits of distances */258 struct decode_table rd; /* repeating distances */2652 struct decode_table* table, int size) in create_decode_tables()2727 static int decode_number(struct archive_read* a, struct decode_table* table, in decode_number()
3678 static const unsigned char decode_table[128] = { in base64_decode() local3713 || decode_table[*src] == 0xff) { in base64_decode()3719 v |= decode_table[*src++]; in base64_decode()