Go to the source code of this file.
◆ CK
◆ RESTORE_CONVERSION_STATE
#define RESTORE_CONVERSION_STATE |
( |
| ) |
|
Value:base64 = (
buf->state & 1); nbits = (
buf->state >> 1) & 0x7; cache = (
buf->state >> 4)
zend_ffi_ctype_name_buf buf
Definition at line 631 of file mbfilter_utf7imap.c.
◆ SAVE_CONVERSION_STATE
#define SAVE_CONVERSION_STATE |
( |
| ) |
|
◆ mbfl_filt_conv_utf7imap_wchar()
◆ mbfl_filt_conv_wchar_utf7imap()
◆ mbfl_encoding_utf7imap
Initial value:= {
"UTF7-IMAP",
mbfl_encoding_utf7imap_aliases,
0,
mb_utf7imap_to_wchar,
mb_wchar_to_utf7imap,
mb_check_utf7imap,
}
const struct mbfl_convert_vtbl vtbl_utf7imap_wchar
const struct mbfl_convert_vtbl vtbl_wchar_utf7imap
@ mbfl_no_encoding_utf7imap
Definition at line 90 of file mbfilter_utf7imap.c.
◆ vtbl_utf7imap_wchar
Initial value:= {
mbfl_filt_conv_utf7imap_wchar_flush,
}
int mbfl_filt_conv_utf7imap_wchar(int c, mbfl_convert_filter *filter)
void mbfl_filt_conv_common_ctor(mbfl_convert_filter *filter)
Definition at line 105 of file mbfilter_utf7imap.c.
◆ vtbl_wchar_utf7imap
Initial value:= {
mbfl_filt_conv_wchar_utf7imap_flush,
}
int mbfl_filt_conv_wchar_utf7imap(int c, mbfl_convert_filter *filter)
Definition at line 115 of file mbfilter_utf7imap.c.