Home
last modified time | relevance | path

Searched refs:RT_FAILURE (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtout_kml.c58 if ( rv == RT_FAILURE ) in rtgeom_to_kml2()
91 return RT_FAILURE; in rtgeom_to_kml2_sb()
117 if ( stringbuffer_aprintf(ctx, sb, "%g", d[j]) < 0 ) return RT_FAILURE; in ptarray_to_kml2_sb()
132 if ( ptarray_to_kml2_sb(ctx, point->point, precision, sb) == RT_FAILURE ) return RT_FAILURE; in rtpoint_to_kml2_sb()
144 if ( ptarray_to_kml2_sb(ctx, line->points, precision, sb) == RT_FAILURE ) return RT_FAILURE; in rtline_to_kml2_sb()
157 if ( stringbuffer_aprintf(ctx, sb, "<%sPolygon>", prefix) < 0 ) return RT_FAILURE; in rtpoly_to_kml2_sb()
165 if ( rv < 0 ) return RT_FAILURE; in rtpoly_to_kml2_sb()
168 if ( ptarray_to_kml2_sb(ctx, poly->rings[i], precision, sb) == RT_FAILURE ) return RT_FAILURE; in rtpoly_to_kml2_sb()
175 if ( rv < 0 ) return RT_FAILURE; in rtpoly_to_kml2_sb()
178 if ( stringbuffer_aprintf(ctx, sb, "</%sPolygon>", prefix) < 0 ) return RT_FAILURE; in rtpoly_to_kml2_sb()
[all …]
H A Drtiterator.c76 return RT_FAILURE; in add_rtgeom_to_stack()
177 return RT_FAILURE; in rtpointiterator_advance()
189 return RT_FAILURE; in rtpointiterator_advance()
200 return RT_FAILURE; in rtpointiterator_peek()
217 return RT_FAILURE; in rtpointiterator_next()
221 return RT_FAILURE; in rtpointiterator_next()
231 return RT_FAILURE; in rtpointiterator_modify_next()
236 return RT_FAILURE; in rtpointiterator_modify_next()
H A Dg_box.c247 return RT_FAILURE; in gbox_merge()
526 if ( ! pa ) return RT_FAILURE; in ptarray_calculate_gbox_cartesian()
527 if ( ! gbox ) return RT_FAILURE; in ptarray_calculate_gbox_cartesian()
571 if ( ! curve ) return RT_FAILURE; in rtcircstring_calculate_gbox_cartesian()
597 if ( ! point ) return RT_FAILURE; in rtpoint_calculate_gbox_cartesian()
603 if ( ! line ) return RT_FAILURE; in rtline_calculate_gbox_cartesian()
615 if ( ! poly ) return RT_FAILURE; in rtpoly_calculate_gbox_cartesian()
625 int result = RT_FAILURE; in rtcollection_calculate_gbox_cartesian()
629 return RT_FAILURE; in rtcollection_calculate_gbox_cartesian()
658 if ( ! rtgeom ) return RT_FAILURE; in rtgeom_calculate_gbox_cartesian()
[all …]
H A Drtcompound.c103 return RT_FAILURE; in rtcompound_add_rtgeom()
121 return RT_FAILURE; in rtcompound_add_rtgeom()
148 return RT_FAILURE; in rtgeom_contains_point()
H A Drtcurvepoly.c82 return RT_FAILURE; in rtcurvepoly_add_ring()
96 return RT_FAILURE; in rtcurvepoly_add_ring()
H A Dg_serialized.c178 if ( ! ( g && gbox ) ) return RT_FAILURE; in gserialized_read_gbox_p()
214 return RT_FAILURE; in gserialized_read_gbox_p()
228 return RT_FAILURE; in gserialized_peek_gbox_p()
242 if ( isempty ) return RT_FAILURE; in gserialized_peek_gbox_p()
268 return RT_FAILURE; in gserialized_peek_gbox_p()
308 return RT_FAILURE; in gserialized_peek_gbox_p()
341 return RT_FAILURE; in gserialized_peek_gbox_p()
347 return RT_FAILURE; in gserialized_peek_gbox_p()
380 return RT_FAILURE; in gserialized_peek_gbox_p()
H A Dptarray.c106 return RT_FAILURE; in ptarray_insert_point()
113 return RT_FAILURE; in ptarray_insert_point()
128 return RT_FAILURE; in ptarray_insert_point()
164 return RT_FAILURE; in ptarray_append_point()
199 return RT_FAILURE; in ptarray_append_ptarray()
209 return RT_FAILURE; in ptarray_append_ptarray()
215 return RT_FAILURE; in ptarray_append_ptarray()
236 return RT_FAILURE; in ptarray_append_ptarray()
270 return RT_FAILURE; in ptarray_remove_point()
277 return RT_FAILURE; in ptarray_remove_point()
H A Drtpoly.c172 return RT_FAILURE; in rtpoly_add_ring()
403 if( rtpoly_add_ring(ctx, opoly, opts) == RT_FAILURE ) in rtpoly_simplify()
519 return RT_FAILURE; in rtpoly_startpoint()
H A Dg_util.c228 return RT_FAILURE; in geometry_type_from_string()
H A Drtin_geojson.c114 return RT_FAILURE; in parse_geojson_coord()
154 return RT_FAILURE; in parse_geojson_coord()
H A Drtgeodetic.c1300 return RT_FAILURE; in sphere_project()
1392 return RT_FAILURE; in edge_calculate_gbox()
2039 if( spheroid_project(ctx, &geo_source, spheroid, distance, azimuth, &geo_dest) == RT_FAILURE ) in rtgeom_project_spheroid()
2506 if ( pa->npoints == 0 ) return RT_FAILURE; in ptarray_calculate_gbox_geodetic()
2566 return RT_FAILURE; in rtpolygon_calculate_gbox_geodetic()
2570 if ( ptarray_calculate_gbox_geodetic(ctx, poly->rings[i], &ringbox) == RT_FAILURE ) in rtpolygon_calculate_gbox_geodetic()
2571 return RT_FAILURE; in rtpolygon_calculate_gbox_geodetic()
2600 int result = RT_FAILURE; in rtcollection_calculate_gbox_geodetic()
2604 return RT_FAILURE; in rtcollection_calculate_gbox_geodetic()
2633 int result = RT_FAILURE; in rtgeom_calculate_gbox_geodetic()
H A Drtt_tpsnap.c469 if ( ret == RT_FAILURE ) return -1; in _rtgeom_tpsnap_ptarray_remove()
594 if ( ret == RT_FAILURE ) return -1; in _rt_snap_to_valid_vertex()
H A Drtin_wkb.c530 if ( rtpoly_add_ring(ctx, poly, pa) == RT_FAILURE ) in rtpoly_from_wkb_state()
614 if ( rtcurvepoly_add_ring(ctx, cp, geom) == RT_FAILURE ) in rtcurvepoly_from_wkb_state()
H A Drtcollection.c578 return RT_FAILURE; in rtcollection_startpoint()
H A Drtin_twkb.c324 if ( rtpoly_add_ring(ctx, poly, pa) == RT_FAILURE ) in rtpoly_from_twkb_state()
H A Drtline.c334 return RT_FAILURE; in rtline_add_rtpoint()
H A Drtalgorithm.c854 if ( result == RT_FAILURE ) return NULL; in rtgeom_geohash()
H A Drtgeom.c1855 return RT_FAILURE; in rtgeom_startpoint()
1877 return RT_FAILURE; in rtgeom_startpoint()
H A Dmeasures3d.c81 if ( rv == RT_FAILURE ) in create_v_line()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/propgrid/
H A Dtests.cpp235 #define RT_FAILURE() \ macro
245 RT_FAILURE()
520 RT_FAILURE(); in RunTests()
528 RT_FAILURE(); in RunTests()
531 RT_FAILURE(); in RunTests()
539 RT_FAILURE(); in RunTests()
547 RT_FAILURE(); in RunTests()
556 RT_FAILURE(); in RunTests()
646 RT_FAILURE(); in RunTests()
648 RT_FAILURE(); in RunTests()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/propgrid/
H A Dtests.cpp246 #define RT_FAILURE() \ macro
256 RT_FAILURE()
520 RT_FAILURE(); in RunTests()
528 RT_FAILURE(); in RunTests()
531 RT_FAILURE(); in RunTests()
539 RT_FAILURE(); in RunTests()
547 RT_FAILURE(); in RunTests()
556 RT_FAILURE(); in RunTests()
647 RT_FAILURE(); in RunTests()
649 RT_FAILURE(); in RunTests()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/propgrid/
H A Dtests.cpp246 #define RT_FAILURE() \ macro
256 RT_FAILURE()
520 RT_FAILURE(); in RunTests()
528 RT_FAILURE(); in RunTests()
531 RT_FAILURE(); in RunTests()
539 RT_FAILURE(); in RunTests()
547 RT_FAILURE(); in RunTests()
556 RT_FAILURE(); in RunTests()
647 RT_FAILURE(); in RunTests()
649 RT_FAILURE(); in RunTests()
[all …]
/dports/net/istgt/istgt-20150713/src/
H A Distgt_lu_disk_vbox.c152 if (RT_FAILURE(rc)) { in istgt_lu_disk_open_vbox()
158 if (RT_FAILURE(rc)) { in istgt_lu_disk_open_vbox()
168 if (RT_FAILURE(rc)) { in istgt_lu_disk_open_vbox()
194 if (RT_FAILURE(rc)) { in istgt_lu_disk_close_vbox()
229 if (RT_FAILURE(rc)) { in istgt_lu_disk_read_vbox()
246 if (RT_FAILURE(rc)) { in istgt_lu_disk_write_vbox()
261 if (RT_FAILURE(rc)) { in istgt_lu_disk_sync_vbox()
354 if (RT_FAILURE(rc)) { in istgt_lu_disk_vbox_lun_init()
/dports/net/vde2/vde2-2.3.2/doc/
H A DVirtualBox-3.1.6_OSE_VDE.patch5 if (RT_FAILURE(rc))
11 + if (RT_FAILURE(rc))
16 if (RT_FAILURE(rc))
301 + if (RT_FAILURE(rc))
507 + if (RT_FAILURE(rc))
/dports/devel/librttopo/librttopo-1.1.0/headers/
H A Dlibrttopo_geom.h.in58 #define RT_FAILURE 0 macro
876 * error will be raised and RT_FAILURE returned.
1599 * Returns RT_SUCCESS if the assignment was successful, RT_FAILURE otherwise.
1607 * Returns RT_SUCCESS if the assignment was successful, RT_FAILURE otherwise.
1613 * Returns RT_SUCCESS if the assignment was successful, RT_FAILURE otherwise.
1864 * or empty) return RT_FAILURE.

12