Home
last modified time | relevance | path

Searched defs:append_char (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/missing/
Dsnprintf.c65 int (*append_char)(struct state *, unsigned char); member
246 append_char(struct state *state, in append_char() function
/external/libpcap/missing/
Dsnprintf.c65 int (*append_char)(struct state *, unsigned char); member
246 append_char(struct state *state, in append_char() function
/external/pdfium/core/fxcodec/lgif/
Dfx_gif.cpp74 void CGifLZWDecoder::AddCode(uint16_t prefix_code, uint8_t append_char) { in AddCode()
155 uint8_t append_char = stack[GIF_MAX_LZW_CODE - stack_size]; in Decode() local
/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp118 void CLZWDecoder::AddCode(uint32_t prefix_code, uint8_t append_char) { in AddCode()