Searched defs:append_char (Results 1 – 3 of 3) sorted by relevance
113 uint8_t append_char = decompressed_[decompressed_next_ - 1]; in Decode() local150 void LZWDecompressor::AddCode(uint16_t prefix_code, uint8_t append_char) { in AddCode()
65 int (*append_char)(struct state *, unsigned char); member227 append_char(struct state *state, in append_char() function
154 void CLZWDecoder::AddCode(uint32_t prefix_code, uint8_t append_char) { in AddCode()