php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
mbfilter_htmlent.h File Reference
#include "mbfilter.h"

Go to the source code of this file.

Functions

void mbfl_filt_conv_html_dec_ctor (mbfl_convert_filter *filter)
 
void mbfl_filt_conv_html_dec_dtor (mbfl_convert_filter *filter)
 
int mbfl_filt_conv_html_enc (int c, mbfl_convert_filter *filter)
 
int mbfl_filt_conv_html_enc_flush (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)
 

Variables

const mbfl_encoding mbfl_encoding_html_ent
 
const struct mbfl_convert_vtbl vtbl_wchar_html
 
const struct mbfl_convert_vtbl vtbl_html_wchar
 

Function Documentation

◆ mbfl_filt_conv_html_dec()

int mbfl_filt_conv_html_dec ( int c,
mbfl_convert_filter * filter )

Definition at line 180 of file mbfilter_htmlent.c.

◆ mbfl_filt_conv_html_dec_copy()

void mbfl_filt_conv_html_dec_copy ( mbfl_convert_filter * src,
mbfl_convert_filter * dest )

Definition at line 331 of file mbfilter_htmlent.c.

◆ mbfl_filt_conv_html_dec_ctor()

void mbfl_filt_conv_html_dec_ctor ( mbfl_convert_filter * filter)

Definition at line 164 of file mbfilter_htmlent.c.

◆ mbfl_filt_conv_html_dec_dtor()

void mbfl_filt_conv_html_dec_dtor ( mbfl_convert_filter * filter)

Definition at line 170 of file mbfilter_htmlent.c.

◆ mbfl_filt_conv_html_dec_flush()

int mbfl_filt_conv_html_dec_flush ( mbfl_convert_filter * filter)

Definition at line 307 of file mbfilter_htmlent.c.

◆ mbfl_filt_conv_html_enc()

int mbfl_filt_conv_html_enc ( int c,
mbfl_convert_filter * filter )

Definition at line 100 of file mbfilter_htmlent.c.

◆ mbfl_filt_conv_html_enc_flush()

int mbfl_filt_conv_html_enc_flush ( mbfl_convert_filter * filter)

Definition at line 146 of file mbfilter_htmlent.c.

Variable Documentation

◆ mbfl_encoding_html_ent

const mbfl_encoding mbfl_encoding_html_ent
extern

Definition at line 59 of file mbfilter_htmlent.c.

◆ vtbl_html_wchar

const struct mbfl_convert_vtbl vtbl_html_wchar
extern

Definition at line 84 of file mbfilter_htmlent.c.

◆ vtbl_wchar_html

const struct mbfl_convert_vtbl vtbl_wchar_html
extern

Definition at line 74 of file mbfilter_htmlent.c.