Home
last modified time | relevance | path

Searched refs:check_return (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/dports/dns/dnstable/dnstable-0.12.0/tests/
H A Dtest-dnstable.c40 check_return(mreader != NULL); in test_basic()
42 check_return(reader != NULL); in test_basic()
81 check_return(iter != NULL); in test_basic()
275 check_return(iter != NULL); in test_query()
288 check_return(iter != NULL); in test_query()
296 check_return(rrtype == 1); in test_query()
301 check_return(lrrname >= 5); in test_query()
388 check_return(iter != NULL); in test_cust_iter()
398 check_return(rrtype == 1); in test_cust_iter()
425 check_return(nrdata == 2); in test_cust_iter()
[all …]
/dports/net/nmsg/nmsg-1.0.1/tests/
H A Dtest-io.c69 check_return(mm != NULL); in make_message()
74 check_return(nf == 2); in make_message()
118 check_return(fd != -1); in test_io_sockspec()
129 check_return(io != NULL); in test_io_sockspec()
136 check_return(fd != -1); in test_io_sockspec()
187 check_return(sfd != -1); in test_sock()
196 check_return(cfd != -1); in test_sock()
200 check_return(i != NULL); in test_sock()
203 check_return(o != NULL); in test_sock()
295 check_return(fd != -1); in test_ozlib()
[all …]
H A Dtest-misc.c67 check_return(*buf != NULL); in assert_buf()
117 check_return(sb != NULL); in test_strbuf()
141 check_return(r != NULL); in test_random()
171 check_return(nf != 0); in fill_message()
244 check_return(c == NULL); in test_container()
253 check_return(mm != NULL); in test_container()
256 check_return(m1 != NULL); in test_container()
279 check_return(c != NULL); in test_container()
282 check_return(m2 != NULL); in test_container()
718 check_return(fd != -1); in test_autoclose()
[all …]
H A Dtest-parse.c60 check_return(f != NULL); in test_json()
63 check_return(fd != -1); in test_json()
74 check_return(i != NULL); in test_json()
201 check_return(o != NULL); in test_json()
259 check_return(jout != NULL); in test_serialize()
274 check_return(f != NULL); in test_serialize()
276 check_return(fd != -1); in test_serialize()
284 check_return(mm != NULL); in test_serialize()
287 check_return(i != NULL); in test_serialize()
298 check_return(p1 != NULL); in test_serialize()
[all …]
/dports/devel/avro-c/avro-c-1.11.0/src/
H A Dvalue.c29 #define check_return(retval, call) \ macro
174 check_return(0, avro_value_get_by_index in avro_value_equal_fast()
176 check_return(0, avro_value_get_by_index in avro_value_equal_fast()
224 check_return(0, avro_value_get_by_index in avro_value_equal_fast()
226 check_return(0, avro_value_get_by_name in avro_value_equal_fast()
245 check_return(0, avro_value_get_by_index in avro_value_equal_fast()
247 check_return(0, avro_value_get_by_index in avro_value_equal_fast()
412 check_return(0, avro_value_get_by_index in avro_value_cmp_fast()
414 check_return(0, avro_value_get_by_index in avro_value_cmp_fast()
464 check_return(0, avro_value_get_by_index in avro_value_cmp_fast()
[all …]
H A Dvalue-hash.c28 #define check_return(retval, call) \ macro
131 check_return(0, avro_value_get_boolean(value, &v)); in avro_value_hash_fast()
149 check_return(0, avro_value_get_double(value, &v.d)); in avro_value_hash_fast()
159 check_return(0, avro_value_get_float(value, &v.f)); in avro_value_hash_fast()
166 check_return(0, avro_value_get_int(value, &v)); in avro_value_hash_fast()
176 check_return(0, avro_value_get_long(value, &v.u64)); in avro_value_hash_fast()
182 check_return(0, avro_value_get_null(value)); in avro_value_hash_fast()
202 check_return(0, avro_value_get_by_index in avro_value_hash_fast()
214 check_return(0, avro_value_get_enum(value, &v)); in avro_value_hash_fast()
240 check_return(0, avro_value_get_by_index in avro_value_hash_fast()
[all …]
H A Dvalue-json.c96 #define check_return(retval, call) \ macro
112 check_return(NULL, avro_value_get_boolean(value, &val)); in avro_value_to_json_t()
124 check_return(NULL, avro_value_get_bytes(value, &val, &size)); in avro_value_to_json_t()
141 check_return(NULL, avro_value_get_double(value, &val)); in avro_value_to_json_t()
148 check_return(NULL, avro_value_get_float(value, &val)); in avro_value_to_json_t()
155 check_return(NULL, avro_value_get_int(value, &val)); in avro_value_to_json_t()
162 check_return(NULL, avro_value_get_long(value, &val)); in avro_value_to_json_t()
168 check_return(NULL, avro_value_get_null(value)); in avro_value_to_json_t()
176 check_return(NULL, avro_value_get_string(value, &val, &size)); in avro_value_to_json_t()
226 check_return(NULL, avro_value_get_enum(value, &symbol_value)); in avro_value_to_json_t()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/
H A Dvalue.c29 #define check_return(retval, call) \ macro
174 check_return(0, avro_value_get_by_index in avro_value_equal_fast()
176 check_return(0, avro_value_get_by_index in avro_value_equal_fast()
224 check_return(0, avro_value_get_by_index in avro_value_equal_fast()
226 check_return(0, avro_value_get_by_name in avro_value_equal_fast()
245 check_return(0, avro_value_get_by_index in avro_value_equal_fast()
247 check_return(0, avro_value_get_by_index in avro_value_equal_fast()
412 check_return(0, avro_value_get_by_index in avro_value_cmp_fast()
414 check_return(0, avro_value_get_by_index in avro_value_cmp_fast()
464 check_return(0, avro_value_get_by_index in avro_value_cmp_fast()
[all …]
H A Dvalue-hash.c28 #define check_return(retval, call) \
131 check_return(0, avro_value_get_boolean(value, &v));
149 check_return(0, avro_value_get_double(value, &v.d));
159 check_return(0, avro_value_get_float(value, &v.f));
166 check_return(0, avro_value_get_int(value, &v));
176 check_return(0, avro_value_get_long(value, &v.u64));
182 check_return(0, avro_value_get_null(value));
202 check_return(0, avro_value_get_by_index
214 check_return(0, avro_value_get_enum(value, &v));
240 check_return(0, avro_value_get_by_index
[all …]
H A Dvalue-json.c96 #define check_return(retval, call) \ macro
112 check_return(NULL, avro_value_get_boolean(value, &val)); in avro_value_to_json_t()
124 check_return(NULL, avro_value_get_bytes(value, &val, &size)); in avro_value_to_json_t()
141 check_return(NULL, avro_value_get_double(value, &val)); in avro_value_to_json_t()
148 check_return(NULL, avro_value_get_float(value, &val)); in avro_value_to_json_t()
155 check_return(NULL, avro_value_get_int(value, &val)); in avro_value_to_json_t()
162 check_return(NULL, avro_value_get_long(value, &val)); in avro_value_to_json_t()
168 check_return(NULL, avro_value_get_null(value)); in avro_value_to_json_t()
176 check_return(NULL, avro_value_get_string(value, &val, &size)); in avro_value_to_json_t()
226 check_return(NULL, avro_value_get_enum(value, &symbol_value)); in avro_value_to_json_t()
[all …]
/dports/net/sie-nmsg/sie-nmsg-1.2.1/tests/
H A Dtest-misc.c48 check_return(nf != 0); in fill_message()
120 check_return(c == NULL); in test_container()
129 check_return(mm != NULL); in test_container()
132 check_return(m1 != NULL); in test_container()
155 check_return(c != NULL); in test_container()
158 check_return(m2 != NULL); in test_container()
164 check_return(m3 != NULL); in test_container()
174 check_return(nmsg_container_get_num_payloads(c) == 2); in test_container()
189 check_return(m_len == 3); in test_container()
194 check_return(m_len == 3); in test_container()
[all …]
H A Dtest-parse.c62 check_return(f != NULL); in test_json()
65 check_return(fd != -1); in test_json()
76 check_return(i != NULL); in test_json()
193 check_return(o != NULL); in test_json()
251 check_return(jout != NULL); in test_serialize()
266 check_return(f != NULL); in test_serialize()
268 check_return(fd != -1); in test_serialize()
276 check_return(mm != NULL); in test_serialize()
279 check_return(i != NULL); in test_serialize()
290 check_return(p1 != NULL); in test_serialize()
[all …]
H A Dtest-io.c64 check_return(socketpair(AF_LOCAL, SOCK_STREAM, 0, sfds) != -1); in test_io_filters2()
67 check_return(fd != -1); in test_io_filters2()
70 check_return(i != NULL); in test_io_filters2()
123 check_return(write(sfds[1], buf, nread) == nread); in test_io_filters2()
242 check_return(io != NULL); in test_io_filters()
245check_return(nmsg_io_add_input_fname(io, SRCDIR "/tests/generic-tests/dedupe.nmsg", NULL) == nmsg_… in test_io_filters()
246check_return(nmsg_io_add_input_fname(io, SRCDIR "/tests/generic-tests/newdomain.nmsg", NULL) == nm… in test_io_filters()
250 check_return(o != NULL); in test_io_filters()
251 check_return(nmsg_io_add_output(io, o, user_data) == nmsg_res_success); in test_io_filters()
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-fcntl.c88 check_return(args, ret, "F_DUPFD"); in do_fcntl()
124 check_return(args, ret, "F_SETFD"); in do_fcntl()
128 check_return(args, ret, "F_SETFD"); in do_fcntl()
151 check_return(args, ret, "F_SETFL"); in do_fcntl()
155 check_return(args, ret, "F_SETFL"); in do_fcntl()
168 check_return(args, ret, "F_SETOWN"); in do_fcntl()
171 check_return(args, ret, "F_SETOWN"); in do_fcntl()
201 check_return(args, ret, "F_GETOWN"); in do_fcntl()
291 check_return(args, ret, "F_SETSIG"); in do_fcntl()
293 check_return(args, ret, "F_SETSIG"); in do_fcntl()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/devil/devil/android/
H A Dbattery_utils_test.py128 check_return=True,
139 check_return=True,
150 check_return=True,
203 check_return=True,
225 check_return=True,
247 check_return=True,
629 check_return=True,
647 check_return=True,
653 check_return=True,
659 check_return=True,
[all …]
/dports/devel/liblas/libLAS-1.8.1/python/liblas/
H A Dcore.py60 def check_return(result, func, cargs): function
201 las.LASReader_Seek.errcheck = check_return
204 las.LASReader_SetSRS.errcheck = check_return
225 las.LASPoint_SetX.errcheck = check_return
232 las.LASPoint_SetRawX.errcheck = check_return
240 las.LASPoint_SetY.errcheck = check_return
247 las.LASPoint_SetRawY.errcheck = check_return
254 las.LASPoint_SetZ.errcheck = check_return
261 las.LASPoint_SetRawZ.errcheck = check_return
318 las.LASPoint_SetTime.errcheck = check_return
[all …]
/dports/devel/py-rtree/Rtree-0.9.7/rtree/
H A Dcore.py7 def check_return(result, func, cargs): function
122 rt.Index_DeleteData.errcheck = check_return
132 rt.Index_InsertData.errcheck = check_return
153 rt.Index_Intersects_obj.errcheck = check_return
164 rt.Index_Intersects_id.errcheck = check_return
190 rt.Index_NearestNeighbors_id.errcheck = check_return
204 rt.Index_GetLeaves.errcheck = check_return
272 rt.Index_Contains_obj.errcheck = check_return
283 rt.Index_Contains_id.errcheck = check_return
544 rt.Index_InsertTPData.errcheck = check_return
[all …]
/dports/devel/liblas12/libLAS-1.2.1/python/liblas/
H A Dcore.py54 def check_return(result, func, cargs): function
176 las.LASReader_SetSRS.errcheck = check_return
187 las.LASPoint_SetX.errcheck = check_return
194 las.LASPoint_SetY.errcheck = check_return
201 las.LASPoint_SetZ.errcheck = check_return
257 las.LASPoint_SetTime.errcheck = check_return
436 las.LASHeader_SetMin.errcheck = check_return
449 las.LASHeader_SetMax.errcheck = check_return
569 las.LASColor_SetRed.errcheck = check_return
604 las.LASSRS_SetProj4.errcheck = check_return
[all …]
/dports/devel/py-oslo.messaging/oslo.messaging-12.11.0/oslo_messaging/tests/
H A Dtest_utils.py58 remaining = t.check_return()
64 remaining = t.check_return(maximum=2)
74 remaining = t.check_return()
85 remaining = t.check_return(callback)
97 remaining = t.check_return(callback, 1, a='b')
108 remaining = t.check_return()
112 remaining = t.check_return()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/devil/devil/android/tools/
H A Dprovision_devices.py221 check_return=True)
237 check_return=True)
249 check_return=True)
308 check_return=True)
311 check_return=True)
315 check_return=True)
356 check_return=True)
363 check_return=True)
409 device.RunShellCommand(['stop'], check_return=True)
435 check_return=True)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/
H A Dprovision_devices.py162 check_return=True, as_root=True)
193 check_return=True)
207 check_return=True)
235 as_root=True, check_return=True)
256 as_root=True, check_return=True)
258 as_root=True, check_return=True)
261 as_root=True, check_return=True)
302 check_return=True)
319 check_return=True)
350 as_root=True, check_return=True)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/
H A Dprovision_devices.py160 check_return=True, as_root=True)
191 check_return=True)
205 check_return=True)
233 as_root=True, check_return=True)
254 as_root=True, check_return=True)
256 as_root=True, check_return=True)
259 as_root=True, check_return=True)
300 check_return=True)
317 check_return=True)
348 as_root=True, check_return=True)
[all …]
/dports/lang/v8/v8-9.6.180.12/build/android/
H A Dprovision_devices.py162 check_return=True, as_root=True)
193 check_return=True)
207 check_return=True)
235 as_root=True, check_return=True)
256 as_root=True, check_return=True)
258 as_root=True, check_return=True)
261 as_root=True, check_return=True)
302 check_return=True)
319 check_return=True)
350 as_root=True, check_return=True)
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/
H A Dprovision_devices.py162 check_return=True, as_root=True)
193 check_return=True)
207 check_return=True)
235 as_root=True, check_return=True)
256 as_root=True, check_return=True)
258 as_root=True, check_return=True)
261 as_root=True, check_return=True)
302 check_return=True)
319 check_return=True)
350 as_root=True, check_return=True)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/tools/
H A Dandroid_rndis_forwarder.py68 ['iptables', '-F', '-t', 'nat'], check_return=True)
97 ['netd', 'resolver', 'setdefaultif', iface], check_return=True)
102 ['cat', '/proc/net/route'], check_return=True)[1:]
129 ['netcfg', self._device_iface, 'down'], check_return=True)
177 ['ip', '-o', 'link', 'show'], check_return=True)
389 ['ip', '-o', '-4', 'addr'], check_return=True)
488 check_return=True)
509 check_return=True)
511 ['ip', 'route', 'flush', 'cache'], check_return=True)
517 ['ip', 'rule', 'del', 'prio', '1'], check_return=True)
[all …]

12345678910>>...24