#line 3 "lex.GeoJson.c"
#define YY_INT_ALIGNED short int
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define YY_FLEX_SUBMINOR_VERSION 35
#if YY_FLEX_SUBMINOR_VERSION > 0
#define FLEX_BETA
#endif
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#ifndef FLEXINT_H
#define FLEXINT_H
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS 1
#endif
#include <inttypes.h>
typedef int8_t flex_int8_t;
typedef uint8_t flex_uint8_t;
typedef int16_t flex_int16_t;
typedef uint16_t flex_uint16_t;
typedef int32_t flex_int32_t;
typedef uint32_t flex_uint32_t;
#else
typedef signed char flex_int8_t;
typedef short int flex_int16_t;
typedef int flex_int32_t;
typedef unsigned char flex_uint8_t;
typedef unsigned short int flex_uint16_t;
typedef unsigned int flex_uint32_t;
#endif
#ifndef INT8_MIN
#define INT8_MIN (-128)
#endif
#ifndef INT16_MIN
#define INT16_MIN (-32767-1)
#endif
#ifndef INT32_MIN
#define INT32_MIN (-2147483647-1)
#endif
#ifndef INT8_MAX
#define INT8_MAX (127)
#endif
#ifndef INT16_MAX
#define INT16_MAX (32767)
#endif
#ifndef INT32_MAX
#define INT32_MAX (2147483647)
#endif
#ifndef UINT8_MAX
#define UINT8_MAX (255U)
#endif
#ifndef UINT16_MAX
#define UINT16_MAX (65535U)
#endif
#ifndef UINT32_MAX
#define UINT32_MAX (4294967295U)
#endif
#endif
#ifdef __cplusplus
#define YY_USE_CONST
#else
#if defined (__STDC__)
#define YY_USE_CONST
#endif
#endif
#ifdef YY_USE_CONST
#define yyconst const
#else
#define yyconst
#endif
#define YY_NULL 0
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
#ifndef YY_TYPEDEF_YY_SCANNER_T
#define YY_TYPEDEF_YY_SCANNER_T
typedef void *yyscan_t;
#endif
#define yyin yyg->yyin_r
#define yyout yyg->yyout_r
#define yyextra yyg->yyextra_r
#define yyleng yyg->yyleng_r
#define yytext yyg->yytext_r
#define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
#define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
#define yy_flex_debug yyg->yy_flex_debug_r
#define BEGIN yyg->yy_start = 1 + 2 *
#define YY_START ((yyg->yy_start - 1) / 2)
#define YYSTATE YY_START
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
#define YY_NEW_FILE GeoJsonrestart(yyin ,yyscanner )
#define YY_END_OF_BUFFER_CHAR 0
#ifndef YY_BUF_SIZE
#define YY_BUF_SIZE 16384
#endif
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
#define YY_TYPEDEF_YY_BUFFER_STATE
typedef struct yy_buffer_state *YY_BUFFER_STATE;
#endif
#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2
#define YY_LESS_LINENO(n)
#define yyless(n) \
do \
{ \
\
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
*yy_cp = yyg->yy_hold_char; \
YY_RESTORE_YY_MORE_OFFSET \
yyg->yy_c_buf_p = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
YY_DO_BEFORE_ACTION; \
} \
while ( 0 )
#define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
#ifndef YY_TYPEDEF_YY_SIZE_T
#define YY_TYPEDEF_YY_SIZE_T
typedef size_t yy_size_t;
#endif
#ifndef YY_STRUCT_YY_BUFFER_STATE
#define YY_STRUCT_YY_BUFFER_STATE
struct yy_buffer_state
{
FILE *yy_input_file;
char *yy_ch_buf;
char *yy_buf_pos;
yy_size_t yy_buf_size;
int yy_n_chars;
int yy_is_our_buffer;
int yy_is_interactive;
int yy_at_bol;
int yy_bs_lineno;
int yy_bs_column;
int yy_fill_buffer;
int yy_buffer_status;
#define YY_BUFFER_NEW 0
#define YY_BUFFER_NORMAL 1
#define YY_BUFFER_EOF_PENDING 2
};
#endif
#define YY_CURRENT_BUFFER ( yyg->yy_buffer_stack \
? yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] \
: NULL)
#define YY_CURRENT_BUFFER_LVALUE yyg->yy_buffer_stack[yyg->yy_buffer_stack_top]
void GeoJsonrestart (FILE * input_file, yyscan_t yyscanner);
void GeoJson_switch_to_buffer (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner);
YY_BUFFER_STATE GeoJson_create_buffer (FILE * file, int size,
yyscan_t yyscanner);
void GeoJson_delete_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner);
void GeoJson_flush_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner);
void GeoJsonpush_buffer_state (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner);
void GeoJsonpop_buffer_state (yyscan_t yyscanner);
static void GeoJsonensure_buffer_stack (yyscan_t yyscanner);
static void GeoJson_load_buffer_state (yyscan_t yyscanner);
static void GeoJson_init_buffer (YY_BUFFER_STATE b, FILE * file,
yyscan_t yyscanner);
#define YY_FLUSH_BUFFER GeoJson_flush_buffer(YY_CURRENT_BUFFER ,yyscanner)
YY_BUFFER_STATE GeoJson_scan_buffer (char *base, yy_size_t size,
yyscan_t yyscanner);
YY_BUFFER_STATE GeoJson_scan_string (yyconst char *yy_str, yyscan_t yyscanner);
YY_BUFFER_STATE GeoJson_scan_bytes (yyconst char *bytes, int len,
yyscan_t yyscanner);
void *GeoJsonalloc (yy_size_t, yyscan_t yyscanner);
void *GeoJsonrealloc (void *, yy_size_t, yyscan_t yyscanner);
void GeoJsonfree (void *, yyscan_t yyscanner);
#define yy_new_buffer GeoJson_create_buffer
#define yy_set_interactive(is_interactive) \
{ \
if ( ! YY_CURRENT_BUFFER ){ \
GeoJsonensure_buffer_stack (yyscanner); \
YY_CURRENT_BUFFER_LVALUE = \
GeoJson_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
}
#define yy_set_bol(at_bol) \
{ \
if ( ! YY_CURRENT_BUFFER ){\
GeoJsonensure_buffer_stack (yyscanner); \
YY_CURRENT_BUFFER_LVALUE = \
GeoJson_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
typedef unsigned char YY_CHAR;
typedef int yy_state_type;
#define yytext_ptr yytext_r
static yy_state_type yy_get_previous_state (yyscan_t yyscanner);
static yy_state_type yy_try_NUL_trans (yy_state_type current_state,
yyscan_t yyscanner);
static int yy_get_next_buffer (yyscan_t yyscanner);
static void yy_fatal_error (yyconst char msg[], yyscan_t yyscanner);
#define YY_DO_BEFORE_ACTION \
yyg->yytext_ptr = yy_bp; \
yyleng = (size_t) (yy_cp - yy_bp); \
yyg->yy_hold_char = *yy_cp; \
*yy_cp = '\0'; \
yyg->yy_c_buf_p = yy_cp;
#define YY_NUM_RULES 27
#define YY_END_OF_BUFFER 28
struct yy_trans_info
{
flex_int32_t yy_verify;
flex_int32_t yy_nxt;
};
static yyconst flex_int16_t yy_accept[182] = { 0,
0, 0, 28, 26, 24, 25, 26, 26, 4, 26,
1, 5, 8, 9, 6, 7, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 1, 0,
1, 1, 1, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 1, 1, 1, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 1, 1, 0, 0, 0, 0, 0,
0, 0, 0, 16, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 13, 0, 0, 14, 0,
10, 0, 0, 0, 0, 0, 0, 0, 17, 0,
0, 0, 0, 0, 2, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 19,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 18, 0, 20, 0, 0, 12, 15,
0, 0, 0, 0, 11, 0, 0, 0, 22, 0,
0, 0, 0, 0, 0, 0, 0, 21, 0, 0,
0, 0, 0, 23, 0, 0, 0, 0, 0, 3,
0
};
static yyconst flex_int32_t yy_ec[256] = { 0,
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 2, 1, 4, 1, 1, 1, 1, 1, 1,
1, 1, 5, 6, 7, 8, 1, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 10, 1, 1,
1, 1, 1, 1, 1, 1, 11, 1, 12, 1,
13, 1, 1, 1, 1, 14, 15, 1, 1, 16,
1, 1, 17, 1, 1, 1, 1, 1, 1, 1,
18, 1, 19, 1, 1, 1, 20, 21, 22, 23,
24, 25, 26, 1, 27, 1, 1, 28, 29, 30,
31, 32, 1, 33, 34, 35, 36, 1, 1, 37,
38, 1, 39, 1, 40, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1
};
static yyconst flex_int32_t yy_meta[41] = { 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1
};
static yyconst flex_int16_t yy_base[183] = { 0,
0, 39, 203, 204, 204, 204, 68, 193, 204, 4,
3, 204, 204, 204, 204, 204, 185, 176, 172, 162,
166, 175, 0, 171, 174, 160, 154, 158, 6, 11,
8, 181, 12, 172, 157, 157, 158, 0, 154, 153,
149, 151, 152, 149, 147, 148, 168, 167, 166, 161,
144, 148, 136, 140, 131, 131, 134, 162, 136, 140,
131, 138, 151, 151, 150, 148, 133, 139, 128, 119,
127, 148, 128, 204, 126, 145, 124, 143, 115, 15,
110, 109, 16, 139, 111, 204, 114, 105, 204, 106,
204, 112, 128, 25, 103, 102, 107, 102, 204, 102,
101, 97, 94, 106, 204, 89, 99, 95, 8, 120,
103, 95, 94, 110, 108, 88, 93, 86, 77, 204,
79, 89, 88, 88, 79, 83, 91, 72, 80, 81,
68, 67, 75, 69, 92, 60, 89, 61, 57, 84,
83, 61, 57, 204, 44, 204, 46, 71, 204, 204,
64, 49, 45, 67, 204, 48, 47, 38, 204, 34,
31, 39, 30, 36, 58, 51, 29, 204, 47, 25,
38, 49, 21, 204, 24, 16, 43, 16, 47, 204,
204, 0
};
static yyconst flex_int16_t yy_def[183] = { 0,
182, 182, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
0, 181
};
static yyconst flex_int16_t yy_nxt[245] = { 0,
4, 5, 6, 7, 8, 9, 10, 30, 11, 12,
32, 33, 31, 47, 29, 48, 31, 13, 14, 32,
33, 93, 17, 94, 179, 177, 54, 55, 105, 97,
40, 98, 41, 94, 118, 119, 176, 175, 15, 16,
5, 6, 7, 8, 9, 10, 28, 11, 12, 178,
180, 179, 174, 173, 172, 179, 13, 14, 171, 170,
169, 168, 167, 166, 165, 164, 163, 162, 161, 160,
159, 158, 157, 156, 155, 154, 153, 15, 16, 17,
18, 19, 20, 21, 152, 151, 150, 149, 22, 23,
148, 147, 146, 24, 145, 144, 143, 25, 142, 26,
141, 140, 27, 28, 139, 138, 137, 136, 135, 134,
133, 132, 131, 130, 129, 128, 127, 126, 125, 124,
123, 122, 121, 120, 117, 116, 115, 114, 113, 112,
111, 110, 109, 108, 107, 106, 94, 104, 103, 102,
101, 100, 99, 96, 95, 92, 91, 90, 89, 88,
87, 86, 85, 84, 83, 82, 81, 80, 65, 64,
79, 78, 77, 76, 75, 74, 73, 72, 71, 70,
69, 68, 67, 66, 49, 65, 64, 63, 62, 61,
60, 59, 58, 57, 56, 53, 52, 51, 50, 49,
46, 45, 44, 43, 42, 39, 38, 37, 36, 35,
34, 29, 181, 3, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181
};
static yyconst flex_int16_t yy_chk[245] = { 0,
182, 1, 1, 1, 1, 1, 1, 10, 1, 1,
11, 11, 10, 29, 29, 31, 31, 1, 1, 33,
33, 80, 30, 80, 178, 176, 38, 38, 94, 83,
23, 83, 23, 94, 109, 109, 175, 173, 1, 1,
2, 2, 2, 2, 2, 2, 30, 2, 2, 177,
179, 177, 172, 171, 170, 179, 2, 2, 169, 167,
166, 165, 164, 163, 162, 161, 160, 158, 157, 156,
154, 153, 152, 151, 148, 147, 145, 2, 2, 7,
7, 7, 7, 7, 143, 142, 141, 140, 7, 7,
139, 138, 137, 7, 136, 135, 134, 7, 133, 7,
132, 131, 7, 7, 130, 129, 128, 127, 126, 125,
124, 123, 122, 121, 119, 118, 117, 116, 115, 114,
113, 112, 111, 110, 108, 107, 106, 104, 103, 102,
101, 100, 98, 97, 96, 95, 93, 92, 90, 88,
87, 85, 84, 82, 81, 79, 78, 77, 76, 75,
73, 72, 71, 70, 69, 68, 67, 66, 65, 64,
63, 62, 61, 60, 59, 58, 57, 56, 55, 54,
53, 52, 51, 50, 49, 48, 47, 46, 45, 44,
43, 42, 41, 40, 39, 37, 36, 35, 34, 32,
28, 27, 26, 25, 24, 22, 21, 20, 19, 18,
17, 8, 3, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
181, 181, 181, 181
};
#define REJECT reject_used_but_not_detected
#define yymore() yymore_used_but_not_detected
#define YY_MORE_ADJ 0
#define YY_RESTORE_YY_MORE_OFFSET
#define YY_NO_INPUT 1
#define INITIAL 0
#ifndef YY_NO_UNISTD_H
#include <unistd.h>
#endif
#define YY_EXTRA_TYPE struct geoJson_data *
struct yyguts_t
{
YY_EXTRA_TYPE yyextra_r;
FILE *yyin_r, *yyout_r;
size_t yy_buffer_stack_top;
size_t yy_buffer_stack_max;
YY_BUFFER_STATE *yy_buffer_stack;
char yy_hold_char;
int yy_n_chars;
int yyleng_r;
char *yy_c_buf_p;
int yy_init;
int yy_start;
int yy_did_buffer_switch_on_eof;
int yy_start_stack_ptr;
int yy_start_stack_depth;
int *yy_start_stack;
yy_state_type yy_last_accepting_state;
char *yy_last_accepting_cpos;
int yylineno_r;
int yy_flex_debug_r;
char *yytext_r;
int yy_more_flag;
int yy_more_len;
};
static int yy_init_globals (yyscan_t yyscanner);
int GeoJsonlex_init (yyscan_t * scanner);
int GeoJsonlex_init_extra (YY_EXTRA_TYPE user_defined, yyscan_t * scanner);
int GeoJsonlex_destroy (yyscan_t yyscanner);
int GeoJsonget_debug (yyscan_t yyscanner);
void GeoJsonset_debug (int debug_flag, yyscan_t yyscanner);
YY_EXTRA_TYPE GeoJsonget_extra (yyscan_t yyscanner);
void GeoJsonset_extra (YY_EXTRA_TYPE user_defined, yyscan_t yyscanner);
FILE *GeoJsonget_in (yyscan_t yyscanner);
void GeoJsonset_in (FILE * in_str, yyscan_t yyscanner);
FILE *GeoJsonget_out (yyscan_t yyscanner);
void GeoJsonset_out (FILE * out_str, yyscan_t yyscanner);
int GeoJsonget_leng (yyscan_t yyscanner);
char *GeoJsonget_text (yyscan_t yyscanner);
int GeoJsonget_lineno (yyscan_t yyscanner);
void GeoJsonset_lineno (int line_number, yyscan_t yyscanner);
int GeoJsonget_column (yyscan_t yyscanner);
void GeoJsonset_column (int column_no, yyscan_t yyscanner);
#ifndef YY_SKIP_YYWRAP
#ifdef __cplusplus
extern "C" int GeoJsonwrap (yyscan_t yyscanner);
#else
extern int GeoJsonwrap (yyscan_t yyscanner);
#endif
#endif
#ifndef yytext_ptr
static void yy_flex_strncpy (char *, yyconst char *, int, yyscan_t yyscanner);
#endif
#ifdef YY_NEED_STRLEN
static int yy_flex_strlen (yyconst char *, yyscan_t yyscanner);
#endif
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput (yyscan_t yyscanner);
#else
static int input (yyscan_t yyscanner);
#endif
#endif
#ifndef YY_READ_BUF_SIZE
#define YY_READ_BUF_SIZE 8192
#endif
#ifndef ECHO
#define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
#endif
#ifndef YY_INPUT
#define YY_INPUT(buf,result,max_size) \
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
int c = '*'; \
unsigned n; \
for ( n = 0; n < max_size && \
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \
if ( c == '\n' ) \
buf[n++] = (char) c; \
if ( c == EOF && ferror( yyin ) ) \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
result = n; \
} \
else \
{ \
errno=0; \
while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
{ \
if( errno != EINTR) \
{ \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
break; \
} \
errno=0; \
clearerr(yyin); \
} \
}\
\
#endif
#ifndef yyterminate
#define yyterminate() return YY_NULL
#endif
#ifndef YY_START_STACK_INCR
#define YY_START_STACK_INCR 25
#endif
#ifndef YY_FATAL_ERROR
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg , yyscanner)
#endif
#ifndef YY_DECL
#define YY_DECL_IS_OURS 1
extern int GeoJsonlex (yyscan_t yyscanner);
#define YY_DECL int GeoJsonlex (yyscan_t yyscanner)
#endif
#ifndef YY_USER_ACTION
#define YY_USER_ACTION
#endif
#ifndef YY_BREAK
#define YY_BREAK break;
#endif
#define YY_RULE_SETUP \
YY_USER_ACTION
YY_DECL
{
register yy_state_type yy_current_state;
register char *yy_cp, *yy_bp;
register int yy_act;
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!yyg->yy_init)
{
yyg->yy_init = 1;
#ifdef YY_USER_INIT
YY_USER_INIT;
#endif
if (!yyg->yy_start)
yyg->yy_start = 1;
if (!yyin)
yyin = stdin;
if (!yyout)
yyout = stdout;
if (!YY_CURRENT_BUFFER)
{
GeoJsonensure_buffer_stack (yyscanner);
YY_CURRENT_BUFFER_LVALUE =
GeoJson_create_buffer (yyin, YY_BUF_SIZE, yyscanner);
}
GeoJson_load_buffer_state (yyscanner);
}
while (1)
{
yy_cp = yyg->yy_c_buf_p;
*yy_cp = yyg->yy_hold_char;
yy_bp = yy_cp;
yy_current_state = yyg->yy_start;
yy_match:
do
{
register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI (*yy_cp)];
if (yy_accept[yy_current_state])
{
yyg->yy_last_accepting_state = yy_current_state;
yyg->yy_last_accepting_cpos = yy_cp;
}
while (yy_chk[yy_base[yy_current_state] + yy_c] !=
yy_current_state)
{
yy_current_state = (int) yy_def[yy_current_state];
if (yy_current_state >= 182)
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state =
yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
++yy_cp;
}
while (yy_base[yy_current_state] != 204);
yy_find_action:
yy_act = yy_accept[yy_current_state];
if (yy_act == 0)
{
yy_cp = yyg->yy_last_accepting_cpos;
yy_current_state = yyg->yy_last_accepting_state;
yy_act = yy_accept[yy_current_state];
}
YY_DO_BEFORE_ACTION;
do_action:
switch (yy_act)
{
case 0:
*yy_cp = yyg->yy_hold_char;
yy_cp = yyg->yy_last_accepting_cpos;
yy_current_state = yyg->yy_last_accepting_state;
goto yy_find_action;
case 1:
YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->geoJson_col +=
(int) strlen (yytext);
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval =
atof (yytext);
return GEOJSON_NUM;
}
YY_BREAK case 2:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->geoJson_col +=
(int) strlen (yytext);
GeoJsonget_extra (yyscanner)->GeoJsonLval.ival =
atoi (yytext + 6);
return GEOJSON_SHORT_SRID;
}
YY_BREAK case 3:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->geoJson_col +=
(int) strlen (yytext);
GeoJsonget_extra (yyscanner)->GeoJsonLval.ival =
atoi (yytext + 22);
return GEOJSON_LONG_SRID;
}
YY_BREAK case 4:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_COMMA;
}
YY_BREAK case 5:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_COLON;
}
YY_BREAK case 6:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_OPEN_BRACE;
}
YY_BREAK case 7:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_CLOSE_BRACE;
}
YY_BREAK case 8:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_OPEN_BRACKET;
}
YY_BREAK case 9:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_CLOSE_BRACKET;
}
YY_BREAK case 10:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_TYPE;
}
YY_BREAK case 11:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_COORDS;
}
YY_BREAK case 12:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_GEOMS;
}
YY_BREAK case 13:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_BBOX;
}
YY_BREAK case 14:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_NAME;
}
YY_BREAK case 15:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_PROPS;
}
YY_BREAK case 16:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_CRS;
}
YY_BREAK case 17:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_POINT;
}
YY_BREAK case 18:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_LINESTRING;
}
YY_BREAK case 19:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_POLYGON;
}
YY_BREAK case 20:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_MULTIPOINT;
}
YY_BREAK case 21:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_MULTILINESTRING;
}
YY_BREAK case 22:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_MULTIPOLYGON;
}
YY_BREAK case 23:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->GeoJsonLval.dval = 0;
return GEOJSON_GEOMETRYCOLLECTION;
}
YY_BREAK case 24:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->geoJson_col +=
(int) strlen (yytext);
}
YY_BREAK case 25:
YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->geoJson_col = 0;
GeoJsonget_extra (yyscanner)->geoJson_line++;
}
YY_BREAK case 26:YY_RULE_SETUP
{
GeoJsonget_extra (yyscanner)->geoJson_col +=
(int) strlen (yytext);
return -1;
}
YY_BREAK case 27:YY_RULE_SETUP ECHO;
YY_BREAK case YY_STATE_EOF (INITIAL):yyterminate ();
case YY_END_OF_BUFFER:
{
int yy_amount_of_matched_text =
(int) (yy_cp - yyg->yytext_ptr) - 1;
*yy_cp = yyg->yy_hold_char;
YY_RESTORE_YY_MORE_OFFSET
if (YY_CURRENT_BUFFER_LVALUE->yy_buffer_status ==
YY_BUFFER_NEW)
{
yyg->yy_n_chars =
YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
YY_BUFFER_NORMAL;
}
if (yyg->yy_c_buf_p <=
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars])
{
yy_state_type yy_next_state;
yyg->yy_c_buf_p =
yyg->yytext_ptr + yy_amount_of_matched_text;
yy_current_state = yy_get_previous_state (yyscanner);
yy_next_state =
yy_try_NUL_trans (yy_current_state, yyscanner);
yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
if (yy_next_state)
{
yy_cp = ++yyg->yy_c_buf_p;
yy_current_state = yy_next_state;
goto yy_match;
}
else
{
yy_cp = yyg->yy_c_buf_p;
goto yy_find_action;
}
}
else
switch (yy_get_next_buffer (yyscanner))
{
case EOB_ACT_END_OF_FILE:
{
yyg->yy_did_buffer_switch_on_eof = 0;
if (GeoJsonwrap (yyscanner))
{
yyg->yy_c_buf_p =
yyg->yytext_ptr + YY_MORE_ADJ;
yy_act = YY_STATE_EOF (YY_START);
goto do_action;
}
else
{
if (!yyg->yy_did_buffer_switch_on_eof)
YY_NEW_FILE;
}
break;
}
case EOB_ACT_CONTINUE_SCAN:
yyg->yy_c_buf_p =
yyg->yytext_ptr + yy_amount_of_matched_text;
yy_current_state =
yy_get_previous_state (yyscanner);
yy_cp = yyg->yy_c_buf_p;
yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
goto yy_match;
case EOB_ACT_LAST_MATCH:
yyg->yy_c_buf_p =
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->
yy_n_chars];
yy_current_state =
yy_get_previous_state (yyscanner);
yy_cp = yyg->yy_c_buf_p;
yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
goto yy_find_action;
}
break;
}
default:
YY_FATAL_ERROR
("fatal flex scanner internal error--no action found");
}
}
}
static int
yy_get_next_buffer (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
register char *source = yyg->yytext_ptr;
register int number_to_move, i;
int ret_val;
if (yyg->yy_c_buf_p >
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars + 1])
YY_FATAL_ERROR
("fatal flex scanner internal error--end of buffer missed");
if (YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0)
{
if (yyg->yy_c_buf_p - yyg->yytext_ptr - YY_MORE_ADJ == 1)
{
return EOB_ACT_END_OF_FILE;
}
else
{
return EOB_ACT_LAST_MATCH;
}
}
number_to_move = (int) (yyg->yy_c_buf_p - yyg->yytext_ptr) - 1;
for (i = 0; i < number_to_move; ++i)
*(dest++) = *(source++);
if (YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING)
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars = 0;
else
{
int num_to_read =
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
while (num_to_read <= 0)
{
YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
int yy_c_buf_p_offset = (int) (yyg->yy_c_buf_p - b->yy_ch_buf);
if (b->yy_is_our_buffer)
{
int new_size = b->yy_buf_size * 2;
if (new_size <= 0)
b->yy_buf_size += b->yy_buf_size / 8;
else
b->yy_buf_size *= 2;
b->yy_ch_buf = (char *)
GeoJsonrealloc ((void *) b->yy_ch_buf,
b->yy_buf_size + 2, yyscanner);
}
else
b->yy_ch_buf = 0;
if (!b->yy_ch_buf)
YY_FATAL_ERROR
("fatal error - scanner input buffer overflow");
yyg->yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset];
num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
number_to_move - 1;
}
if (num_to_read > YY_READ_BUF_SIZE)
num_to_read = YY_READ_BUF_SIZE;
YY_INPUT ((&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
yyg->yy_n_chars, (size_t) num_to_read);
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars;
}
if (yyg->yy_n_chars == 0)
{
if (number_to_move == YY_MORE_ADJ)
{
ret_val = EOB_ACT_END_OF_FILE;
GeoJsonrestart (yyin, yyscanner);
}
else
{
ret_val = EOB_ACT_LAST_MATCH;
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
YY_BUFFER_EOF_PENDING;
}
}
else
ret_val = EOB_ACT_CONTINUE_SCAN;
if ((yy_size_t) (yyg->yy_n_chars + number_to_move) >
YY_CURRENT_BUFFER_LVALUE->yy_buf_size)
{
yy_size_t new_size =
yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1);
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf =
(char *) GeoJsonrealloc ((void *)
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,
new_size, yyscanner);
if (!YY_CURRENT_BUFFER_LVALUE->yy_ch_buf)
YY_FATAL_ERROR ("out of dynamic memory in yy_get_next_buffer()");
}
yyg->yy_n_chars += number_to_move;
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] =
YY_END_OF_BUFFER_CHAR;
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars + 1] =
YY_END_OF_BUFFER_CHAR;
yyg->yytext_ptr = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
return ret_val;
}
static yy_state_type
yy_get_previous_state (yyscan_t yyscanner)
{
register yy_state_type yy_current_state;
register char *yy_cp;
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
yy_current_state = yyg->yy_start;
for (yy_cp = yyg->yytext_ptr + YY_MORE_ADJ; yy_cp < yyg->yy_c_buf_p;
++yy_cp)
{
register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI (*yy_cp)] : 1);
if (yy_accept[yy_current_state])
{
yyg->yy_last_accepting_state = yy_current_state;
yyg->yy_last_accepting_cpos = yy_cp;
}
while (yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state)
{
yy_current_state = (int) yy_def[yy_current_state];
if (yy_current_state >= 182)
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state =
yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
}
return yy_current_state;
}
static yy_state_type
yy_try_NUL_trans (yy_state_type yy_current_state, yyscan_t yyscanner)
{
register int yy_is_jam;
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
register char *yy_cp = yyg->yy_c_buf_p;
register YY_CHAR yy_c = 1;
if (yy_accept[yy_current_state])
{
yyg->yy_last_accepting_state = yy_current_state;
yyg->yy_last_accepting_cpos = yy_cp;
}
while (yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state)
{
yy_current_state = (int) yy_def[yy_current_state];
if (yy_current_state >= 182)
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
yy_is_jam = (yy_current_state == 181);
return yy_is_jam ? 0 : yy_current_state;
}
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int
yyinput (yyscan_t yyscanner)
#else
static int
input (yyscan_t yyscanner)
#endif
{
int c;
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
*yyg->yy_c_buf_p = yyg->yy_hold_char;
if (*yyg->yy_c_buf_p == YY_END_OF_BUFFER_CHAR)
{
if (yyg->yy_c_buf_p <
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars])
*yyg->yy_c_buf_p = '\0';
else
{
int offset = yyg->yy_c_buf_p - yyg->yytext_ptr;
++yyg->yy_c_buf_p;
switch (yy_get_next_buffer (yyscanner))
{
case EOB_ACT_LAST_MATCH:
GeoJsonrestart (yyin, yyscanner);
case EOB_ACT_END_OF_FILE:
{
if (GeoJsonwrap (yyscanner))
return EOF;
if (!yyg->yy_did_buffer_switch_on_eof)
YY_NEW_FILE;
#ifdef __cplusplus
return yyinput (yyscanner);
#else
return input (yyscanner);
#endif
}
case EOB_ACT_CONTINUE_SCAN:
yyg->yy_c_buf_p = yyg->yytext_ptr + offset;
break;
}
}
}
c = *(unsigned char *) yyg->yy_c_buf_p;
*yyg->yy_c_buf_p = '\0';
yyg->yy_hold_char = *++yyg->yy_c_buf_p;
return c;
}
#endif
void
GeoJsonrestart (FILE * input_file, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!YY_CURRENT_BUFFER)
{
GeoJsonensure_buffer_stack (yyscanner);
YY_CURRENT_BUFFER_LVALUE =
GeoJson_create_buffer (yyin, YY_BUF_SIZE, yyscanner);
}
GeoJson_init_buffer (YY_CURRENT_BUFFER, input_file, yyscanner);
GeoJson_load_buffer_state (yyscanner);
}
void
GeoJson_switch_to_buffer (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
GeoJsonensure_buffer_stack (yyscanner);
if (YY_CURRENT_BUFFER == new_buffer)
return;
if (YY_CURRENT_BUFFER)
{
*yyg->yy_c_buf_p = yyg->yy_hold_char;
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = yyg->yy_c_buf_p;
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars;
}
YY_CURRENT_BUFFER_LVALUE = new_buffer;
GeoJson_load_buffer_state (yyscanner);
yyg->yy_did_buffer_switch_on_eof = 1;
}
static void
GeoJson_load_buffer_state (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
yyg->yy_n_chars = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
yyg->yytext_ptr = yyg->yy_c_buf_p = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
yyg->yy_hold_char = *yyg->yy_c_buf_p;
}
YY_BUFFER_STATE
GeoJson_create_buffer (FILE * file, int size, yyscan_t yyscanner)
{
YY_BUFFER_STATE b;
b = (YY_BUFFER_STATE) GeoJsonalloc (sizeof (struct yy_buffer_state),
yyscanner);
if (!b)
YY_FATAL_ERROR ("out of dynamic memory in GeoJson_create_buffer()");
b->yy_buf_size = size;
b->yy_ch_buf = (char *) GeoJsonalloc (b->yy_buf_size + 2, yyscanner);
if (!b->yy_ch_buf)
YY_FATAL_ERROR ("out of dynamic memory in GeoJson_create_buffer()");
b->yy_is_our_buffer = 1;
GeoJson_init_buffer (b, file, yyscanner);
return b;
}
void
GeoJson_delete_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!b)
return;
if (b == YY_CURRENT_BUFFER)
YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
if (b->yy_is_our_buffer)
GeoJsonfree ((void *) b->yy_ch_buf, yyscanner);
GeoJsonfree ((void *) b, yyscanner);
}
#ifndef __cplusplus
extern int isatty (int);
#endif
static void
GeoJson_init_buffer (YY_BUFFER_STATE b, FILE * file, yyscan_t yyscanner)
{
int oerrno = errno;
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
GeoJson_flush_buffer (b, yyscanner);
b->yy_input_file = file;
b->yy_fill_buffer = 1;
if (b != YY_CURRENT_BUFFER)
{
b->yy_bs_lineno = 1;
b->yy_bs_column = 0;
}
b->yy_is_interactive = file ? (isatty (fileno (file)) > 0) : 0;
errno = oerrno;
}
void
GeoJson_flush_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!b)
return;
b->yy_n_chars = 0;
b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
b->yy_buf_pos = &b->yy_ch_buf[0];
b->yy_at_bol = 1;
b->yy_buffer_status = YY_BUFFER_NEW;
if (b == YY_CURRENT_BUFFER)
GeoJson_load_buffer_state (yyscanner);
}
void
GeoJsonpush_buffer_state (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (new_buffer == NULL)
return;
GeoJsonensure_buffer_stack (yyscanner);
if (YY_CURRENT_BUFFER)
{
*yyg->yy_c_buf_p = yyg->yy_hold_char;
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = yyg->yy_c_buf_p;
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars;
}
if (YY_CURRENT_BUFFER)
yyg->yy_buffer_stack_top++;
YY_CURRENT_BUFFER_LVALUE = new_buffer;
GeoJson_load_buffer_state (yyscanner);
yyg->yy_did_buffer_switch_on_eof = 1;
}
void
GeoJsonpop_buffer_state (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!YY_CURRENT_BUFFER)
return;
GeoJson_delete_buffer (YY_CURRENT_BUFFER, yyscanner);
YY_CURRENT_BUFFER_LVALUE = NULL;
if (yyg->yy_buffer_stack_top > 0)
--yyg->yy_buffer_stack_top;
if (YY_CURRENT_BUFFER)
{
GeoJson_load_buffer_state (yyscanner);
yyg->yy_did_buffer_switch_on_eof = 1;
}
}
static void
GeoJsonensure_buffer_stack (yyscan_t yyscanner)
{
int num_to_alloc;
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!yyg->yy_buffer_stack)
{
num_to_alloc = 1;
yyg->yy_buffer_stack = (struct yy_buffer_state **) GeoJsonalloc
(num_to_alloc * sizeof (struct yy_buffer_state *), yyscanner);
if (!yyg->yy_buffer_stack)
YY_FATAL_ERROR
("out of dynamic memory in GeoJsonensure_buffer_stack()");
memset (yyg->yy_buffer_stack, 0,
num_to_alloc * sizeof (struct yy_buffer_state *));
yyg->yy_buffer_stack_max = num_to_alloc;
yyg->yy_buffer_stack_top = 0;
return;
}
if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1)
{
int grow_size = 8 ;
num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
yyg->yy_buffer_stack = (struct yy_buffer_state **) GeoJsonrealloc
(yyg->yy_buffer_stack,
num_to_alloc * sizeof (struct yy_buffer_state *), yyscanner);
if (!yyg->yy_buffer_stack)
YY_FATAL_ERROR
("out of dynamic memory in GeoJsonensure_buffer_stack()");
memset (yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0,
grow_size * sizeof (struct yy_buffer_state *));
yyg->yy_buffer_stack_max = num_to_alloc;
}
}
YY_BUFFER_STATE
GeoJson_scan_buffer (char *base, yy_size_t size, yyscan_t yyscanner)
{
YY_BUFFER_STATE b;
if (size < 2 ||
base[size - 2] != YY_END_OF_BUFFER_CHAR ||
base[size - 1] != YY_END_OF_BUFFER_CHAR)
return 0;
b = (YY_BUFFER_STATE) GeoJsonalloc (sizeof (struct yy_buffer_state),
yyscanner);
if (!b)
YY_FATAL_ERROR ("out of dynamic memory in GeoJson_scan_buffer()");
b->yy_buf_size = size - 2;
b->yy_buf_pos = b->yy_ch_buf = base;
b->yy_is_our_buffer = 0;
b->yy_input_file = 0;
b->yy_n_chars = b->yy_buf_size;
b->yy_is_interactive = 0;
b->yy_at_bol = 1;
b->yy_fill_buffer = 0;
b->yy_buffer_status = YY_BUFFER_NEW;
GeoJson_switch_to_buffer (b, yyscanner);
return b;
}
YY_BUFFER_STATE
GeoJson_scan_string (yyconst char *yystr, yyscan_t yyscanner)
{
return GeoJson_scan_bytes (yystr, strlen (yystr), yyscanner);
}
YY_BUFFER_STATE
GeoJson_scan_bytes (yyconst char *yybytes, int _yybytes_len, yyscan_t yyscanner)
{
YY_BUFFER_STATE b;
char *buf;
yy_size_t n;
int i;
n = _yybytes_len + 2;
buf = (char *) GeoJsonalloc (n, yyscanner);
if (!buf)
YY_FATAL_ERROR ("out of dynamic memory in GeoJson_scan_bytes()");
for (i = 0; i < _yybytes_len; ++i)
buf[i] = yybytes[i];
buf[_yybytes_len] = buf[_yybytes_len + 1] = YY_END_OF_BUFFER_CHAR;
b = GeoJson_scan_buffer (buf, n, yyscanner);
if (!b)
YY_FATAL_ERROR ("bad buffer in GeoJson_scan_bytes()");
b->yy_is_our_buffer = 1;
return b;
}
#ifndef YY_EXIT_FAILURE
#define YY_EXIT_FAILURE 2
#endif
static void
yy_fatal_error (yyconst char *msg, yyscan_t yyscanner)
{
(void) fprintf (stderr, "%s\n", msg);
exit (YY_EXIT_FAILURE);
}
#undef yyless
#define yyless(n) \
do \
{ \
\
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
yytext[yyleng] = yyg->yy_hold_char; \
yyg->yy_c_buf_p = yytext + yyless_macro_arg; \
yyg->yy_hold_char = *yyg->yy_c_buf_p; \
*yyg->yy_c_buf_p = '\0'; \
yyleng = yyless_macro_arg; \
} \
while ( 0 )
YY_EXTRA_TYPE
GeoJsonget_extra (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
return yyextra;
}
int
GeoJsonget_lineno (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!YY_CURRENT_BUFFER)
return 0;
return yylineno;
}
int
GeoJsonget_column (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!YY_CURRENT_BUFFER)
return 0;
return yycolumn;
}
FILE *
GeoJsonget_in (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
return yyin;
}
FILE *
GeoJsonget_out (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
return yyout;
}
int
GeoJsonget_leng (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
return yyleng;
}
char *
GeoJsonget_text (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
return yytext;
}
void
GeoJsonset_extra (YY_EXTRA_TYPE user_defined, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
yyextra = user_defined;
}
void
GeoJsonset_lineno (int line_number, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!YY_CURRENT_BUFFER)
yy_fatal_error ("GeoJsonset_lineno called with no buffer", yyscanner);
yylineno = line_number;
}
void
GeoJsonset_column (int column_no, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!YY_CURRENT_BUFFER)
yy_fatal_error ("GeoJsonset_column called with no buffer", yyscanner);
yycolumn = column_no;
}
void
GeoJsonset_in (FILE * in_str, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
yyin = in_str;
}
void
GeoJsonset_out (FILE * out_str, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
yyout = out_str;
}
int
GeoJsonget_debug (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
return yy_flex_debug;
}
void
GeoJsonset_debug (int bdebug, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
yy_flex_debug = bdebug;
}
int
GeoJsonlex_init (yyscan_t * ptr_yy_globals)
{
if (ptr_yy_globals == NULL)
{
errno = EINVAL;
return 1;
}
*ptr_yy_globals = (yyscan_t) GeoJsonalloc (sizeof (struct yyguts_t), NULL);
if (*ptr_yy_globals == NULL)
{
errno = ENOMEM;
return 1;
}
memset (*ptr_yy_globals, 0x00, sizeof (struct yyguts_t));
return yy_init_globals (*ptr_yy_globals);
}
int
GeoJsonlex_init_extra (YY_EXTRA_TYPE yy_user_defined, yyscan_t * ptr_yy_globals)
{
struct yyguts_t dummy_yyguts;
GeoJsonset_extra (yy_user_defined, &dummy_yyguts);
if (ptr_yy_globals == NULL)
{
errno = EINVAL;
return 1;
}
*ptr_yy_globals =
(yyscan_t) GeoJsonalloc (sizeof (struct yyguts_t), &dummy_yyguts);
if (*ptr_yy_globals == NULL)
{
errno = ENOMEM;
return 1;
}
memset (*ptr_yy_globals, 0x00, sizeof (struct yyguts_t));
GeoJsonset_extra (yy_user_defined, *ptr_yy_globals);
return yy_init_globals (*ptr_yy_globals);
}
static int
yy_init_globals (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
yyg->yy_buffer_stack = 0;
yyg->yy_buffer_stack_top = 0;
yyg->yy_buffer_stack_max = 0;
yyg->yy_c_buf_p = (char *) 0;
yyg->yy_init = 0;
yyg->yy_start = 0;
yyg->yy_start_stack_ptr = 0;
yyg->yy_start_stack_depth = 0;
yyg->yy_start_stack = NULL;
#ifdef YY_STDINIT
yyin = stdin;
yyout = stdout;
#else
yyin = (FILE *) 0;
yyout = (FILE *) 0;
#endif
return 0;
}
int
GeoJsonlex_destroy (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
while (YY_CURRENT_BUFFER)
{
GeoJson_delete_buffer (YY_CURRENT_BUFFER, yyscanner);
YY_CURRENT_BUFFER_LVALUE = NULL;
GeoJsonpop_buffer_state (yyscanner);
}
GeoJsonfree (yyg->yy_buffer_stack, yyscanner);
yyg->yy_buffer_stack = NULL;
GeoJsonfree (yyg->yy_start_stack, yyscanner);
yyg->yy_start_stack = NULL;
yy_init_globals (yyscanner);
GeoJsonfree (yyscanner, yyscanner);
yyscanner = NULL;
return 0;
}
#ifndef yytext_ptr
static void
yy_flex_strncpy (char *s1, yyconst char *s2, int n, yyscan_t yyscanner)
{
register int i;
for (i = 0; i < n; ++i)
s1[i] = s2[i];
}
#endif
#ifdef YY_NEED_STRLEN
static int
yy_flex_strlen (yyconst char *s, yyscan_t yyscanner)
{
register int n;
for (n = 0; s[n]; ++n)
;
return n;
}
#endif
void *
GeoJsonalloc (yy_size_t size, yyscan_t yyscanner)
{
return (void *) malloc (size);
}
void *
GeoJsonrealloc (void *ptr, yy_size_t size, yyscan_t yyscanner)
{
return (void *) realloc ((char *) ptr, size);
}
void
GeoJsonfree (void *ptr, yyscan_t yyscanner)
{
free ((char *) ptr);
}
#define YYTABLES_NAME "yytables"
int
GeoJsonwrap (yyscan_t yyscanner)
{
return 1;
}