Dillo v3.1.1-98-g318d1f14
|
#include <decode.h>
Public Attributes | |
char * | buffer |
Dstr * | leftover |
void * | state |
Dstr *(* | decode )(struct Decode *dc, const char *instr, int inlen) |
void(* | free )(struct Decode *dc) |
char* Decode::buffer |
Definition at line 11 of file decode.h.
Referenced by a_Decode_charset_init(), Decode_charset(), Decode_charset_free(), Decode_compression_free(), Decode_content_init_common(), Decode_deflate(), Decode_gzip(), and Decode_raw_deflate().
Definition at line 14 of file decode.h.
Referenced by a_Decode_charset_init(), a_Decode_content_init(), a_Decode_process(), and Decode_deflate().
void(* Decode::free) (struct Decode *dc) |
Definition at line 15 of file decode.h.
Referenced by a_Decode_charset_init(), a_Decode_free(), and Decode_content_init_common().
Dstr* Decode::leftover |
Definition at line 12 of file decode.h.
Referenced by a_Decode_charset_init(), Decode_charset(), Decode_charset_free(), and Decode_content_init_common().
void* Decode::state |
Definition at line 13 of file decode.h.
Referenced by a_Decode_charset_init(), a_Decode_content_init(), Decode_charset(), Decode_charset_free(), Decode_compression_free(), Decode_content_init_common(), Decode_deflate(), Decode_gzip(), and Decode_raw_deflate().