Ruby
1.9.3p392(2013-02-22revision39386)
|
#include "transcode_data.h"
Go to the source code of this file.
Macros | |
#define | from__to_amp_escape_offsets 0 |
#define | str1_amp makeSTR1(258) |
#define | from__to_xml_text_escape_offsets 264 |
#define | str1_lt makeSTR1(522) |
#define | str1_gt makeSTR1(527) |
#define | from__to_xml_attr_content_escape_offsets 532 |
#define | str1_quot makeSTR1(790) |
#define | escape_xml_attr_quote_offsets 797 |
#define | from__to_amp_escape_infos WORDINDEX2INFO(0) |
#define | from__to_amp_escape WORDINDEX2INFO(2) |
#define | from__to_xml_text_escape_infos WORDINDEX2INFO(4) |
#define | from__to_xml_text_escape WORDINDEX2INFO(8) |
#define | from__to_xml_attr_content_escape_infos WORDINDEX2INFO(10) |
#define | from__to_xml_attr_content_escape WORDINDEX2INFO(15) |
#define | escape_xml_attr_quote_infos WORDINDEX2INFO(17) |
#define | escape_xml_attr_quote WORDINDEX2INFO(18) |
#define | TRANSCODE_TABLE_INFO escape_byte_array, 1055, escape_word_array, 20, ((int)sizeof(unsigned int)) |
#define | END 0 |
#define | NORMAL 1 |
Functions | |
static int | escape_xml_attr_quote_init (void *statep) |
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 ssize_t | escape_xml_attr_quote_finish (void *statep, unsigned char *o, size_t osize) |
void | Init_escape (void) |
Variables | |
static const unsigned char | escape_byte_array [1055] |
static const unsigned int | escape_word_array [20] |
static const rb_transcoder | rb_from__to_amp_escape |
static const rb_transcoder | rb_from__to_xml_text_escape |
static const rb_transcoder | rb_from__to_xml_attr_content_escape |
static const rb_transcoder | rb_escape_xml_attr_quote |
#define END 0 |
Definition at line 171 of file escape.c.
Referenced by escape_xml_attr_quote_finish(), escape_xml_attr_quote_init(), fun_so_escape_xml_attr_quote(), and yyparse().
#define escape_xml_attr_quote WORDINDEX2INFO(18) |
#define escape_xml_attr_quote_infos WORDINDEX2INFO(17) |
#define escape_xml_attr_quote_offsets 797 |
#define from__to_amp_escape WORDINDEX2INFO(2) |
#define from__to_amp_escape_infos WORDINDEX2INFO(0) |
#define from__to_amp_escape_offsets 0 |
#define from__to_xml_attr_content_escape WORDINDEX2INFO(15) |
#define from__to_xml_attr_content_escape_infos WORDINDEX2INFO(10) |
#define from__to_xml_attr_content_escape_offsets 532 |
#define from__to_xml_text_escape WORDINDEX2INFO(8) |
#define from__to_xml_text_escape_infos WORDINDEX2INFO(4) |
#define from__to_xml_text_escape_offsets 264 |
#define NORMAL 1 |
Definition at line 172 of file escape.c.
Referenced by fun_so_escape_xml_attr_quote().
#define str1_amp makeSTR1(258) |
#define str1_gt makeSTR1(527) |
#define str1_lt makeSTR1(522) |
#define str1_quot makeSTR1(790) |
#define TRANSCODE_TABLE_INFO escape_byte_array, 1055, escape_word_array, 20, ((int)sizeof(unsigned int)) |
|
static |
|
static |
|
static |
void Init_escape | ( | void | ) |
Definition at line 225 of file escape.c.
References rb_escape_xml_attr_quote, rb_from__to_amp_escape, rb_from__to_xml_attr_content_escape, rb_from__to_xml_text_escape, and rb_register_transcoder().
|
static |
Definition at line 212 of file escape.c.
Referenced by Init_escape().
|
static |
Definition at line 134 of file escape.c.
Referenced by Init_escape().
|
static |
Definition at line 158 of file escape.c.
Referenced by Init_escape().
|
static |
Definition at line 146 of file escape.c.
Referenced by Init_escape().