PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ if()

if ( yy_init)

Definition at line 1097 of file lwin_wkt_lex.c.

1098  {
1099  (yy_init) = 1;
1100 
1101 #ifdef YY_USER_INIT
1102  YY_USER_INIT;
1103 #endif
1104 
1105  if ( ! (yy_start) )
1106  (yy_start) = 1; /* first start state */
1107 
1108  if ( ! yyin )
1109  yyin = stdin;
1110 
1111  if ( ! yyout )
1112  yyout = stdout;
1113 
1114  if ( ! YY_CURRENT_BUFFER ) {
1118  }
1119 
1121  }
#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 cache_bbox(), check_authorization(), geom2d_brin_inclusion_add_value(), LWGEOM_dump(), LWGEOM_dumppoints(), LWGEOM_dumpsegments(), lwgeom_from_gserialized1(), lwgeom_from_gserialized2(), LWGEOM_line_substring(), lwmline_measured_from_lwmline(), project_pt_pt(), rt_band_reclass(), rt_raster_gdal_warp(), and rtpg_nmapalgebra_callback().

Here is the caller graph for this function: