1 #ifndef Dtd_Parse_HEADER_H 2 #define Dtd_Parse_HEADER_H 1 3 #define Dtd_Parse_IN_HEADER 1 5 #line 6 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/epan/dtd_parse_lex.h" 9 #line 10 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/epan/dtd_parse_lex.h" 11 #define YY_INT_ALIGNED short int 16 #define YY_FLEX_MAJOR_VERSION 2 17 #define YY_FLEX_MINOR_VERSION 6 18 #define YY_FLEX_SUBMINOR_VERSION 0 19 #if YY_FLEX_SUBMINOR_VERSION > 0 40 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L 45 #ifndef __STDC_LIMIT_MACROS 46 #define __STDC_LIMIT_MACROS 1 50 typedef int8_t flex_int8_t;
51 typedef uint8_t flex_uint8_t;
52 typedef int16_t flex_int16_t;
53 typedef uint16_t flex_uint16_t;
54 typedef int32_t flex_int32_t;
55 typedef uint32_t flex_uint32_t;
57 typedef signed char flex_int8_t;
58 typedef short int flex_int16_t;
59 typedef int flex_int32_t;
60 typedef unsigned char flex_uint8_t;
61 typedef unsigned short int flex_uint16_t;
62 typedef unsigned int flex_uint32_t;
66 #define INT8_MIN (-128) 69 #define INT16_MIN (-32767-1) 72 #define INT32_MIN (-2147483647-1) 75 #define INT8_MAX (127) 78 #define INT16_MAX (32767) 81 #define INT32_MAX (2147483647) 84 #define UINT8_MAX (255U) 87 #define UINT16_MAX (65535U) 90 #define UINT32_MAX (4294967295U) 105 #if defined (__STDC__) 113 #define yyconst const 119 #ifndef YY_TYPEDEF_YY_SCANNER_T 120 #define YY_TYPEDEF_YY_SCANNER_T 121 typedef void* yyscan_t;
126 #define yyin yyg->yyin_r 127 #define yyout yyg->yyout_r 128 #define yyextra yyg->yyextra_r 129 #define yyleng yyg->yyleng_r 130 #define yytext yyg->yytext_r 131 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) 132 #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column) 133 #define yy_flex_debug yyg->yy_flex_debug_r 142 #define YY_BUF_SIZE 32768 144 #define YY_BUF_SIZE 16384 148 #ifndef YY_TYPEDEF_YY_BUFFER_STATE 149 #define YY_TYPEDEF_YY_BUFFER_STATE 153 #ifndef YY_TYPEDEF_YY_SIZE_T 154 #define YY_TYPEDEF_YY_SIZE_T 155 typedef size_t yy_size_t;
158 #ifndef YY_STRUCT_YY_BUFFER_STATE 159 #define YY_STRUCT_YY_BUFFER_STATE 170 yy_size_t yy_buf_size;
181 int yy_is_our_buffer;
188 int yy_is_interactive;
204 int yy_buffer_status;
209 void Dtd_Parse_restart (FILE *input_file ,yyscan_t yyscanner );
210 void Dtd_Parse__switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
211 YY_BUFFER_STATE Dtd_Parse__create_buffer (FILE *file,
int size ,yyscan_t yyscanner );
212 void Dtd_Parse__delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
213 void Dtd_Parse__flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
214 void Dtd_Parse_push_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
215 void Dtd_Parse_pop_buffer_state (yyscan_t yyscanner );
217 YY_BUFFER_STATE Dtd_Parse__scan_buffer (
char *base,yy_size_t size ,yyscan_t yyscanner );
218 YY_BUFFER_STATE Dtd_Parse__scan_string (yyconst
char *yy_str ,yyscan_t yyscanner );
219 YY_BUFFER_STATE Dtd_Parse__scan_bytes (yyconst
char *bytes,yy_size_t len ,yyscan_t yyscanner );
221 void *Dtd_Parse_alloc (yy_size_t ,yyscan_t yyscanner );
222 void *Dtd_Parse_realloc (
void *,yy_size_t ,yyscan_t yyscanner );
223 void Dtd_Parse_free (
void * ,yyscan_t yyscanner );
227 #define Dtd_Parse_wrap(yyscanner) (1) 228 #define YY_SKIP_YYWRAP 230 #define yytext_ptr yytext_r 232 #ifdef YY_HEADER_EXPORT_START_CONDITIONS 239 #define GET_ATTR_QUOTE 6 240 #define GET_ATTR_VAL 7 241 #define GET_ATTR_CLOSE_QUOTE 8 243 #define IN_NOTATION 10 247 #ifndef YY_NO_UNISTD_H 255 #define YY_EXTRA_TYPE Dtd_Parse_scanner_state_t * 257 int Dtd_Parse_lex_init (yyscan_t* scanner);
259 int Dtd_Parse_lex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
264 int Dtd_Parse_lex_destroy (yyscan_t yyscanner );
266 int Dtd_Parse_get_debug (yyscan_t yyscanner );
268 void Dtd_Parse_set_debug (
int debug_flag ,yyscan_t yyscanner );
270 YY_EXTRA_TYPE Dtd_Parse_get_extra (yyscan_t yyscanner );
272 void Dtd_Parse_set_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
274 FILE *Dtd_Parse_get_in (yyscan_t yyscanner );
276 void Dtd_Parse_set_in (FILE * _in_str ,yyscan_t yyscanner );
278 FILE *Dtd_Parse_get_out (yyscan_t yyscanner );
280 void Dtd_Parse_set_out (FILE * _out_str ,yyscan_t yyscanner );
282 yy_size_t Dtd_Parse_get_leng (yyscan_t yyscanner );
284 char *Dtd_Parse_get_text (yyscan_t yyscanner );
286 int Dtd_Parse_get_lineno (yyscan_t yyscanner );
288 void Dtd_Parse_set_lineno (
int _line_number ,yyscan_t yyscanner );
290 int Dtd_Parse_get_column (yyscan_t yyscanner );
292 void Dtd_Parse_set_column (
int _column_no ,yyscan_t yyscanner );
298 #ifndef YY_SKIP_YYWRAP 300 extern "C" int Dtd_Parse_wrap (yyscan_t yyscanner );
302 extern int Dtd_Parse_wrap (yyscan_t yyscanner );
307 static void yy_flex_strncpy (
char *,yyconst
char *,
int ,yyscan_t yyscanner);
310 #ifdef YY_NEED_STRLEN 311 static int yy_flex_strlen (yyconst
char * ,yyscan_t yyscanner);
319 #ifndef YY_READ_BUF_SIZE 322 #define YY_READ_BUF_SIZE 16384 324 #define YY_READ_BUF_SIZE 8192 329 #ifndef YY_START_STACK_INCR 330 #define YY_START_STACK_INCR 25 337 #define YY_DECL_IS_OURS 1 339 extern int Dtd_Parse_lex (yyscan_t yyscanner);
341 #define YY_DECL int Dtd_Parse_lex (yyscan_t yyscanner) 347 #undef YY_FLUSH_BUFFER 350 #undef yy_set_interactive 351 #undef YY_DO_BEFORE_ACTION 353 #ifdef YY_DECL_IS_OURS 354 #undef YY_DECL_IS_OURS 358 #line 350 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/epan/dtd_parse.l" 361 #line 362 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/epan/dtd_parse_lex.h" 362 #undef Dtd_Parse_IN_HEADER int yy_bs_lineno
Definition: scanner.c:250
int yy_bs_column
Definition: scanner.c:251
Definition: scanner.c:214