Go to the source code of this file.
◆ END
◆ escape_xml_attr_quote
◆ escape_xml_attr_quote_infos
◆ escape_xml_attr_quote_offsets
| #define escape_xml_attr_quote_offsets 797 |
◆ from__to_amp_escape
◆ from__to_amp_escape_infos
◆ from__to_amp_escape_offsets
| #define from__to_amp_escape_offsets 0 |
◆ from__to_xml_attr_content_escape
◆ from__to_xml_attr_content_escape_infos
◆ from__to_xml_attr_content_escape_offsets
| #define from__to_xml_attr_content_escape_offsets 532 |
◆ from__to_xml_text_escape
◆ from__to_xml_text_escape_infos
◆ from__to_xml_text_escape_offsets
| #define from__to_xml_text_escape_offsets 264 |
◆ NORMAL
◆ str1_amp
◆ str1_gt
◆ str1_lt
◆ str1_quot
◆ TRANSCODE_TABLE_INFO
◆ escape_xml_attr_quote_finish()
| static ssize_t escape_xml_attr_quote_finish |
( |
void * |
statep, |
|
|
unsigned char * |
o, |
|
|
size_t |
osize |
|
) |
| |
|
static |
◆ escape_xml_attr_quote_init()
| static int escape_xml_attr_quote_init |
( |
void * |
statep | ) |
|
|
static |
◆ fun_so_escape_xml_attr_quote()
| static ssize_t fun_so_escape_xml_attr_quote |
( |
void * |
statep, |
|
|
const unsigned char * |
s, |
|
|
size_t |
l, |
|
|
unsigned char * |
o, |
|
|
size_t |
osize |
|
) |
| |
|
static |
◆ Init_escape()
| void Init_escape |
( |
void |
| ) |
|
◆ escape_byte_array
| const unsigned char escape_byte_array[1055] |
|
static |
◆ escape_word_array
| const unsigned int escape_word_array[20] |
|
static |
◆ rb_escape_xml_attr_quote
Initial value:= {
1,
1,
7,
}
static int escape_xml_attr_quote_init(void *statep)
#define TRANSCODE_TABLE_INFO
static ssize_t escape_xml_attr_quote_finish(void *statep, unsigned char *o, size_t osize)
static ssize_t fun_so_escape_xml_attr_quote(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize)
#define escape_xml_attr_quote
Definition at line 212 of file escape.c.
Referenced by Init_escape().
◆ rb_from__to_amp_escape
Initial value:= {
1,
1,
5,
}
#define from__to_amp_escape
#define TRANSCODE_TABLE_INFO
Definition at line 134 of file escape.c.
Referenced by Init_escape().
◆ rb_from__to_xml_attr_content_escape
Initial value:= {
1,
1,
6,
}
#define TRANSCODE_TABLE_INFO
#define from__to_xml_attr_content_escape
Definition at line 158 of file escape.c.
Referenced by Init_escape().
◆ rb_from__to_xml_text_escape
Initial value:= {
1,
1,
5,
}
#define from__to_xml_text_escape
#define TRANSCODE_TABLE_INFO
Definition at line 146 of file escape.c.
Referenced by Init_escape().