Updates from ddm4
[awesomized/libmemcached] / libmemcached / csl / scanner.h
1 #ifndef config_HEADER_H
2 #define config_HEADER_H 1
3 #define config_IN_HEADER 1
4
5 #line 6 "libmemcached/csl/scanner.h"
6 #line 39 "libmemcached/csl/scanner.l"
7
8 #include <libmemcached/csl/common.h>
9 #include <libmemcached/csl/context.h>
10 #include <libmemcached/csl/parser.h>
11 #include <libmemcached/csl/symbol.h>
12
13 #ifndef __INTEL_COMPILER
14 #pragma GCC diagnostic ignored "-Wold-style-cast"
15 #pragma GCC diagnostic ignored "-Wsign-compare"
16 #pragma GCC diagnostic ignored "-Wunused-parameter"
17 #pragma GCC diagnostic ignored "-Wmissing-declarations"
18 #pragma GCC diagnostic ignored "-Wunused-result"
19 #pragma GCC diagnostic ignored "-Wmissing-noreturn"
20 #endif
21
22 #ifdef __clang__
23 #pragma GCC diagnostic ignored "-Wshorten-64-to-32"
24 #endif
25
26 #ifndef __INTEL_COMPILER
27 #ifndef __clang__
28 #pragma GCC diagnostic ignored "-Wlogical-op"
29 #endif
30 #endif
31
32 #define YY_EXTRA_TYPE Context*
33
34
35
36
37 #line 38 "libmemcached/csl/scanner.h"
38
39 #define YY_INT_ALIGNED short int
40
41 /* A lexical scanner generated by flex */
42
43 #define FLEX_SCANNER
44 #define YY_FLEX_MAJOR_VERSION 2
45 #define YY_FLEX_MINOR_VERSION 5
46 #define YY_FLEX_SUBMINOR_VERSION 35
47 #if YY_FLEX_SUBMINOR_VERSION > 0
48 #define FLEX_BETA
49 #endif
50
51 /* First, we deal with platform-specific or compiler-specific issues. */
52
53 /* begin standard C headers. */
54 #include <stdio.h>
55 #include <string.h>
56 #include <errno.h>
57 #include <stdlib.h>
58
59 /* end standard C headers. */
60
61 /* flex integer type definitions */
62
63 #ifndef FLEXINT_H
64 #define FLEXINT_H
65
66 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
67
68 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
69
70 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
71 * if you want the limit (max/min) macros for int types.
72 */
73 #ifndef __STDC_LIMIT_MACROS
74 #define __STDC_LIMIT_MACROS 1
75 #endif
76
77 #include <inttypes.h>
78 typedef int8_t flex_int8_t;
79 typedef uint8_t flex_uint8_t;
80 typedef int16_t flex_int16_t;
81 typedef uint16_t flex_uint16_t;
82 typedef int32_t flex_int32_t;
83 typedef uint32_t flex_uint32_t;
84 #else
85 typedef signed char flex_int8_t;
86 typedef short int flex_int16_t;
87 typedef int flex_int32_t;
88 typedef unsigned char flex_uint8_t;
89 typedef unsigned short int flex_uint16_t;
90 typedef unsigned int flex_uint32_t;
91 #endif /* ! C99 */
92
93 /* Limits of integral types. */
94 #ifndef INT8_MIN
95 #define INT8_MIN (-128)
96 #endif
97 #ifndef INT16_MIN
98 #define INT16_MIN (-32767-1)
99 #endif
100 #ifndef INT32_MIN
101 #define INT32_MIN (-2147483647-1)
102 #endif
103 #ifndef INT8_MAX
104 #define INT8_MAX (127)
105 #endif
106 #ifndef INT16_MAX
107 #define INT16_MAX (32767)
108 #endif
109 #ifndef INT32_MAX
110 #define INT32_MAX (2147483647)
111 #endif
112 #ifndef UINT8_MAX
113 #define UINT8_MAX (255U)
114 #endif
115 #ifndef UINT16_MAX
116 #define UINT16_MAX (65535U)
117 #endif
118 #ifndef UINT32_MAX
119 #define UINT32_MAX (4294967295U)
120 #endif
121
122 #endif /* ! FLEXINT_H */
123
124 #ifdef __cplusplus
125
126 /* The "const" storage-class-modifier is valid. */
127 #define YY_USE_CONST
128
129 #else /* ! __cplusplus */
130
131 /* C99 requires __STDC__ to be defined as 1. */
132 #if defined (__STDC__)
133
134 #define YY_USE_CONST
135
136 #endif /* defined (__STDC__) */
137 #endif /* ! __cplusplus */
138
139 #ifdef YY_USE_CONST
140 #define yyconst const
141 #else
142 #define yyconst
143 #endif
144
145 /* An opaque pointer. */
146 #ifndef YY_TYPEDEF_YY_SCANNER_T
147 #define YY_TYPEDEF_YY_SCANNER_T
148 typedef void* yyscan_t;
149 #endif
150
151 /* For convenience, these vars (plus the bison vars far below)
152 are macros in the reentrant scanner. */
153 #define yyin yyg->yyin_r
154 #define yyout yyg->yyout_r
155 #define yyextra yyg->yyextra_r
156 #define yyleng yyg->yyleng_r
157 #define yytext yyg->yytext_r
158 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
159 #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
160 #define yy_flex_debug yyg->yy_flex_debug_r
161
162 /* Size of default input buffer. */
163 #ifndef YY_BUF_SIZE
164 #define YY_BUF_SIZE 16384
165 #endif
166
167 #ifndef YY_TYPEDEF_YY_BUFFER_STATE
168 #define YY_TYPEDEF_YY_BUFFER_STATE
169 typedef struct yy_buffer_state *YY_BUFFER_STATE;
170 #endif
171
172 #ifndef YY_TYPEDEF_YY_SIZE_T
173 #define YY_TYPEDEF_YY_SIZE_T
174 typedef size_t yy_size_t;
175 #endif
176
177 #ifndef YY_STRUCT_YY_BUFFER_STATE
178 #define YY_STRUCT_YY_BUFFER_STATE
179 struct yy_buffer_state
180 {
181 FILE *yy_input_file;
182
183 char *yy_ch_buf; /* input buffer */
184 char *yy_buf_pos; /* current position in input buffer */
185
186 /* Size of input buffer in bytes, not including room for EOB
187 * characters.
188 */
189 yy_size_t yy_buf_size;
190
191 /* Number of characters read into yy_ch_buf, not including EOB
192 * characters.
193 */
194 int yy_n_chars;
195
196 /* Whether we "own" the buffer - i.e., we know we created it,
197 * and can realloc() it to grow it, and should free() it to
198 * delete it.
199 */
200 int yy_is_our_buffer;
201
202 /* Whether this is an "interactive" input source; if so, and
203 * if we're using stdio for input, then we want to use getc()
204 * instead of fread(), to make sure we stop fetching input after
205 * each newline.
206 */
207 int yy_is_interactive;
208
209 /* Whether we're considered to be at the beginning of a line.
210 * If so, '^' rules will be active on the next match, otherwise
211 * not.
212 */
213 int yy_at_bol;
214
215 int yy_bs_lineno; /**< The line count. */
216 int yy_bs_column; /**< The column count. */
217
218 /* Whether to try to fill the input buffer when we reach the
219 * end of it.
220 */
221 int yy_fill_buffer;
222
223 int yy_buffer_status;
224
225 };
226 #endif /* !YY_STRUCT_YY_BUFFER_STATE */
227
228 void config_restart (FILE *input_file ,yyscan_t yyscanner );
229 void config__switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
230 YY_BUFFER_STATE config__create_buffer (FILE *file,int size ,yyscan_t yyscanner );
231 void config__delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
232 void config__flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
233 void config_push_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
234 void config_pop_buffer_state (yyscan_t yyscanner );
235
236 YY_BUFFER_STATE config__scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
237 YY_BUFFER_STATE config__scan_string (yyconst char *yy_str ,yyscan_t yyscanner );
238 YY_BUFFER_STATE config__scan_bytes (yyconst char *bytes,int len ,yyscan_t yyscanner );
239
240 void *config_alloc (yy_size_t ,yyscan_t yyscanner );
241 void *config_realloc (void *,yy_size_t ,yyscan_t yyscanner );
242 void config_free (void * ,yyscan_t yyscanner );
243
244 /* Begin user sect3 */
245
246 #define config_wrap(n) 1
247 #define YY_SKIP_YYWRAP
248
249 #define yytext_ptr yytext_r
250
251 #ifdef YY_HEADER_EXPORT_START_CONDITIONS
252 #define INITIAL 0
253
254 #endif
255
256 #ifndef YY_NO_UNISTD_H
257 /* Special case for "unistd.h", since it is non-ANSI. We include it way
258 * down here because we want the user's section 1 to have been scanned first.
259 * The user has a chance to override it with an option.
260 */
261 #include <unistd.h>
262 #endif
263
264 #ifndef YY_EXTRA_TYPE
265 #define YY_EXTRA_TYPE void *
266 #endif
267
268 int config_lex_init (yyscan_t* scanner);
269
270 int config_lex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
271
272 /* Accessor methods to globals.
273 These are made visible to non-reentrant scanners for convenience. */
274
275 int config_lex_destroy (yyscan_t yyscanner );
276
277 int config_get_debug (yyscan_t yyscanner );
278
279 void config_set_debug (int debug_flag ,yyscan_t yyscanner );
280
281 YY_EXTRA_TYPE config_get_extra (yyscan_t yyscanner );
282
283 void config_set_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
284
285 FILE *config_get_in (yyscan_t yyscanner );
286
287 void config_set_in (FILE * in_str ,yyscan_t yyscanner );
288
289 FILE *config_get_out (yyscan_t yyscanner );
290
291 void config_set_out (FILE * out_str ,yyscan_t yyscanner );
292
293 int config_get_leng (yyscan_t yyscanner );
294
295 char *config_get_text (yyscan_t yyscanner );
296
297 int config_get_lineno (yyscan_t yyscanner );
298
299 void config_set_lineno (int line_number ,yyscan_t yyscanner );
300
301 int config_get_column (yyscan_t yyscanner );
302
303 void config_set_column (int column_no ,yyscan_t yyscanner );
304
305 YYSTYPE * config_get_lval (yyscan_t yyscanner );
306
307 void config_set_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner );
308
309 /* Macros after this point can all be overridden by user definitions in
310 * section 1.
311 */
312
313 #ifndef YY_SKIP_YYWRAP
314 #ifdef __cplusplus
315 extern "C" int config_wrap (yyscan_t yyscanner );
316 #else
317 extern int config_wrap (yyscan_t yyscanner );
318 #endif
319 #endif
320
321 #ifndef yytext_ptr
322 static void yy_flex_strncpy (char *,yyconst char *,int ,yyscan_t yyscanner);
323 #endif
324
325 #ifdef YY_NEED_STRLEN
326 static int yy_flex_strlen (yyconst char * ,yyscan_t yyscanner);
327 #endif
328
329 #ifndef YY_NO_INPUT
330
331 #endif
332
333 /* Amount of stuff to slurp up with each read. */
334 #ifndef YY_READ_BUF_SIZE
335 #define YY_READ_BUF_SIZE 8192
336 #endif
337
338 /* Number of entries by which start-condition stack grows. */
339 #ifndef YY_START_STACK_INCR
340 #define YY_START_STACK_INCR 25
341 #endif
342
343 /* Default declaration of generated scanner - a define so the user can
344 * easily add parameters.
345 */
346 #ifndef YY_DECL
347 #define YY_DECL_IS_OURS 1
348
349 extern int config_lex \
350 (YYSTYPE * yylval_param ,yyscan_t yyscanner);
351
352 #define YY_DECL int config_lex \
353 (YYSTYPE * yylval_param , yyscan_t yyscanner)
354 #endif /* !YY_DECL */
355
356 /* yy_get_previous_state - get the state just before the EOB char was reached */
357
358 #undef YY_NEW_FILE
359 #undef YY_FLUSH_BUFFER
360 #undef yy_set_bol
361 #undef yy_new_buffer
362 #undef yy_set_interactive
363 #undef YY_DO_BEFORE_ACTION
364
365 #ifdef YY_DECL_IS_OURS
366 #undef YY_DECL_IS_OURS
367 #undef YY_DECL
368 #endif
369
370 #line 229 "libmemcached/csl/scanner.l"
371
372
373 #line 374 "libmemcached/csl/scanner.h"
374 #undef config_IN_HEADER
375 #endif /* config_HEADER_H */