Home
last modified time | relevance | path

Searched refs:GEOS_init_r (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/py-pygeos/pygeos-0.10.2/pygeos/
H A D_geos.pyx24 self.handle = GEOS_init_r()
H A D_geos.pxd18 GEOSContextHandle_t GEOS_init_r() nogil
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dgeos.h112 ctx = GEOS_init_r(); \
/dports/math/R-cran-terra/terra/src/
H A Dgeos_spat.h125 GEOSContextHandle_t ctxt = GEOS_init_r(); in geos_init()
142 GEOSContextHandle_t ctxt = GEOS_init_r(); in geos_init2()
/dports/databases/spatialite/libspatialite-5.0.1/src/connection_cache/
H A Dalloc_cache.c505 cache->GEOS_handle = GEOS_init_r (); in spatialite_alloc_reentrant()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_ts_c.cpp417 GEOSContextHandle_t handle = GEOS_init_r(); in initGEOS_r()
428 GEOS_init_r() in GEOS_init_r() function
H A Dgeos_c.h.in169 * initialize using GEOS_init_r() and set the message handlers using
180 extern GEOSContextHandle_t GEOS_DLL GEOS_init_r();
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_geos.c67 GEOSContextHandle_t h = GEOS_init_r(); in rtgeom_geos_ensure_init()
/dports/math/R-cran-sf/sf/src/
H A Dgeos.cpp101 GEOSContextHandle_t ctxt = GEOS_init_r(); in CPL_geos_init()