1 #ifndef Radius_HEADER_H 2 #define Radius_HEADER_H 1 3 #define Radius_IN_HEADER 1 5 #line 6 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/epan/radius_dict_lex.h" 9 #line 10 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/epan/radius_dict_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 Radius_restart (FILE *input_file ,yyscan_t yyscanner );
210 void Radius__switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
211 YY_BUFFER_STATE Radius__create_buffer (FILE *file,
int size ,yyscan_t yyscanner );
212 void Radius__delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
213 void Radius__flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
214 void Radius_push_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
215 void Radius_pop_buffer_state (yyscan_t yyscanner );
217 YY_BUFFER_STATE Radius__scan_buffer (
char *base,yy_size_t size ,yyscan_t yyscanner );
218 YY_BUFFER_STATE Radius__scan_string (yyconst
char *yy_str ,yyscan_t yyscanner );
219 YY_BUFFER_STATE Radius__scan_bytes (yyconst
char *bytes,yy_size_t len ,yyscan_t yyscanner );
221 void *Radius_alloc (yy_size_t ,yyscan_t yyscanner );
222 void *Radius_realloc (
void *,yy_size_t ,yyscan_t yyscanner );
223 void Radius_free (
void * ,yyscan_t yyscanner );
227 #define Radius_wrap(yyscanner) (1) 228 #define YY_SKIP_YYWRAP 230 #define yytext_ptr yytext_r 232 #ifdef YY_HEADER_EXPORT_START_CONDITIONS 236 #define VENDOR_W_NAME 3 238 #define ATTR_W_NAME 5 240 #define ATTR_W_TYPE 7 242 #define VALUE_W_ATTR 9 243 #define VALUE_W_NAME 10 246 #define BEGIN_VENDOR 13 247 #define BEGIN_VENDOR_FORMAT 14 248 #define END_VENDOR 15 249 #define VENDOR_W_ID 16 250 #define VENDOR_W_FORMAT 17 251 #define VENDOR_W_TYPE_OCTETS 18 252 #define VENDOR_W_LENGTH_OCTETS 19 253 #define VENDOR_W_CONTINUATION 20 259 #ifndef YY_NO_UNISTD_H 267 #define YY_EXTRA_TYPE Radius_scanner_state_t* 269 int Radius_lex_init (yyscan_t* scanner);
271 int Radius_lex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
276 int Radius_lex_destroy (yyscan_t yyscanner );
278 int Radius_get_debug (yyscan_t yyscanner );
280 void Radius_set_debug (
int debug_flag ,yyscan_t yyscanner );
282 YY_EXTRA_TYPE Radius_get_extra (yyscan_t yyscanner );
284 void Radius_set_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
286 FILE *Radius_get_in (yyscan_t yyscanner );
288 void Radius_set_in (FILE * _in_str ,yyscan_t yyscanner );
290 FILE *Radius_get_out (yyscan_t yyscanner );
292 void Radius_set_out (FILE * _out_str ,yyscan_t yyscanner );
294 yy_size_t Radius_get_leng (yyscan_t yyscanner );
296 char *Radius_get_text (yyscan_t yyscanner );
298 int Radius_get_lineno (yyscan_t yyscanner );
300 void Radius_set_lineno (
int _line_number ,yyscan_t yyscanner );
302 int Radius_get_column (yyscan_t yyscanner );
304 void Radius_set_column (
int _column_no ,yyscan_t yyscanner );
310 #ifndef YY_SKIP_YYWRAP 312 extern "C" int Radius_wrap (yyscan_t yyscanner );
314 extern int Radius_wrap (yyscan_t yyscanner );
319 static void yy_flex_strncpy (
char *,yyconst
char *,
int ,yyscan_t yyscanner);
322 #ifdef YY_NEED_STRLEN 323 static int yy_flex_strlen (yyconst
char * ,yyscan_t yyscanner);
331 #ifndef YY_READ_BUF_SIZE 334 #define YY_READ_BUF_SIZE 16384 336 #define YY_READ_BUF_SIZE 8192 341 #ifndef YY_START_STACK_INCR 342 #define YY_START_STACK_INCR 25 349 #define YY_DECL_IS_OURS 1 351 extern int Radius_lex (yyscan_t yyscanner);
353 #define YY_DECL int Radius_lex (yyscan_t yyscanner) 359 #undef YY_FLUSH_BUFFER 362 #undef yy_set_interactive 363 #undef YY_DO_BEFORE_ACTION 365 #ifdef YY_DECL_IS_OURS 366 #undef YY_DECL_IS_OURS 370 #line 410 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/epan/radius_dict.l" 373 #line 374 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/epan/radius_dict_lex.h" 374 #undef Radius_IN_HEADER int yy_bs_lineno
Definition: scanner.c:250
int yy_bs_column
Definition: scanner.c:251
Definition: scanner.c:214