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