Go to the documentation of this file.
32 #define NUM_CHARSETS 6
40 size_t (*
pull)(
void *,
const char **inbuf,
size_t *inbytesleft,
41 char **outbuf,
size_t *outbytesleft);
42 size_t (*
push)(
void *,
const char **inbuf,
size_t *inbytesleft,
43 char **outbuf,
size_t *outbytesleft);