#include <string.h>
#include "mbfilter.h"
#include "mbfilter_htmlent.h"
#include "html_entities.h"
Go to the source code of this file.
◆ CK
Value:do { if ((statement) < 0) return (-1); } while (0)
Definition at line 95 of file mbfilter_htmlent.c.
◆ html_enc_buffer_size
#define html_enc_buffer_size 16 |
◆ mbfl_filt_conv_html_dec()
◆ mbfl_filt_conv_html_dec_copy()
◆ mbfl_filt_conv_html_dec_ctor()
◆ mbfl_filt_conv_html_dec_dtor()
◆ mbfl_filt_conv_html_dec_flush()
◆ mbfl_filt_conv_html_enc()
◆ mbfl_filt_conv_html_enc_flush()
◆ mbfl_encoding_html_ent
Initial value:= {
"HTML-ENTITIES",
"HTML-ENTITIES",
mbfl_encoding_html_ent_aliases,
mb_htmlent_to_wchar,
mb_wchar_to_htmlent,
}
const struct mbfl_convert_vtbl vtbl_wchar_html
const struct mbfl_convert_vtbl vtbl_html_wchar
#define MBFL_ENCTYPE_GL_UNSAFE
@ mbfl_no_encoding_html_ent
Definition at line 59 of file mbfilter_htmlent.c.
◆ vtbl_html_wchar
Initial value:= {
}
void mbfl_filt_conv_html_dec_ctor(mbfl_convert_filter *filter)
int mbfl_filt_conv_html_dec(int c, mbfl_convert_filter *filter)
int mbfl_filt_conv_html_dec_flush(mbfl_convert_filter *filter)
void mbfl_filt_conv_html_dec_copy(mbfl_convert_filter *src, mbfl_convert_filter *dest)
void mbfl_filt_conv_html_dec_dtor(mbfl_convert_filter *filter)
Definition at line 84 of file mbfilter_htmlent.c.
◆ vtbl_wchar_html
Initial value:= {
}
int mbfl_filt_conv_html_enc(int c, mbfl_convert_filter *filter)
int mbfl_filt_conv_html_enc_flush(mbfl_convert_filter *filter)
void mbfl_filt_conv_common_ctor(mbfl_convert_filter *filter)
Definition at line 74 of file mbfilter_htmlent.c.