2 #define ascendHEADER_H 1 3 #define ascendIN_HEADER 1 5 #line 6 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/wiretap/ascend_scanner_lex.h" 9 #line 10 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/wiretap/ascend_scanner_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 ascendrestart (FILE *input_file ,yyscan_t yyscanner );
210 void ascend_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
211 YY_BUFFER_STATE ascend_create_buffer (FILE *file,
int size ,yyscan_t yyscanner );
212 void ascend_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
213 void ascend_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
214 void ascendpush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
215 void ascendpop_buffer_state (yyscan_t yyscanner );
217 YY_BUFFER_STATE ascend_scan_buffer (
char *base,yy_size_t size ,yyscan_t yyscanner );
218 YY_BUFFER_STATE ascend_scan_string (yyconst
char *yy_str ,yyscan_t yyscanner );
219 YY_BUFFER_STATE ascend_scan_bytes (yyconst
char *bytes,yy_size_t len ,yyscan_t yyscanner );
221 void *ascendalloc (yy_size_t ,yyscan_t yyscanner );
222 void *ascendrealloc (
void *,yy_size_t ,yyscan_t yyscanner );
223 void ascendfree (
void * ,yyscan_t yyscanner );
227 #define ascendwrap(yyscanner) (1) 228 #define YY_SKIP_YYWRAP 230 #define yytext_ptr yytext_r 232 #ifdef YY_HEADER_EXPORT_START_CONDITIONS 234 #define sc_gen_task 1 235 #define sc_gen_time_s 2 236 #define sc_gen_time_u 3 237 #define sc_gen_octets 4 238 #define sc_gen_counter 5 239 #define sc_gen_byte 6 240 #define sc_wds_user 7 241 #define sc_wds_sess 8 242 #define sc_wdd_date_d 9 243 #define sc_wdd_date_m 10 244 #define sc_wdd_date_y 11 245 #define sc_wdd_time 12 246 #define sc_wdd_time_h 13 247 #define sc_wdd_time_m 14 248 #define sc_wdd_time_s 15 249 #define sc_wdd_cause 16 250 #define sc_wdd_callnum 17 251 #define sc_wdd_chunk 18 252 #define sc_wdd_chunknum 19 253 #define sc_wdd_type 20 254 #define sc_chardisp 21 255 #define sc_isdn_call 22 256 #define sc_ether_direction 23 260 #ifndef YY_NO_UNISTD_H 268 #define YY_EXTRA_TYPE ascend_state_t * 270 int ascendlex_init (yyscan_t* scanner);
272 int ascendlex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
277 int ascendlex_destroy (yyscan_t yyscanner );
279 int ascendget_debug (yyscan_t yyscanner );
281 void ascendset_debug (
int debug_flag ,yyscan_t yyscanner );
283 YY_EXTRA_TYPE ascendget_extra (yyscan_t yyscanner );
285 void ascendset_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
287 FILE *ascendget_in (yyscan_t yyscanner );
289 void ascendset_in (FILE * _in_str ,yyscan_t yyscanner );
291 FILE *ascendget_out (yyscan_t yyscanner );
293 void ascendset_out (FILE * _out_str ,yyscan_t yyscanner );
295 yy_size_t ascendget_leng (yyscan_t yyscanner );
297 char *ascendget_text (yyscan_t yyscanner );
299 int ascendget_lineno (yyscan_t yyscanner );
301 void ascendset_lineno (
int _line_number ,yyscan_t yyscanner );
303 int ascendget_column (yyscan_t yyscanner );
305 void ascendset_column (
int _column_no ,yyscan_t yyscanner );
307 YYSTYPE * ascendget_lval (yyscan_t yyscanner );
309 void ascendset_lval (
YYSTYPE * yylval_param ,yyscan_t yyscanner );
315 #ifndef YY_SKIP_YYWRAP 317 extern "C" int ascendwrap (yyscan_t yyscanner );
319 extern int ascendwrap (yyscan_t yyscanner );
324 static void yy_flex_strncpy (
char *,yyconst
char *,
int ,yyscan_t yyscanner);
327 #ifdef YY_NEED_STRLEN 328 static int yy_flex_strlen (yyconst
char * ,yyscan_t yyscanner);
336 #ifndef YY_READ_BUF_SIZE 339 #define YY_READ_BUF_SIZE 16384 341 #define YY_READ_BUF_SIZE 8192 346 #ifndef YY_START_STACK_INCR 347 #define YY_START_STACK_INCR 25 354 #define YY_DECL_IS_OURS 1 356 extern int ascendlex \
357 (
YYSTYPE * yylval_param ,yyscan_t yyscanner);
359 #define YY_DECL int ascendlex \ 360 (YYSTYPE * yylval_param , yyscan_t yyscanner) 366 #undef YY_FLUSH_BUFFER 369 #undef yy_set_interactive 370 #undef YY_DO_BEFORE_ACTION 372 #ifdef YY_DECL_IS_OURS 373 #undef YY_DECL_IS_OURS 377 #line 380 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/wiretap/ascend_scanner.l" 380 #line 381 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/wiretap/ascend_scanner_lex.h" 381 #undef ascendIN_HEADER int yy_bs_lineno
Definition: scanner.c:250
int yy_bs_column
Definition: scanner.c:251
Definition: scanner.c:214