Home
last modified time | relevance | path

Searched refs:uwhere (Results 1 – 4 of 4) sorted by relevance

/dports/databases/postgis30/postgis-3.0.4/postgis/
H A Dlwgeom_functions_basic.c2182 uint32_t uwhere = 0; in LWGEOM_addpoint() local
2205 uwhere = line->points->npoints; in LWGEOM_addpoint()
2212 uwhere = line->points->npoints; in LWGEOM_addpoint()
2221 uwhere = where; in LWGEOM_addpoint()
2229 if (lwline_add_lwpoint(linecopy, point, uwhere) == LW_FAILURE) in LWGEOM_addpoint()
/dports/databases/postgis31/postgis-3.1.4/postgis/
H A Dlwgeom_functions_basic.c2196 uint32_t uwhere = 0; in LWGEOM_addpoint() local
2219 uwhere = line->points->npoints; in LWGEOM_addpoint()
2226 uwhere = line->points->npoints; in LWGEOM_addpoint()
2235 uwhere = where; in LWGEOM_addpoint()
2243 if (lwline_add_lwpoint(linecopy, point, uwhere) == LW_FAILURE) in LWGEOM_addpoint()
/dports/databases/postgis25/postgis-2.5.5/postgis/
H A Dlwgeom_functions_basic.c2166 uint32_t uwhere = 0; in LWGEOM_addpoint() local
2189 uwhere = line->points->npoints; in LWGEOM_addpoint()
2196 uwhere = line->points->npoints; in LWGEOM_addpoint()
2205 uwhere = where; in LWGEOM_addpoint()
2213 if (lwline_add_lwpoint(linecopy, point, uwhere) == LW_FAILURE) in LWGEOM_addpoint()
/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dlwgeom_functions_basic.c2306 uint32_t uwhere = 0; in LWGEOM_addpoint() local
2329 uwhere = line->points->npoints; in LWGEOM_addpoint()
2336 uwhere = line->points->npoints; in LWGEOM_addpoint()
2345 uwhere = where; in LWGEOM_addpoint()
2353 if (lwline_add_lwpoint(linecopy, point, uwhere) == LW_FAILURE) in LWGEOM_addpoint()