1 #ifndef Dtd_PreParse_HEADER_H 2 #define Dtd_PreParse_HEADER_H 1 3 #define Dtd_PreParse_IN_HEADER 1 5 #line 6 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/epan/dtd_preparse_lex.h" 9 #line 10 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/epan/dtd_preparse_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_PreParse_restart (FILE *input_file ,yyscan_t yyscanner );
210 void Dtd_PreParse__switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
211 YY_BUFFER_STATE Dtd_PreParse__create_buffer (FILE *file,
int size ,yyscan_t yyscanner );
212 void Dtd_PreParse__delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
213 void Dtd_PreParse__flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
214 void Dtd_PreParse_push_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
215 void Dtd_PreParse_pop_buffer_state (yyscan_t yyscanner );
217 YY_BUFFER_STATE Dtd_PreParse__scan_buffer (
char *base,yy_size_t size ,yyscan_t yyscanner );
218 YY_BUFFER_STATE Dtd_PreParse__scan_string (yyconst
char *yy_str ,yyscan_t yyscanner );
219 YY_BUFFER_STATE Dtd_PreParse__scan_bytes (yyconst
char *bytes,yy_size_t len ,yyscan_t yyscanner );
221 void *Dtd_PreParse_alloc (yy_size_t ,yyscan_t yyscanner );
222 void *Dtd_PreParse_realloc (
void *,yy_size_t ,yyscan_t yyscanner );
223 void Dtd_PreParse_free (
void * ,yyscan_t yyscanner );
227 #define Dtd_PreParse_wrap(yyscanner) (1) 228 #define YY_SKIP_YYWRAP 230 #define yytext_ptr yytext_r 232 #ifdef YY_HEADER_EXPORT_START_CONDITIONS 237 #define NAMED_ENTITY 4 239 #define ENTITY_DONE 6 244 #ifndef YY_NO_UNISTD_H 252 #define YY_EXTRA_TYPE Dtd_PreParse_scanner_state_t * 254 int Dtd_PreParse_lex_init (yyscan_t* scanner);
256 int Dtd_PreParse_lex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
261 int Dtd_PreParse_lex_destroy (yyscan_t yyscanner );
263 int Dtd_PreParse_get_debug (yyscan_t yyscanner );
265 void Dtd_PreParse_set_debug (
int debug_flag ,yyscan_t yyscanner );
267 YY_EXTRA_TYPE Dtd_PreParse_get_extra (yyscan_t yyscanner );
269 void Dtd_PreParse_set_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
271 FILE *Dtd_PreParse_get_in (yyscan_t yyscanner );
273 void Dtd_PreParse_set_in (FILE * _in_str ,yyscan_t yyscanner );
275 FILE *Dtd_PreParse_get_out (yyscan_t yyscanner );
277 void Dtd_PreParse_set_out (FILE * _out_str ,yyscan_t yyscanner );
279 yy_size_t Dtd_PreParse_get_leng (yyscan_t yyscanner );
281 char *Dtd_PreParse_get_text (yyscan_t yyscanner );
283 int Dtd_PreParse_get_lineno (yyscan_t yyscanner );
285 void Dtd_PreParse_set_lineno (
int _line_number ,yyscan_t yyscanner );
287 int Dtd_PreParse_get_column (yyscan_t yyscanner );
289 void Dtd_PreParse_set_column (
int _column_no ,yyscan_t yyscanner );
295 #ifndef YY_SKIP_YYWRAP 297 extern "C" int Dtd_PreParse_wrap (yyscan_t yyscanner );
299 extern int Dtd_PreParse_wrap (yyscan_t yyscanner );
304 static void yy_flex_strncpy (
char *,yyconst
char *,
int ,yyscan_t yyscanner);
307 #ifdef YY_NEED_STRLEN 308 static int yy_flex_strlen (yyconst
char * ,yyscan_t yyscanner);
316 #ifndef YY_READ_BUF_SIZE 319 #define YY_READ_BUF_SIZE 16384 321 #define YY_READ_BUF_SIZE 8192 326 #ifndef YY_START_STACK_INCR 327 #define YY_START_STACK_INCR 25 334 #define YY_DECL_IS_OURS 1 336 extern int Dtd_PreParse_lex (yyscan_t yyscanner);
338 #define YY_DECL int Dtd_PreParse_lex (yyscan_t yyscanner) 344 #undef YY_FLUSH_BUFFER 347 #undef yy_set_interactive 348 #undef YY_DO_BEFORE_ACTION 350 #ifdef YY_DECL_IS_OURS 351 #undef YY_DECL_IS_OURS 355 #line 210 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/epan/dtd_preparse.l" 358 #line 359 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/epan/dtd_preparse_lex.h" 359 #undef Dtd_PreParse_IN_HEADER int yy_bs_lineno
Definition: scanner.c:250
int yy_bs_column
Definition: scanner.c:251
Definition: scanner.c:214