Home
last modified time | relevance | path

Searched refs:lwcoll (Results 1 – 10 of 10) sorted by relevance

/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dlwgeom_dumppoints.c81 LWCOLLECTION *lwcoll; in LWGEOM_dumppoints() local
269 lwcoll = (LWCOLLECTION*)node->geom; in LWGEOM_dumppoints()
272 if (node->idx < lwcoll->ngeoms) { in LWGEOM_dumppoints()
274 lwgeom = lwcoll->geoms[node->idx++]; in LWGEOM_dumppoints()
301 LWCOLLECTION *lwcoll; in LWGEOM_dumpsegments() local
482 lwcoll = (LWCOLLECTION *)node->geom; in LWGEOM_dumpsegments()
485 if (node->idx < lwcoll->ngeoms) in LWGEOM_dumpsegments()
488 lwgeom = lwcoll->geoms[node->idx++]; in LWGEOM_dumpsegments()
H A Dlwgeom_dump.c73 LWCOLLECTION *lwcoll; in LWGEOM_dump() local
158 lwcoll = (LWCOLLECTION*)node->geom; in LWGEOM_dump()
160 if ( node->idx < lwcoll->ngeoms ) in LWGEOM_dump()
162 lwgeom = lwcoll->geoms[node->idx]; in LWGEOM_dump()
/dports/databases/postgis30/postgis-3.0.4/postgis/
H A Dlwgeom_dumppoints.c80 LWCOLLECTION *lwcoll; in LWGEOM_dumppoints() local
268 lwcoll = (LWCOLLECTION*)node->geom; in LWGEOM_dumppoints()
271 if (node->idx < lwcoll->ngeoms) { in LWGEOM_dumppoints()
273 lwgeom = lwcoll->geoms[node->idx++]; in LWGEOM_dumppoints()
H A Dlwgeom_functions_lrs.c271 LWCOLLECTION *lwcoll, double m0, double m1);
629 lwcollection_locate_between_m(LWCOLLECTION *lwcoll, double m0, double m1) in lwcollection_locate_between_m() argument
635 POSTGIS_DEBUGF(2, "lwcollection_locate_between_m called for lwcoll %p", lwcoll); in lwcollection_locate_between_m()
637 geoms=lwalloc(sizeof(LWGEOM *)*lwcoll->ngeoms); in lwcollection_locate_between_m()
638 for (i=0; i<lwcoll->ngeoms; i++) in lwcollection_locate_between_m()
640 LWGEOM *sub=lwgeom_locate_between_m(lwcoll->geoms[i], in lwcollection_locate_between_m()
649 lwcoll->srid, NULL, ngeoms, geoms); in lwcollection_locate_between_m()
H A Dlwgeom_dump.c73 LWCOLLECTION *lwcoll; in LWGEOM_dump() local
158 lwcoll = (LWCOLLECTION*)node->geom; in LWGEOM_dump()
160 if ( node->idx < lwcoll->ngeoms ) in LWGEOM_dump()
162 lwgeom = lwcoll->geoms[node->idx]; in LWGEOM_dump()
/dports/databases/postgis25/postgis-2.5.5/postgis/
H A Dlwgeom_dumppoints.c80 LWCOLLECTION *lwcoll; in LWGEOM_dumppoints() local
268 lwcoll = (LWCOLLECTION*)node->geom; in LWGEOM_dumppoints()
271 if (node->idx < lwcoll->ngeoms) { in LWGEOM_dumppoints()
273 lwgeom = lwcoll->geoms[node->idx++]; in LWGEOM_dumppoints()
H A Dlwgeom_functions_lrs.c271 LWCOLLECTION *lwcoll, double m0, double m1);
629 lwcollection_locate_between_m(LWCOLLECTION *lwcoll, double m0, double m1) in lwcollection_locate_between_m() argument
635 POSTGIS_DEBUGF(2, "lwcollection_locate_between_m called for lwcoll %p", lwcoll); in lwcollection_locate_between_m()
637 geoms=lwalloc(sizeof(LWGEOM *)*lwcoll->ngeoms); in lwcollection_locate_between_m()
638 for (i=0; i<lwcoll->ngeoms; i++) in lwcollection_locate_between_m()
640 LWGEOM *sub=lwgeom_locate_between_m(lwcoll->geoms[i], in lwcollection_locate_between_m()
649 lwcoll->srid, NULL, ngeoms, geoms); in lwcollection_locate_between_m()
H A Dlwgeom_dump.c74 LWCOLLECTION *lwcoll; in LWGEOM_dump() local
159 lwcoll = (LWCOLLECTION*)node->geom; in LWGEOM_dump()
161 if ( node->idx < lwcoll->ngeoms ) in LWGEOM_dump()
163 lwgeom = lwcoll->geoms[node->idx]; in LWGEOM_dump()
/dports/databases/postgis31/postgis-3.1.4/postgis/
H A Dlwgeom_dumppoints.c80 LWCOLLECTION *lwcoll; in LWGEOM_dumppoints() local
268 lwcoll = (LWCOLLECTION*)node->geom; in LWGEOM_dumppoints()
271 if (node->idx < lwcoll->ngeoms) { in LWGEOM_dumppoints()
273 lwgeom = lwcoll->geoms[node->idx++]; in LWGEOM_dumppoints()
H A Dlwgeom_dump.c73 LWCOLLECTION *lwcoll; in LWGEOM_dump() local
158 lwcoll = (LWCOLLECTION*)node->geom; in LWGEOM_dump()
160 if ( node->idx < lwcoll->ngeoms ) in LWGEOM_dump()
162 lwgeom = lwcoll->geoms[node->idx]; in LWGEOM_dump()