|
cprover
|
#include <stdio.h>#include <string.h>#include <errno.h>#include <stdlib.h>#include <cctype>#include <cstring>#include <cstdlib>#include "xml_parser.h"#include "xml_y.tab.h"#include <util/pragma_wsign_compare.def>#include <util/pragma_wnull_conversion.def>#include <util/pragma_wdeprecated_register.def>#include <unistd.h>Go to the source code of this file.
Classes | |
| struct | yy_buffer_state |
| struct | yy_trans_info |
Typedefs | |
| typedef signed char | flex_int8_t |
| typedef short int | flex_int16_t |
| typedef int | flex_int32_t |
| typedef unsigned char | flex_uint8_t |
| typedef unsigned short int | flex_uint16_t |
| typedef unsigned int | flex_uint32_t |
| typedef struct yy_buffer_state * | YY_BUFFER_STATE |
| typedef size_t | yy_size_t |
| typedef unsigned char | YY_CHAR |
| typedef int | yy_state_type |
Functions | |
| void | yyxmlrestart (FILE *input_file) |
| Immediately switch to a different input stream. More... | |
| void | yyxml_switch_to_buffer (YY_BUFFER_STATE new_buffer) |
| Switch to a different input buffer. More... | |
| YY_BUFFER_STATE | yyxml_create_buffer (FILE *file, int size) |
| Allocate and initialize an input buffer state. More... | |
| void | yyxml_delete_buffer (YY_BUFFER_STATE b) |
| Destroy the buffer. More... | |
| void | yyxml_flush_buffer (YY_BUFFER_STATE b) |
| Discard all buffered characters. More... | |
| void | yyxmlpush_buffer_state (YY_BUFFER_STATE new_buffer) |
| Pushes the new state onto the stack. More... | |
| void | yyxmlpop_buffer_state (void) |
| Removes and deletes the top of the stack, if present. More... | |
| static void | yyxmlensure_buffer_stack (void) |
| static void | yyxml_load_buffer_state (void) |
| static void | yyxml_init_buffer (YY_BUFFER_STATE b, FILE *file) |
| YY_BUFFER_STATE | yyxml_scan_buffer (char *base, yy_size_t size) |
| Setup the input buffer state to scan directly from a user-specified character buffer. More... | |
| YY_BUFFER_STATE | yyxml_scan_string (const char *yystr) |
| Setup the input buffer state to scan a string. More... | |
| YY_BUFFER_STATE | yyxml_scan_bytes (const char *yybytes, int _yybytes_len) |
| Setup the input buffer state to scan the given bytes. More... | |
| void * | yyxmlalloc (yy_size_t) |
| void * | yyxmlrealloc (void *, yy_size_t) |
| void | yyxmlfree (void *) |
| static yy_state_type | yy_get_previous_state (void) |
| static yy_state_type | yy_try_NUL_trans (yy_state_type current_state) |
| static int | yy_get_next_buffer (void) |
| static void | yy_fatal_error (const char *msg) |
| static char * | word (char *s) |
| static int | yy_init_globals (void) |
| int | yyxmllex_destroy (void) |
| int | yyxmlget_debug (void) |
| void | yyxmlset_debug (int debug_flag) |
| void * | yyxmlget_extra (void) |
| void | yyxmlset_extra (void *user_defined) |
| FILE * | yyxmlget_in (void) |
| Get the input stream. More... | |
| void | yyxmlset_in (FILE *_in_str) |
| Set the input stream. More... | |
| FILE * | yyxmlget_out (void) |
| Get the output stream. More... | |
| void | yyxmlset_out (FILE *_out_str) |
| int | yyxmlget_leng (void) |
| Get the length of the current token. More... | |
| char * | yyxmlget_text (void) |
| Get the current token. More... | |
| int | yyxmlget_lineno (void) |
| Get the current line number. More... | |
| void | yyxmlset_lineno (int _line_number) |
| Set the current line number. More... | |
| int | yyxmlwrap (void) |
| int | yyxmllex (void) |
| The main scanner function which does all the work. More... | |
Variables | |
| int | yyxmlleng |
| FILE * | yyxmlin = NULL |
| FILE * | yyxmlout = NULL |
| static size_t | yy_buffer_stack_top = 0 |
| index of top of stack. More... | |
| static size_t | yy_buffer_stack_max = 0 |
| capacity of stack. More... | |
| static YY_BUFFER_STATE * | yy_buffer_stack = NULL |
| Stack as an array. More... | |
| static char | yy_hold_char |
| static int | yy_n_chars |
| static char * | yy_c_buf_p = NULL |
| static int | yy_init = 0 |
| static int | yy_start = 0 |
| static int | yy_did_buffer_switch_on_eof |
| int | yyxmllineno = 1 |
| char * | yyxmltext |
| static const flex_int16_t | yy_accept [108] |
| static const YY_CHAR | yy_ec [256] |
| static const YY_CHAR | yy_meta [33] |
| static const flex_uint16_t | yy_base [126] |
| static const flex_int16_t | yy_def [126] |
| static const flex_uint16_t | yy_nxt [363] |
| static const flex_int16_t | yy_chk [363] |
| static yy_state_type | yy_last_accepting_state |
| static char * | yy_last_accepting_cpos |
| int | yyxml_flex_debug = 0 |
| #define BEGIN (yy_start) = 1 + 2 * |
Definition at line 133 of file xml_lex.yy.cpp.
Referenced by yyxmllex().
| #define CONTENT 1 |
Definition at line 633 of file xml_lex.yy.cpp.
Referenced by yyxmllex().
| #define DTD 3 |
Definition at line 635 of file xml_lex.yy.cpp.
Referenced by yyxmllex().
Definition at line 729 of file xml_lex.yy.cpp.
| #define EOB_ACT_CONTINUE_SCAN 0 |
Definition at line 181 of file xml_lex.yy.cpp.
Referenced by yy_get_next_buffer(), and yyxmllex().
| #define EOB_ACT_END_OF_FILE 1 |
Definition at line 182 of file xml_lex.yy.cpp.
Referenced by yy_get_next_buffer(), and yyxmllex().
| #define EOB_ACT_LAST_MATCH 2 |
Definition at line 183 of file xml_lex.yy.cpp.
Referenced by yy_get_next_buffer(), and yyxmllex().
| #define FLEX_BETA |
Definition at line 33 of file xml_lex.yy.cpp.
| #define FLEX_SCANNER |
Definition at line 28 of file xml_lex.yy.cpp.
| #define FLEXINT_H |
Definition at line 49 of file xml_lex.yy.cpp.
| #define INITIAL 0 |
Definition at line 632 of file xml_lex.yy.cpp.
Referenced by yyxmllex().
| #define INT16_MAX (32767) |
Definition at line 91 of file xml_lex.yy.cpp.
| #define INT16_MIN (-32767-1) |
Definition at line 82 of file xml_lex.yy.cpp.
| #define INT32_MAX (2147483647) |
Definition at line 94 of file xml_lex.yy.cpp.
| #define INT32_MIN (-2147483647-1) |
Definition at line 85 of file xml_lex.yy.cpp.
| #define INT8_MAX (127) |
Definition at line 88 of file xml_lex.yy.cpp.
| #define INT8_MIN (-128) |
Definition at line 79 of file xml_lex.yy.cpp.
| #define PARSER xml_parser |
Definition at line 601 of file xml_lex.yy.cpp.
| #define PI 2 |
Definition at line 634 of file xml_lex.yy.cpp.
Referenced by yyxmllex().
| #define REJECT reject_used_but_not_detected |
Definition at line 581 of file xml_lex.yy.cpp.
| #define UINT16_MAX (65535U) |
Definition at line 100 of file xml_lex.yy.cpp.
| #define UINT32_MAX (4294967295U) |
Definition at line 103 of file xml_lex.yy.cpp.
| #define UINT8_MAX (255U) |
Definition at line 97 of file xml_lex.yy.cpp.
| #define unput | ( | c | ) | yyunput( c, (yytext_ptr) ) |
Definition at line 202 of file xml_lex.yy.cpp.
| #define YY_AT_BOL | ( | ) | (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) |
Definition at line 348 of file xml_lex.yy.cpp.
| #define YY_BREAK /*LINTED*/break; |
Definition at line 808 of file xml_lex.yy.cpp.
Referenced by yyxmllex().
| #define YY_BUF_SIZE 16384 |
Definition at line 159 of file xml_lex.yy.cpp.
Referenced by yyxmllex(), and yyxmlrestart().
| #define YY_BUFFER_EOF_PENDING 2 |
Definition at line 264 of file xml_lex.yy.cpp.
Referenced by yy_get_next_buffer().
| #define YY_BUFFER_NEW 0 |
Definition at line 252 of file xml_lex.yy.cpp.
Referenced by yyxml_flush_buffer(), yyxml_scan_buffer(), and yyxmllex().
| #define YY_BUFFER_NORMAL 1 |
Definition at line 253 of file xml_lex.yy.cpp.
Referenced by yyxmllex().
| #define yy_create_buffer yyxml_create_buffer |
Definition at line 9 of file xml_lex.yy.cpp.
| #define YY_CURRENT_BUFFER |
Definition at line 280 of file xml_lex.yy.cpp.
Referenced by yyxml_delete_buffer(), yyxml_flush_buffer(), yyxml_init_buffer(), yyxml_switch_to_buffer(), yyxmllex(), yyxmllex_destroy(), yyxmlpop_buffer_state(), yyxmlpush_buffer_state(), and yyxmlrestart().
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] |
Definition at line 287 of file xml_lex.yy.cpp.
Referenced by yy_get_next_buffer(), yyxml_delete_buffer(), yyxml_load_buffer_state(), yyxml_switch_to_buffer(), yyxmllex(), yyxmllex_destroy(), yyxmlpop_buffer_state(), yyxmlpush_buffer_state(), and yyxmlrestart().
| #define YY_DECL int yyxmllex (void) |
Definition at line 796 of file xml_lex.yy.cpp.
| #define YY_DECL_IS_OURS 1 |
Definition at line 792 of file xml_lex.yy.cpp.
| #define yy_delete_buffer yyxml_delete_buffer |
Definition at line 10 of file xml_lex.yy.cpp.
| #define YY_DO_BEFORE_ACTION |
Definition at line 376 of file xml_lex.yy.cpp.
Referenced by yyxmllex().
| #define YY_END_OF_BUFFER 20 |
Definition at line 384 of file xml_lex.yy.cpp.
Referenced by yyxmllex().
| #define YY_END_OF_BUFFER_CHAR 0 |
Definition at line 148 of file xml_lex.yy.cpp.
Referenced by yy_get_next_buffer(), yyxml_flush_buffer(), yyxml_scan_buffer(), and yyxml_scan_bytes().
| #define YY_EXIT_FAILURE 2 |
Definition at line 1778 of file xml_lex.yy.cpp.
Referenced by yy_fatal_error().
| #define YY_EXTRA_TYPE void * |
Definition at line 646 of file xml_lex.yy.cpp.
| #define YY_FATAL_ERROR | ( | msg | ) | yy_fatal_error( msg ) |
Definition at line 783 of file xml_lex.yy.cpp.
Referenced by yy_get_next_buffer(), yyxml_create_buffer(), yyxml_scan_buffer(), yyxml_scan_bytes(), yyxmlensure_buffer_stack(), and yyxmllex().
| #define yy_flex_debug yyxml_flex_debug |
Definition at line 11 of file xml_lex.yy.cpp.
| #define YY_FLEX_MAJOR_VERSION 2 |
Definition at line 29 of file xml_lex.yy.cpp.
| #define YY_FLEX_MINOR_VERSION 6 |
Definition at line 30 of file xml_lex.yy.cpp.
| #define YY_FLEX_SUBMINOR_VERSION 1 |
Definition at line 31 of file xml_lex.yy.cpp.
| #define yy_flush_buffer yyxml_flush_buffer |
Definition at line 13 of file xml_lex.yy.cpp.
| #define YY_FLUSH_BUFFER yyxml_flush_buffer(YY_CURRENT_BUFFER ) |
Definition at line 316 of file xml_lex.yy.cpp.
| #define yy_init_buffer yyxml_init_buffer |
Definition at line 12 of file xml_lex.yy.cpp.
| #define YY_INPUT | ( | buf, | |
| result, | |||
| max_size | |||
| ) |
Definition at line 736 of file xml_lex.yy.cpp.
Referenced by yy_get_next_buffer().
| #define YY_INT_ALIGNED short int |
Definition at line 5 of file xml_lex.yy.cpp.
| #define YY_LESS_LINENO | ( | n | ) |
Definition at line 185 of file xml_lex.yy.cpp.
| #define YY_LINENO_REWIND_TO | ( | ptr | ) |
Definition at line 186 of file xml_lex.yy.cpp.
| #define yy_load_buffer_state yyxml_load_buffer_state |
Definition at line 14 of file xml_lex.yy.cpp.
| #define YY_MORE_ADJ 0 |
Definition at line 583 of file xml_lex.yy.cpp.
Referenced by yy_get_next_buffer(), yy_get_previous_state(), and yyxmllex().
| #define yy_new_buffer yyxml_create_buffer |
Definition at line 326 of file xml_lex.yy.cpp.
| #define YY_NEW_FILE yyxmlrestart(yyxmlin ) |
Definition at line 146 of file xml_lex.yy.cpp.
Referenced by yyxmllex().
| #define YY_NO_INPUT 1 |
Definition at line 587 of file xml_lex.yy.cpp.
| #define YY_NULL 0 |
Definition at line 120 of file xml_lex.yy.cpp.
| #define YY_NUM_RULES 19 |
Definition at line 383 of file xml_lex.yy.cpp.
| #define YY_READ_BUF_SIZE 8192 |
Definition at line 720 of file xml_lex.yy.cpp.
Referenced by yy_get_next_buffer().
| #define YY_RESTORE_YY_MORE_OFFSET |
Definition at line 584 of file xml_lex.yy.cpp.
Referenced by yyxmllex().
| #define YY_RULE_SETUP YY_USER_ACTION |
Definition at line 811 of file xml_lex.yy.cpp.
Referenced by yyxmllex().
| #define YY_SC_TO_UI | ( | c | ) | ((unsigned int) (unsigned char) c) |
Definition at line 127 of file xml_lex.yy.cpp.
Referenced by yy_get_previous_state(), and yyxmllex().
| #define yy_set_bol | ( | at_bol | ) |
Definition at line 338 of file xml_lex.yy.cpp.
| #define yy_set_interactive | ( | is_interactive | ) |
Definition at line 328 of file xml_lex.yy.cpp.
| #define YY_START (((yy_start) - 1) / 2) |
Definition at line 139 of file xml_lex.yy.cpp.
Referenced by yyxmllex().
| #define YY_START_STACK_INCR 25 |
Definition at line 778 of file xml_lex.yy.cpp.
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) |
Definition at line 165 of file xml_lex.yy.cpp.
| #define YY_STATE_EOF | ( | state | ) | (YY_END_OF_BUFFER + state + 1) |
Definition at line 143 of file xml_lex.yy.cpp.
Referenced by yyxmllex().
| #define YY_STRUCT_YY_BUFFER_STATE |
Definition at line 205 of file xml_lex.yy.cpp.
| #define yy_switch_to_buffer yyxml_switch_to_buffer |
Definition at line 15 of file xml_lex.yy.cpp.
| #define YY_TYPEDEF_YY_BUFFER_STATE |
Definition at line 168 of file xml_lex.yy.cpp.
| #define YY_TYPEDEF_YY_SIZE_T |
Definition at line 173 of file xml_lex.yy.cpp.
| #define YY_USER_ACTION |
Definition at line 803 of file xml_lex.yy.cpp.
| #define yyalloc yyxmlalloc |
Definition at line 24 of file xml_lex.yy.cpp.
| #define yyconst const |
Definition at line 111 of file xml_lex.yy.cpp.
| #define yyfree yyxmlfree |
Definition at line 26 of file xml_lex.yy.cpp.
| #define yyin yyxmlin |
Definition at line 16 of file xml_lex.yy.cpp.
| #define yyleng yyxmlleng |
Definition at line 17 of file xml_lex.yy.cpp.
| #define yyless | ( | n | ) |
Definition at line 1790 of file xml_lex.yy.cpp.
| #define yyless | ( | n | ) |
Definition at line 1790 of file xml_lex.yy.cpp.
| #define yylex yyxmllex |
Definition at line 18 of file xml_lex.yy.cpp.
| #define yylineno yyxmllineno |
Definition at line 19 of file xml_lex.yy.cpp.
| #define yymore | ( | ) | yymore_used_but_not_detected |
Definition at line 582 of file xml_lex.yy.cpp.
| #define yynoreturn |
Definition at line 116 of file xml_lex.yy.cpp.
| #define yyout yyxmlout |
Definition at line 20 of file xml_lex.yy.cpp.
| #define yyrealloc yyxmlrealloc |
Definition at line 25 of file xml_lex.yy.cpp.
| #define yyrestart yyxmlrestart |
Definition at line 21 of file xml_lex.yy.cpp.
| #define YYSTATE YY_START |
Definition at line 140 of file xml_lex.yy.cpp.
| #define YYTABLES_NAME "yytables" |
Definition at line 1982 of file xml_lex.yy.cpp.
| #define yyterminate | ( | ) | return YY_NULL |
Definition at line 773 of file xml_lex.yy.cpp.
Referenced by yyxmllex().
| #define yytext yyxmltext |
Definition at line 22 of file xml_lex.yy.cpp.
| #define yytext_ptr yyxmltext |
Definition at line 366 of file xml_lex.yy.cpp.
Referenced by yy_get_next_buffer(), yy_get_previous_state(), yyxml_load_buffer_state(), and yyxmllex().
| #define yywrap yyxmlwrap |
Definition at line 23 of file xml_lex.yy.cpp.
| typedef short int flex_int16_t |
Definition at line 71 of file xml_lex.yy.cpp.
| typedef int flex_int32_t |
Definition at line 72 of file xml_lex.yy.cpp.
| typedef signed char flex_int8_t |
Definition at line 70 of file xml_lex.yy.cpp.
| typedef unsigned short int flex_uint16_t |
Definition at line 74 of file xml_lex.yy.cpp.
| typedef unsigned int flex_uint32_t |
Definition at line 75 of file xml_lex.yy.cpp.
| typedef unsigned char flex_uint8_t |
Definition at line 73 of file xml_lex.yy.cpp.
| typedef struct yy_buffer_state* YY_BUFFER_STATE |
Definition at line 169 of file xml_lex.yy.cpp.
| typedef unsigned char YY_CHAR |
Definition at line 352 of file xml_lex.yy.cpp.
| typedef size_t yy_size_t |
Definition at line 174 of file xml_lex.yy.cpp.
| typedef int yy_state_type |
Definition at line 356 of file xml_lex.yy.cpp.
|
static |
|
static |
Definition at line 1781 of file xml_lex.yy.cpp.
References YY_EXIT_FAILURE.
|
static |
Definition at line 1161 of file xml_lex.yy.cpp.
References EOB_ACT_CONTINUE_SCAN, EOB_ACT_END_OF_FILE, EOB_ACT_LAST_MATCH, yy_buffer_state::yy_buf_size, YY_BUFFER_EOF_PENDING, yy_c_buf_p, yy_buffer_state::yy_ch_buf, YY_CURRENT_BUFFER_LVALUE, YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, YY_INPUT, yy_buffer_state::yy_is_our_buffer, YY_MORE_ADJ, yy_n_chars, YY_READ_BUF_SIZE, yytext_ptr, yyxmlin, yyxmlrealloc(), and yyxmlrestart().
Referenced by yyxmllex().
|
static |
Definition at line 1295 of file xml_lex.yy.cpp.
References yy_accept, yy_base, yy_c_buf_p, yy_chk, yy_def, yy_ec, yy_last_accepting_cpos, yy_last_accepting_state, yy_meta, YY_MORE_ADJ, yy_nxt, YY_SC_TO_UI, yy_start, and yytext_ptr.
Referenced by yyxmllex().
|
static |
Definition at line 1884 of file xml_lex.yy.cpp.
References yy_buffer_stack, yy_buffer_stack_max, yy_buffer_stack_top, yy_c_buf_p, yy_init, yy_start, yyxmlin, and yyxmlout.
Referenced by yyxmllex_destroy().
|
static |
Definition at line 1327 of file xml_lex.yy.cpp.
References yy_accept, yy_base, yy_c_buf_p, yy_chk, yy_def, yy_last_accepting_cpos, yy_last_accepting_state, yy_meta, and yy_nxt.
Referenced by yyxmllex().
| YY_BUFFER_STATE yyxml_create_buffer | ( | FILE * | file, |
| int | size | ||
| ) |
Allocate and initialize an input buffer state.
| file | A readable stream. |
| size | The character buffer size in bytes. When in doubt, use YY_BUF_SIZE. |
Definition at line 1495 of file xml_lex.yy.cpp.
References yy_buffer_state::yy_buf_size, yy_buffer_state::yy_ch_buf, YY_FATAL_ERROR, yy_buffer_state::yy_is_our_buffer, yyxml_init_buffer(), and yyxmlalloc().
Referenced by yyxmllex(), and yyxmlrestart().
| void yyxml_delete_buffer | ( | YY_BUFFER_STATE | b | ) |
Destroy the buffer.
| b | a buffer created with yyxml_create_buffer() |
Definition at line 1523 of file xml_lex.yy.cpp.
References yy_buffer_state::yy_ch_buf, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_buffer_state::yy_is_our_buffer, and yyxmlfree().
Referenced by yyxmllex_destroy(), and yyxmlpop_buffer_state().
| void yyxml_flush_buffer | ( | YY_BUFFER_STATE | b | ) |
Discard all buffered characters.
On the next scan, YY_INPUT will be called.
| b | the buffer state to be flushed, usually YY_CURRENT_BUFFER. |
Definition at line 1570 of file xml_lex.yy.cpp.
References yy_buffer_state::yy_at_bol, yy_buffer_state::yy_buf_pos, YY_BUFFER_NEW, yy_buffer_state::yy_buffer_status, yy_buffer_state::yy_ch_buf, YY_CURRENT_BUFFER, YY_END_OF_BUFFER_CHAR, yy_buffer_state::yy_n_chars, and yyxml_load_buffer_state().
Referenced by yyxml_init_buffer().
|
static |
Definition at line 1542 of file xml_lex.yy.cpp.
References yy_buffer_state::yy_bs_column, yy_buffer_state::yy_bs_lineno, YY_CURRENT_BUFFER, yy_buffer_state::yy_fill_buffer, yy_buffer_state::yy_input_file, yy_buffer_state::yy_is_interactive, and yyxml_flush_buffer().
Referenced by yyxml_create_buffer(), and yyxmlrestart().
|
static |
Definition at line 1481 of file xml_lex.yy.cpp.
References yy_c_buf_p, YY_CURRENT_BUFFER_LVALUE, yy_hold_char, yy_n_chars, yytext_ptr, and yyxmlin.
Referenced by yyxml_flush_buffer(), yyxml_switch_to_buffer(), yyxmllex(), yyxmlpop_buffer_state(), yyxmlpush_buffer_state(), and yyxmlrestart().
| YY_BUFFER_STATE yyxml_scan_buffer | ( | char * | base, |
| yy_size_t | size | ||
| ) |
Setup the input buffer state to scan directly from a user-specified character buffer.
| base | the character buffer |
| size | the size in bytes of the character buffer |
Definition at line 1697 of file xml_lex.yy.cpp.
References yy_buffer_state::yy_at_bol, yy_buffer_state::yy_buf_pos, yy_buffer_state::yy_buf_size, YY_BUFFER_NEW, yy_buffer_state::yy_buffer_status, yy_buffer_state::yy_ch_buf, YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, yy_buffer_state::yy_fill_buffer, yy_buffer_state::yy_input_file, yy_buffer_state::yy_is_interactive, yy_buffer_state::yy_is_our_buffer, yy_buffer_state::yy_n_chars, yyxml_switch_to_buffer(), and yyxmlalloc().
Referenced by yyxml_scan_bytes().
| YY_BUFFER_STATE yyxml_scan_bytes | ( | const char * | yybytes, |
| int | _yybytes_len | ||
| ) |
Setup the input buffer state to scan the given bytes.
The next call to yyxmllex() will scan from a copy of bytes.
| yybytes | the byte buffer to scan |
| _yybytes_len | the number of bytes in the buffer pointed to by bytes. |
Definition at line 1747 of file xml_lex.yy.cpp.
References YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, yy_buffer_state::yy_is_our_buffer, yyxml_scan_buffer(), and yyxmlalloc().
Referenced by yyxml_scan_string().
| YY_BUFFER_STATE yyxml_scan_string | ( | const char * | yystr | ) |
Setup the input buffer state to scan a string.
The next call to yyxmllex() will scan from a copy of str.
| yystr | a NUL-terminated string to scan |
Definition at line 1734 of file xml_lex.yy.cpp.
References yyxml_scan_bytes().
| void yyxml_switch_to_buffer | ( | YY_BUFFER_STATE | new_buffer | ) |
Switch to a different input buffer.
| new_buffer | The new input buffer. |
Definition at line 1450 of file xml_lex.yy.cpp.
References yy_c_buf_p, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_did_buffer_switch_on_eof, yy_hold_char, yy_n_chars, yyxml_load_buffer_state(), and yyxmlensure_buffer_stack().
Referenced by yyxml_scan_buffer().
| void * yyxmlalloc | ( | yy_size_t | size | ) |
Definition at line 1959 of file xml_lex.yy.cpp.
References malloc().
Referenced by yyxml_create_buffer(), yyxml_scan_buffer(), yyxml_scan_bytes(), and yyxmlensure_buffer_stack().
|
static |
Definition at line 1648 of file xml_lex.yy.cpp.
References yy_buffer_stack, yy_buffer_stack_max, yy_buffer_stack_top, YY_FATAL_ERROR, yyxmlalloc(), and yyxmlrealloc().
Referenced by yyxml_switch_to_buffer(), yyxmllex(), yyxmlpush_buffer_state(), and yyxmlrestart().
| void yyxmlfree | ( | void * | ptr | ) |
Definition at line 1977 of file xml_lex.yy.cpp.
References free().
Referenced by yyxml_delete_buffer(), and yyxmllex_destroy().
| int yyxmlget_debug | ( | void | ) |
Definition at line 1874 of file xml_lex.yy.cpp.
References yyxml_flex_debug.
| void* yyxmlget_extra | ( | void | ) |
| FILE * yyxmlget_in | ( | void | ) |
| int yyxmlget_leng | ( | void | ) |
Get the length of the current token.
Definition at line 1834 of file xml_lex.yy.cpp.
References yyxmlleng.
| int yyxmlget_lineno | ( | void | ) |
Get the current line number.
Definition at line 1809 of file xml_lex.yy.cpp.
References yyxmllineno.
| FILE * yyxmlget_out | ( | void | ) |
| char * yyxmlget_text | ( | void | ) |
| int yyxmllex | ( | void | ) |
The main scanner function which does all the work.
Definition at line 816 of file xml_lex.yy.cpp.
References BEGIN, CLOSE, COMMENT, CONTENT, DATA, DTD, END, ENDPI, EOB_ACT_CONTINUE_SCAN, EOB_ACT_END_OF_FILE, EOB_ACT_LAST_MATCH, EQ, INITIAL, NAME, PI, YYSTYPE::s, SLASH, START, STARTPI, STARTXMLDECL, VALUE, word(), yy_accept, yy_base, YY_BREAK, YY_BUF_SIZE, YY_BUFFER_NEW, YY_BUFFER_NORMAL, yy_c_buf_p, yy_chk, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_def, yy_did_buffer_switch_on_eof, YY_DO_BEFORE_ACTION, yy_ec, YY_END_OF_BUFFER, YY_FATAL_ERROR, yy_get_next_buffer(), yy_get_previous_state(), yy_hold_char, yy_init, yy_last_accepting_cpos, yy_last_accepting_state, yy_meta, YY_MORE_ADJ, yy_n_chars, YY_NEW_FILE, yy_nxt, YY_RESTORE_YY_MORE_OFFSET, YY_RULE_SETUP, YY_SC_TO_UI, YY_START, yy_start, YY_STATE_EOF, yy_try_NUL_trans(), yyterminate, yytext_ptr, yyxml_create_buffer(), yyxml_load_buffer_state(), yyxmlensure_buffer_stack(), yyxmlerror(), yyxmlin, yyxmllval, yyxmlout, yyxmltext, and yyxmlwrap().
| int yyxmllex_destroy | ( | void | ) |
Definition at line 1913 of file xml_lex.yy.cpp.
References yy_buffer_stack, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_init_globals(), yyxml_delete_buffer(), yyxmlfree(), and yyxmlpop_buffer_state().
| void yyxmlpop_buffer_state | ( | void | ) |
Removes and deletes the top of the stack, if present.
The next element becomes the new top.
Definition at line 1629 of file xml_lex.yy.cpp.
References yy_buffer_stack_top, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_did_buffer_switch_on_eof, yyxml_delete_buffer(), and yyxml_load_buffer_state().
Referenced by yyxmllex_destroy().
| void yyxmlpush_buffer_state | ( | YY_BUFFER_STATE | new_buffer | ) |
Pushes the new state onto the stack.
The new state becomes the current state. This function will allocate the stack if necessary.
| new_buffer | The new state. |
Definition at line 1599 of file xml_lex.yy.cpp.
References yy_buffer_stack_top, yy_c_buf_p, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_did_buffer_switch_on_eof, yy_hold_char, yy_n_chars, yyxml_load_buffer_state(), and yyxmlensure_buffer_stack().
| void * yyxmlrealloc | ( | void * | ptr, |
| yy_size_t | size | ||
| ) |
Definition at line 1964 of file xml_lex.yy.cpp.
Referenced by yy_get_next_buffer(), and yyxmlensure_buffer_stack().
| void yyxmlrestart | ( | FILE * | input_file | ) |
Immediately switch to a different input stream.
| input_file | A readable stream. |
INITIAL . Definition at line 1433 of file xml_lex.yy.cpp.
References YY_BUF_SIZE, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yyxml_create_buffer(), yyxml_init_buffer(), yyxml_load_buffer_state(), yyxmlensure_buffer_stack(), and yyxmlin.
Referenced by yy_get_next_buffer().
| void yyxmlset_debug | ( | int | debug_flag | ) |
Definition at line 1879 of file xml_lex.yy.cpp.
References yyxml_flex_debug.
| void yyxmlset_extra | ( | void * | user_defined | ) |
| void yyxmlset_in | ( | FILE * | _in_str | ) |
Set the input stream.
This does not discard the current input buffer.
| _in_str | A readable stream. |
Definition at line 1864 of file xml_lex.yy.cpp.
References yyxmlin.
| void yyxmlset_lineno | ( | int | _line_number | ) |
Set the current line number.
| _line_number | line number |
Definition at line 1852 of file xml_lex.yy.cpp.
References yyxmllineno.
| void yyxmlset_out | ( | FILE * | _out_str | ) |
Definition at line 1869 of file xml_lex.yy.cpp.
References yyxmlout.
| int yyxmlwrap | ( | void | ) |
Definition at line 1988 of file xml_lex.yy.cpp.
Referenced by yyxmllex().
|
static |
Definition at line 392 of file xml_lex.yy.cpp.
Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yyxmllex().
|
static |
Definition at line 448 of file xml_lex.yy.cpp.
Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yyxmllex().
|
static |
Stack as an array.
Definition at line 272 of file xml_lex.yy.cpp.
Referenced by yy_init_globals(), yyxmlensure_buffer_stack(), and yyxmllex_destroy().
|
static |
capacity of stack.
Definition at line 271 of file xml_lex.yy.cpp.
Referenced by yy_init_globals(), and yyxmlensure_buffer_stack().
|
static |
index of top of stack.
Definition at line 270 of file xml_lex.yy.cpp.
Referenced by yy_init_globals(), yyxmlensure_buffer_stack(), yyxmlpop_buffer_state(), and yyxmlpush_buffer_state().
|
static |
Definition at line 295 of file xml_lex.yy.cpp.
Referenced by yy_get_next_buffer(), yy_get_previous_state(), yy_init_globals(), yy_try_NUL_trans(), yyxml_load_buffer_state(), yyxml_switch_to_buffer(), yyxmllex(), and yyxmlpush_buffer_state().
|
static |
Definition at line 528 of file xml_lex.yy.cpp.
Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yyxmllex().
|
static |
Definition at line 466 of file xml_lex.yy.cpp.
Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yyxmllex().
|
static |
Definition at line 302 of file xml_lex.yy.cpp.
Referenced by yyxml_switch_to_buffer(), yyxmllex(), yyxmlpop_buffer_state(), and yyxmlpush_buffer_state().
|
static |
Definition at line 408 of file xml_lex.yy.cpp.
Referenced by yy_get_previous_state(), and yyxmllex().
|
static |
Definition at line 290 of file xml_lex.yy.cpp.
Referenced by yyxml_load_buffer_state(), yyxml_switch_to_buffer(), yyxmllex(), and yyxmlpush_buffer_state().
|
static |
Definition at line 296 of file xml_lex.yy.cpp.
Referenced by yy_init_globals(), and yyxmllex().
|
static |
Definition at line 573 of file xml_lex.yy.cpp.
Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yyxmllex().
|
static |
Definition at line 572 of file xml_lex.yy.cpp.
Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yyxmllex().
|
static |
Definition at line 440 of file xml_lex.yy.cpp.
Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yyxmllex().
|
static |
Definition at line 291 of file xml_lex.yy.cpp.
Referenced by yy_get_next_buffer(), yyxml_load_buffer_state(), yyxml_switch_to_buffer(), yyxmllex(), and yyxmlpush_buffer_state().
|
static |
Definition at line 484 of file xml_lex.yy.cpp.
Referenced by yy_get_previous_state(), yy_try_NUL_trans(), and yyxmllex().
|
static |
Definition at line 297 of file xml_lex.yy.cpp.
Referenced by yy_get_previous_state(), yy_init_globals(), and yyxmllex().
| int yyxml_flex_debug = 0 |
Definition at line 576 of file xml_lex.yy.cpp.
Referenced by yyxmlget_debug(), and yyxmlset_debug().
| FILE * yyxmlin = NULL |
Definition at line 354 of file xml_lex.yy.cpp.
Referenced by yy_get_next_buffer(), yy_init_globals(), yyxml_load_buffer_state(), yyxmlget_in(), yyxmllex(), yyxmlrestart(), and yyxmlset_in().
| int yyxmlleng |
Definition at line 292 of file xml_lex.yy.cpp.
Referenced by yyxmlget_leng().
| int yyxmllineno = 1 |
Definition at line 360 of file xml_lex.yy.cpp.
Referenced by yyxmlget_lineno(), and yyxmlset_lineno().
| FILE * yyxmlout = NULL |
Definition at line 354 of file xml_lex.yy.cpp.
Referenced by yy_init_globals(), yyxmlget_out(), yyxmllex(), and yyxmlset_out().
| char * yyxmltext |
Definition at line 585 of file xml_lex.yy.cpp.
Referenced by yyxmlget_text(), and yyxmllex().