Searched defs:append_char (Results 1 – 5 of 5) sorted by relevance
114 uint8_t append_char = decompressed_[decompressed_next_ - 1]; in Decode() local151 void CFX_LZWDecompressor::AddCode(uint16_t prefix_code, uint8_t append_char) { in AddCode()
65 int (*append_char)(struct state *, unsigned char); member246 append_char(struct state *state, in append_char() function
632 auto append_char = [&buffer](char c) { in PrintSignature() local
143 void CLZWDecoder::AddCode(uint32_t prefix_code, uint8_t append_char) { in AddCode()