PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ if()

if ( yy_init)

Definition at line 1084 of file lwin_wkt_lex.c.

1085  {
1086  (yy_init) = 1;
1087 
1088 #ifdef YY_USER_INIT
1089  YY_USER_INIT;
1090 #endif
1091 
1092  if ( ! (yy_start) )
1093  (yy_start) = 1; /* first start state */
1094 
1095  if ( ! yyin )
1096  yyin = stdin;
1097 
1098  if ( ! yyout )
1099  yyout = stdout;
1100 
1101  if ( ! YY_CURRENT_BUFFER ) {
1105  }
1106 
1108  }
#define yyout
Definition: lwin_wkt_lex.c:26
static int yy_start
Definition: lwin_wkt_lex.c:535
#define YY_CURRENT_BUFFER_LVALUE
Definition: lwin_wkt_lex.c:525
#define yyin
Definition: lwin_wkt_lex.c:22
#define yyensure_buffer_stack
Definition: lwin_wkt_lex.c:20
#define YY_CURRENT_BUFFER
Definition: lwin_wkt_lex.c:519
#define yy_create_buffer
Definition: lwin_wkt_lex.c:9
#define YY_BUF_SIZE
Definition: lwin_wkt_lex.c:399
static int yy_init
Definition: lwin_wkt_lex.c:534
#define yy_load_buffer_state
Definition: lwin_wkt_lex.c:16

References YY_BUF_SIZE, yy_create_buffer, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_init, yy_load_buffer_state, yy_start, yyensure_buffer_stack, yyin, and yyout.

Referenced by asgml3_poly_size(), cache_bbox(), check_authorization(), geom2d_brin_inclusion_add_value(), LWGEOM_dump(), LWGEOM_dumppoints(), lwgeom_from_gserialized(), LWGEOM_line_substring(), lwmline_measured_from_lwmline(), rt_band_reclass(), rt_raster_gdal_warp(), and rtpg_nmapalgebra_callback().

Here is the caller graph for this function: