Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
wimaxasncp_dict_lex.h
1 #ifndef WimaxasncpDict_HEADER_H
2 #define WimaxasncpDict_HEADER_H 1
3 #define WimaxasncpDict_IN_HEADER 1
4 
5 #line 6 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/plugins/epan/wimaxasncp/wimaxasncp_dict_lex.h"
6 /* Include this before everything else, for various large-file definitions */
7 #include "config.h"
8 
9 #line 10 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/plugins/epan/wimaxasncp/wimaxasncp_dict_lex.h"
10 
11 #define YY_INT_ALIGNED short int
12 
13 /* A lexical scanner generated by flex */
14 
15 #define FLEX_SCANNER
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
20 #define FLEX_BETA
21 #endif
22 
23 /* First, we deal with platform-specific or compiler-specific issues. */
24 
25 /* begin standard C headers. */
26 #include <stdio.h>
27 #include <string.h>
28 #include <errno.h>
29 #include <stdlib.h>
30 
31 /* end standard C headers. */
32 
33 /* flex integer type definitions */
34 
35 #ifndef FLEXINT_H
36 #define FLEXINT_H
37 
38 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
39 
40 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
41 
42 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
43  * if you want the limit (max/min) macros for int types.
44  */
45 #ifndef __STDC_LIMIT_MACROS
46 #define __STDC_LIMIT_MACROS 1
47 #endif
48 
49 #include <inttypes.h>
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;
56 #else
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;
63 
64 /* Limits of integral types. */
65 #ifndef INT8_MIN
66 #define INT8_MIN (-128)
67 #endif
68 #ifndef INT16_MIN
69 #define INT16_MIN (-32767-1)
70 #endif
71 #ifndef INT32_MIN
72 #define INT32_MIN (-2147483647-1)
73 #endif
74 #ifndef INT8_MAX
75 #define INT8_MAX (127)
76 #endif
77 #ifndef INT16_MAX
78 #define INT16_MAX (32767)
79 #endif
80 #ifndef INT32_MAX
81 #define INT32_MAX (2147483647)
82 #endif
83 #ifndef UINT8_MAX
84 #define UINT8_MAX (255U)
85 #endif
86 #ifndef UINT16_MAX
87 #define UINT16_MAX (65535U)
88 #endif
89 #ifndef UINT32_MAX
90 #define UINT32_MAX (4294967295U)
91 #endif
92 
93 #endif /* ! C99 */
94 
95 #endif /* ! FLEXINT_H */
96 
97 #ifdef __cplusplus
98 
99 /* The "const" storage-class-modifier is valid. */
100 #define YY_USE_CONST
101 
102 #else /* ! __cplusplus */
103 
104 /* C99 requires __STDC__ to be defined as 1. */
105 #if defined (__STDC__)
106 
107 #define YY_USE_CONST
108 
109 #endif /* defined (__STDC__) */
110 #endif /* ! __cplusplus */
111 
112 #ifdef YY_USE_CONST
113 #define yyconst const
114 #else
115 #define yyconst
116 #endif
117 
118 /* An opaque pointer. */
119 #ifndef YY_TYPEDEF_YY_SCANNER_T
120 #define YY_TYPEDEF_YY_SCANNER_T
121 typedef void* yyscan_t;
122 #endif
123 
124 /* For convenience, these vars (plus the bison vars far below)
125  are macros in the reentrant scanner. */
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
134 
135 /* Size of default input buffer. */
136 #ifndef YY_BUF_SIZE
137 #ifdef __ia64__
138 /* On IA-64, the buffer size is 16k, not 8k.
139  * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
140  * Ditto for the __ia64__ case accordingly.
141  */
142 #define YY_BUF_SIZE 32768
143 #else
144 #define YY_BUF_SIZE 16384
145 #endif /* __ia64__ */
146 #endif
147 
148 #ifndef YY_TYPEDEF_YY_BUFFER_STATE
149 #define YY_TYPEDEF_YY_BUFFER_STATE
150 typedef struct yy_buffer_state *YY_BUFFER_STATE;
151 #endif
152 
153 #ifndef YY_TYPEDEF_YY_SIZE_T
154 #define YY_TYPEDEF_YY_SIZE_T
155 typedef size_t yy_size_t;
156 #endif
157 
158 #ifndef YY_STRUCT_YY_BUFFER_STATE
159 #define YY_STRUCT_YY_BUFFER_STATE
160 struct yy_buffer_state
161  {
162  FILE *yy_input_file;
163 
164  char *yy_ch_buf; /* input buffer */
165  char *yy_buf_pos; /* current position in input buffer */
166 
167  /* Size of input buffer in bytes, not including room for EOB
168  * characters.
169  */
170  yy_size_t yy_buf_size;
171 
172  /* Number of characters read into yy_ch_buf, not including EOB
173  * characters.
174  */
175  int yy_n_chars;
176 
177  /* Whether we "own" the buffer - i.e., we know we created it,
178  * and can realloc() it to grow it, and should free() it to
179  * delete it.
180  */
181  int yy_is_our_buffer;
182 
183  /* Whether this is an "interactive" input source; if so, and
184  * if we're using stdio for input, then we want to use getc()
185  * instead of fread(), to make sure we stop fetching input after
186  * each newline.
187  */
188  int yy_is_interactive;
189 
190  /* Whether we're considered to be at the beginning of a line.
191  * If so, '^' rules will be active on the next match, otherwise
192  * not.
193  */
194  int yy_at_bol;
195 
196  int yy_bs_lineno;
197  int yy_bs_column;
199  /* Whether to try to fill the input buffer when we reach the
200  * end of it.
201  */
202  int yy_fill_buffer;
203 
204  int yy_buffer_status;
205 
206  };
207 #endif /* !YY_STRUCT_YY_BUFFER_STATE */
208 
209 void WimaxasncpDict_restart (FILE *input_file ,yyscan_t yyscanner );
210 void WimaxasncpDict__switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
211 YY_BUFFER_STATE WimaxasncpDict__create_buffer (FILE *file,int size ,yyscan_t yyscanner );
212 void WimaxasncpDict__delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
213 void WimaxasncpDict__flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
214 void WimaxasncpDict_push_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
215 void WimaxasncpDict_pop_buffer_state (yyscan_t yyscanner );
216 
217 YY_BUFFER_STATE WimaxasncpDict__scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
218 YY_BUFFER_STATE WimaxasncpDict__scan_string (yyconst char *yy_str ,yyscan_t yyscanner );
219 YY_BUFFER_STATE WimaxasncpDict__scan_bytes (yyconst char *bytes,yy_size_t len ,yyscan_t yyscanner );
220 
221 void *WimaxasncpDict_alloc (yy_size_t ,yyscan_t yyscanner );
222 void *WimaxasncpDict_realloc (void *,yy_size_t ,yyscan_t yyscanner );
223 void WimaxasncpDict_free (void * ,yyscan_t yyscanner );
224 
225 /* Begin user sect3 */
226 
227 #define WimaxasncpDict_wrap(yyscanner) (/*CONSTCOND*/1)
228 #define YY_SKIP_YYWRAP
229 
230 #define yytext_ptr yytext_r
231 
232 #ifdef YY_HEADER_EXPORT_START_CONDITIONS
233 #define INITIAL 0
234 #define LOADING 1
235 #define LOADING_COMMENT 2
236 #define LOADING_XMLPI 3
237 #define ENTITY 4
238 #define GET_SYSTEM 5
239 #define GET_FILE 6
240 #define END_ENTITY 7
241 #define GET_ATTR 8
242 #define GET_UINT_ATTR 9
243 #define GET_UINT16_ATTR 10
244 #define BIT32 11
245 #define BIT16 12
246 #define BIT8 13
247 #define GET_DECODER_ATTR 14
248 #define END_ATTR 15
249 #define OUTSIDE 16
250 #define IN_DICT 17
251 #define IN_APPL 18
252 #define IN_TLV 19
253 #define IGNORE_ATTR 20
254 #define ENUM_ATTRS 21
255 #define TLV_ATTRS 22
256 #define XMLPI_ATTRS 23
257 #define XMLPI_GETKEY 24
258 #define XMLPI_GETVAL 25
259 #define XMLPI_ENDATTR 26
260 
261 #endif
262 
263 #ifndef YY_NO_UNISTD_H
264 /* Special case for "unistd.h", since it is non-ANSI. We include it way
265  * down here because we want the user's section 1 to have been scanned first.
266  * The user has a chance to override it with an option.
267  */
268 #include <unistd.h>
269 #endif
270 
271 #define YY_EXTRA_TYPE WimaxasncpDict_scanner_state_t *
272 
273 int WimaxasncpDict_lex_init (yyscan_t* scanner);
274 
275 int WimaxasncpDict_lex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
276 
277 /* Accessor methods to globals.
278  These are made visible to non-reentrant scanners for convenience. */
279 
280 int WimaxasncpDict_lex_destroy (yyscan_t yyscanner );
281 
282 int WimaxasncpDict_get_debug (yyscan_t yyscanner );
283 
284 void WimaxasncpDict_set_debug (int debug_flag ,yyscan_t yyscanner );
285 
286 YY_EXTRA_TYPE WimaxasncpDict_get_extra (yyscan_t yyscanner );
287 
288 void WimaxasncpDict_set_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
289 
290 FILE *WimaxasncpDict_get_in (yyscan_t yyscanner );
291 
292 void WimaxasncpDict_set_in (FILE * _in_str ,yyscan_t yyscanner );
293 
294 FILE *WimaxasncpDict_get_out (yyscan_t yyscanner );
295 
296 void WimaxasncpDict_set_out (FILE * _out_str ,yyscan_t yyscanner );
297 
298 yy_size_t WimaxasncpDict_get_leng (yyscan_t yyscanner );
299 
300 char *WimaxasncpDict_get_text (yyscan_t yyscanner );
301 
302 int WimaxasncpDict_get_lineno (yyscan_t yyscanner );
303 
304 void WimaxasncpDict_set_lineno (int _line_number ,yyscan_t yyscanner );
305 
306 int WimaxasncpDict_get_column (yyscan_t yyscanner );
307 
308 void WimaxasncpDict_set_column (int _column_no ,yyscan_t yyscanner );
309 
310 /* Macros after this point can all be overridden by user definitions in
311  * section 1.
312  */
313 
314 #ifndef YY_SKIP_YYWRAP
315 #ifdef __cplusplus
316 extern "C" int WimaxasncpDict_wrap (yyscan_t yyscanner );
317 #else
318 extern int WimaxasncpDict_wrap (yyscan_t yyscanner );
319 #endif
320 #endif
321 
322 #ifndef yytext_ptr
323 static void yy_flex_strncpy (char *,yyconst char *,int ,yyscan_t yyscanner);
324 #endif
325 
326 #ifdef YY_NEED_STRLEN
327 static int yy_flex_strlen (yyconst char * ,yyscan_t yyscanner);
328 #endif
329 
330 #ifndef YY_NO_INPUT
331 
332 #endif
333 
334 /* Amount of stuff to slurp up with each read. */
335 #ifndef YY_READ_BUF_SIZE
336 #ifdef __ia64__
337 /* On IA-64, the buffer size is 16k, not 8k */
338 #define YY_READ_BUF_SIZE 16384
339 #else
340 #define YY_READ_BUF_SIZE 8192
341 #endif /* __ia64__ */
342 #endif
343 
344 /* Number of entries by which start-condition stack grows. */
345 #ifndef YY_START_STACK_INCR
346 #define YY_START_STACK_INCR 25
347 #endif
348 
349 /* Default declaration of generated scanner - a define so the user can
350  * easily add parameters.
351  */
352 #ifndef YY_DECL
353 #define YY_DECL_IS_OURS 1
354 
355 extern int WimaxasncpDict_lex (yyscan_t yyscanner);
356 
357 #define YY_DECL int WimaxasncpDict_lex (yyscan_t yyscanner)
358 #endif /* !YY_DECL */
359 
360 /* yy_get_previous_state - get the state just before the EOB char was reached */
361 
362 #undef YY_NEW_FILE
363 #undef YY_FLUSH_BUFFER
364 #undef yy_set_bol
365 #undef yy_new_buffer
366 #undef yy_set_interactive
367 #undef YY_DO_BEFORE_ACTION
368 
369 #ifdef YY_DECL_IS_OURS
370 #undef YY_DECL_IS_OURS
371 #undef YY_DECL
372 #endif
373 
374 #line 514 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/plugins/epan/wimaxasncp/wimaxasncp_dict.l"
375 
376 
377 #line 378 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/plugins/epan/wimaxasncp/wimaxasncp_dict_lex.h"
378 #undef WimaxasncpDict_IN_HEADER
379 #endif /* WimaxasncpDict_HEADER_H */
int yy_bs_lineno
Definition: scanner.c:250
int yy_bs_column
Definition: scanner.c:251
Definition: scanner.c:214