Home
last modified time | relevance | path

Searched refs:cberror (Results 1 – 7 of 7) sorted by relevance

/dports/databases/postgis32/postgis-3.2.0/topology/
H A Dpostgis_topology.c1212 cberror( in cb_getRingEdges()
1646 cberror(topo->be_data, in cb_insertNodes()
1706 cberror(topo->be_data, in cb_insertEdges()
1767 cberror(topo->be_data, in cb_insertFaces()
1893 cberror(topo->be_data, in cb_updateNodesById()
2016 cberror(topo->be_data, in cb_updateEdgesById()
2239 cberror(topo->be_data, in cb_updateTopoGeomEdgeSplit()
2248 cberror(topo->be_data, in cb_updateTopoGeomEdgeSplit()
2256 cberror(topo->be_data, in cb_updateTopoGeomEdgeSplit()
2264 cberror(topo->be_data, in cb_updateTopoGeomEdgeSplit()
[all …]
/dports/databases/postgis30/postgis-3.0.4/topology/
H A Dpostgis_topology.c1648 cberror(topo->be_data, in cb_insertNodes()
1708 cberror(topo->be_data, in cb_insertEdges()
1769 cberror(topo->be_data, in cb_insertFaces()
1895 cberror(topo->be_data, in cb_updateNodesById()
2018 cberror(topo->be_data, in cb_updateEdgesById()
2241 cberror(topo->be_data, in cb_updateTopoGeomEdgeSplit()
2250 cberror(topo->be_data, in cb_updateTopoGeomEdgeSplit()
2258 cberror(topo->be_data, in cb_updateTopoGeomEdgeSplit()
2266 cberror(topo->be_data, in cb_updateTopoGeomEdgeSplit()
2373 cberror(topo->be_data, in cb_updateTopoGeomFaceSplit()
[all …]
/dports/databases/postgis25/postgis-2.5.5/topology/
H A Dpostgis_topology.c97 cberror(const LWT_BE_DATA* be_in, const char *fmt, ...) in cberror() function
1893 cberror(topo->be_data, in cb_updateNodesById()
2014 cberror(topo->be_data, in cb_updateEdgesById()
2238 cberror(topo->be_data, in cb_updateTopoGeomEdgeSplit()
2247 cberror(topo->be_data, in cb_updateTopoGeomEdgeSplit()
2255 cberror(topo->be_data, in cb_updateTopoGeomEdgeSplit()
2263 cberror(topo->be_data, in cb_updateTopoGeomEdgeSplit()
2370 cberror(topo->be_data, in cb_updateTopoGeomFaceSplit()
2379 cberror(topo->be_data, in cb_updateTopoGeomFaceSplit()
2387 cberror(topo->be_data, in cb_updateTopoGeomFaceSplit()
[all …]
/dports/databases/postgis31/postgis-3.1.4/topology/
H A Dpostgis_topology.c1208 cberror( in cb_getRingEdges()
1642 cberror(topo->be_data, in cb_insertNodes()
1702 cberror(topo->be_data, in cb_insertEdges()
1763 cberror(topo->be_data, in cb_insertFaces()
1889 cberror(topo->be_data, in cb_updateNodesById()
2012 cberror(topo->be_data, in cb_updateEdgesById()
2235 cberror(topo->be_data, in cb_updateTopoGeomEdgeSplit()
2244 cberror(topo->be_data, in cb_updateTopoGeomEdgeSplit()
2252 cberror(topo->be_data, in cb_updateTopoGeomEdgeSplit()
2260 cberror(topo->be_data, in cb_updateTopoGeomEdgeSplit()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Ddispwin.h319 volatile int cberror; /* NZ if error detected in a callback routine */ member
H A Ddispwin.c3918 while (p->colupd != p->colupde && p->cberror == 0) { in dispwin_set_color()
4036 if (p->cberror) { /* Callback routine failed */ in dispwin_set_color()
4301 p->cberror = 2; in MainWndProc()
4308 p->cberror = 3; in MainWndProc()
4328 p->cberror = 4; in MainWndProc()
4335 p->cberror = 5; in MainWndProc()
/dports/math/freefem++/FreeFem-sources-4.6/plugin/seq/
H A Dff-Ipopt.cpp1301 cberror = false; in operator ( )() local