Home
last modified time | relevance | path

Searched refs:RTTOPO_handle (Results 1 – 6 of 6) sorted by relevance

/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_rttopo.c1413 ctx = cache->RTTOPO_handle; in gaiaMakeValid()
1455 ctx = cache->RTTOPO_handle; in gaiaMakeValidDiscarded()
1499 ctx = cache->RTTOPO_handle; in gaiaSegmentize()
1961 ctx = cache->RTTOPO_handle; in gaiaSplit()
2010 ctx = cache->RTTOPO_handle; in gaiaSplitLeft()
2095 ctx = cache->RTTOPO_handle; in gaiaSplitRight()
2176 ctx = cache->RTTOPO_handle; in gaiaAzimuth()
2210 ctx = cache->RTTOPO_handle; in gaiaEllipsoidAzimuth()
2243 ctx = cache->RTTOPO_handle; in gaiaProjectedPoint()
2281 ctx = cache->RTTOPO_handle; in gaiaGeodesicArea()
[all …]
/dports/databases/spatialite/libspatialite-5.0.1/src/connection_cache/
H A Dalloc_cache.c392 cache->RTTOPO_handle = NULL; in init_splite_internal_cache()
613 cache->RTTOPO_handle = rtgeom_init (NULL, NULL, NULL); in spatialite_alloc_reentrant()
614 rtgeom_set_error_logger (cache->RTTOPO_handle, conn_rttopo_error, cache); in spatialite_alloc_reentrant()
615 rtgeom_set_notice_logger (cache->RTTOPO_handle, conn_rttopo_warning, cache); in spatialite_alloc_reentrant()
962 if (cache->RTTOPO_handle != NULL) in free_internal_cache()
963 rtgeom_finish (cache->RTTOPO_handle); in free_internal_cache()
964 cache->RTTOPO_handle = NULL; in free_internal_cache()
/dports/databases/spatialite/libspatialite-5.0.1/src/topology/
H A Dtopo_callbacks.c1544 ctx = cache->RTTOPO_handle; in callback_getNodeById()
1666 ctx = cache->RTTOPO_handle; in callback_getNodeWithinDistance2D()
1846 ctx = cache->RTTOPO_handle; in callback_insertNodes()
1945 ctx = cache->RTTOPO_handle; in callback_getEdgeById()
2070 ctx = cache->RTTOPO_handle; in callback_getEdgeWithinDistance2D()
2080 ctx = cache->RTTOPO_handle; in callback_getEdgeWithinDistance2D()
2254 ctx = cache->RTTOPO_handle; in callback_getNextEdgeId()
2339 ctx = cache->RTTOPO_handle; in callback_insertEdges()
2436 ctx = cache->RTTOPO_handle; in callback_updateEdges()
2982 ctx = cache->RTTOPO_handle; in callback_getFaceById()
[all …]
H A Dgaia_auxtopo.c2257 ctx = cache->RTTOPO_handle; in gaiaTopologyFromDBMS()
2672 ctx = cache->RTTOPO_handle; in gaiaAddIsoNode()
2717 ctx = cache->RTTOPO_handle; in gaiaMoveIsoNode()
2785 ctx = cache->RTTOPO_handle; in gaiaAddIsoEdge()
2845 ctx = cache->RTTOPO_handle; in gaiaChangeEdgeGeom()
3190 ctx = cache->RTTOPO_handle; in gaiaModEdgeSplit()
3239 ctx = cache->RTTOPO_handle; in gaiaNewEdgesSplit()
3282 ctx = cache->RTTOPO_handle; in gaiaAddEdgeModFace()
3318 ctx = cache->RTTOPO_handle; in gaiaAddEdgeNewFaces()
3462 ctx = cache->RTTOPO_handle; in gaiaGetFaceGeometry()
[all …]
H A Dgaia_auxnet.c1322 ctx = cache->RTTOPO_handle; in gaiaNetworkFromDBMS()
/dports/databases/spatialite/libspatialite-5.0.1/src/headers/
H A Dspatialite_private.h171 void *RTTOPO_handle; member