Home
last modified time | relevance | path

Searched refs:error_res (Results 1 – 25 of 26) sorted by relevance

12

/dports/net/p5-Net-AMQP-RabbitMQ/Net-AMQP-RabbitMQ-2.40008/
H A Damqp_socket.c1267 goto error_res; in amqp_login_inner()
1272 goto error_res; in amqp_login_inner()
1278 goto error_res; in amqp_login_inner()
1286 goto error_res; in amqp_login_inner()
1293 goto error_res; in amqp_login_inner()
1301 goto error_res; in amqp_login_inner()
1317 goto error_res; in amqp_login_inner()
1323 goto error_res; in amqp_login_inner()
1355 goto error_res; in amqp_login_inner()
1414 goto error_res; in amqp_login_inner()
[all …]
/dports/net/rabbitmq-c/rabbitmq-c-0.11.0/librabbitmq/
H A Damqp_socket.c1270 goto error_res; in amqp_login_inner()
1275 goto error_res; in amqp_login_inner()
1281 goto error_res; in amqp_login_inner()
1289 goto error_res; in amqp_login_inner()
1296 goto error_res; in amqp_login_inner()
1304 goto error_res; in amqp_login_inner()
1320 goto error_res; in amqp_login_inner()
1326 goto error_res; in amqp_login_inner()
1358 goto error_res; in amqp_login_inner()
1417 goto error_res; in amqp_login_inner()
[all …]
/dports/net/rabbitmq-c-devel/rabbitmq-c-0.10.0/librabbitmq/
H A Damqp_socket.c1264 goto error_res; in amqp_login_inner()
1269 goto error_res; in amqp_login_inner()
1275 goto error_res; in amqp_login_inner()
1283 goto error_res; in amqp_login_inner()
1290 goto error_res; in amqp_login_inner()
1298 goto error_res; in amqp_login_inner()
1314 goto error_res; in amqp_login_inner()
1320 goto error_res; in amqp_login_inner()
1352 goto error_res; in amqp_login_inner()
1411 goto error_res; in amqp_login_inner()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/quota/
H A Dquota-dict.c113 enum quota_get_result error_res; in dict_quota_count() local
116 if (quota_count(&root->root, &bytes, &count, &error_res, error_r) < 0) in dict_quota_count()
117 return error_res; in dict_quota_count()
H A Dquota-storage.c297 enum quota_get_result error_res; in quota_copy() local
299 if (quota_transaction_set_limits(qt, &error_res, &error) < 0) { in quota_copy()
300 if (error_res == QUOTA_GET_RESULT_BACKGROUND_CALC) { in quota_copy()
371 enum quota_get_result error_res; in quota_save_begin() local
372 if (quota_transaction_set_limits(qt, &error_res, &error) < 0) { in quota_save_begin()
373 if (error_res == QUOTA_GET_RESULT_BACKGROUND_CALC) in quota_save_begin()
H A Dquota-count.c218 enum quota_get_result error_res; in quota_count_cached() local
219 ret = quota_count(&root->root, bytes_r, count_r, &error_res, error_r); in quota_count_cached()
221 return error_res; in quota_count_cached()
H A Dquota.c1331 enum quota_get_result error_res; in quota_try_alloc() local
1333 if (quota_transaction_set_limits(ctx, &error_res, error_r) < 0) { in quota_try_alloc()
1334 if (error_res == QUOTA_GET_RESULT_BACKGROUND_CALC) in quota_try_alloc()
1378 enum quota_get_result error_res; in quota_test_alloc() local
1379 if (quota_transaction_set_limits(ctx, &error_res, error_r) < 0) { in quota_test_alloc()
1380 if (error_res == QUOTA_GET_RESULT_BACKGROUND_CALC) in quota_test_alloc()
/dports/devel/p5-Perl-PrereqScanner-NotQuiteLite/Perl-PrereqScanner-NotQuiteLite-0.9914/t/scan/
H A Dformat.t58 $content .= " Match Error:\n" if ($click->{'error_res'});
59 foreach my $er (@{ $click->{'error_res'} }) {
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/check/
H A Dcheck.sh71 error_res="check.sh.out_err"
133 if test ! -f $summary_res -o ! -f $error_res ; then
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-44/
H A Dstep-44.cc1978 BlockVector<double> error_res(dofs_per_block); in get_error_residual() local
1982 error_res(i) = system_rhs(i); in get_error_residual()
1984 error_residual.norm = error_res.l2_norm(); in get_error_residual()
1985 error_residual.u = error_res.block(u_dof).l2_norm(); in get_error_residual()
1986 error_residual.p = error_res.block(p_dof).l2_norm(); in get_error_residual()
1987 error_residual.J = error_res.block(J_dof).l2_norm(); in get_error_residual()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Dbig.c2863 int error_res = LTI_BAD_STRUCTURE; in erts_list_to_integer() local
2868 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2872 return error_res; in erts_list_to_integer()
2884 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2893 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2923 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
H A Dbif.c3233 Eterm error_res = NIL; in string_list_to_float_1() local
3242 error_res = am_no_float; in string_list_to_float_1()
3247 BIF_RET(TUPLE2(hp, am_error, error_res)); in string_list_to_float_1()
3250 error_res = am_not_a_list; in string_list_to_float_1()
3342 error_res = am_no_float; in string_list_to_float_1()
3370 error_res = am_no_float; in string_list_to_float_1()
3377 error_res = am_no_float; in string_list_to_float_1()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Dbig.c2881 int error_res = LTI_BAD_STRUCTURE; in erts_list_to_integer() local
2886 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2890 return error_res; in erts_list_to_integer()
2902 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2911 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2941 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
H A Dbif.c3353 Eterm error_res = NIL; in string_list_to_float_1() local
3362 error_res = am_no_float; in string_list_to_float_1()
3367 BIF_RET(TUPLE2(hp, am_error, error_res)); in string_list_to_float_1()
3370 error_res = am_not_a_list; in string_list_to_float_1()
3462 error_res = am_no_float; in string_list_to_float_1()
3490 error_res = am_no_float; in string_list_to_float_1()
3497 error_res = am_no_float; in string_list_to_float_1()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Dbig.c2863 int error_res = LTI_BAD_STRUCTURE; in erts_list_to_integer() local
2868 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2872 return error_res; in erts_list_to_integer()
2884 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2893 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2923 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
H A Dbif.c3121 Eterm error_res = NIL; in string_list_to_float_1() local
3130 error_res = am_no_float; in string_list_to_float_1()
3135 BIF_RET(TUPLE2(hp, am_error, error_res)); in string_list_to_float_1()
3138 error_res = am_not_a_list; in string_list_to_float_1()
3230 error_res = am_no_float; in string_list_to_float_1()
3258 error_res = am_no_float; in string_list_to_float_1()
3265 error_res = am_no_float; in string_list_to_float_1()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbig.c2917 int error_res = LTI_BAD_STRUCTURE; in erts_list_to_integer() local
2922 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2926 return error_res; in erts_list_to_integer()
2938 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2947 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2977 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
H A Dbif.c3541 Eterm error_res = NIL; in string_list_to_float_1() local
3550 error_res = am_no_float; in string_list_to_float_1()
3555 BIF_RET(TUPLE2(hp, am_error, error_res)); in string_list_to_float_1()
3558 error_res = am_not_a_list; in string_list_to_float_1()
3650 error_res = am_no_float; in string_list_to_float_1()
3678 error_res = am_no_float; in string_list_to_float_1()
3685 error_res = am_no_float; in string_list_to_float_1()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbig.c2917 int error_res = LTI_BAD_STRUCTURE; in erts_list_to_integer() local
2922 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2926 return error_res; in erts_list_to_integer()
2938 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2947 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2977 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
H A Dbif.c3541 Eterm error_res = NIL; in string_list_to_float_1() local
3550 error_res = am_no_float; in string_list_to_float_1()
3555 BIF_RET(TUPLE2(hp, am_error, error_res)); in string_list_to_float_1()
3558 error_res = am_not_a_list; in string_list_to_float_1()
3650 error_res = am_no_float; in string_list_to_float_1()
3678 error_res = am_no_float; in string_list_to_float_1()
3685 error_res = am_no_float; in string_list_to_float_1()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbig.c2917 int error_res = LTI_BAD_STRUCTURE; in erts_list_to_integer() local
2922 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2926 return error_res; in erts_list_to_integer()
2938 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2947 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2977 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
H A Dbif.c3541 Eterm error_res = NIL; in string_list_to_float_1() local
3550 error_res = am_no_float; in string_list_to_float_1()
3555 BIF_RET(TUPLE2(hp, am_error, error_res)); in string_list_to_float_1()
3558 error_res = am_not_a_list; in string_list_to_float_1()
3650 error_res = am_no_float; in string_list_to_float_1()
3678 error_res = am_no_float; in string_list_to_float_1()
3685 error_res = am_no_float; in string_list_to_float_1()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbig.c2917 int error_res = LTI_BAD_STRUCTURE; in erts_list_to_integer() local
2922 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2926 return error_res; in erts_list_to_integer()
2938 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2947 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
2977 error_res = LTI_NO_INTEGER; in erts_list_to_integer()
H A Dbif.c3541 Eterm error_res = NIL; in string_list_to_float_1() local
3550 error_res = am_no_float; in string_list_to_float_1()
3555 BIF_RET(TUPLE2(hp, am_error, error_res)); in string_list_to_float_1()
3558 error_res = am_not_a_list; in string_list_to_float_1()
3650 error_res = am_no_float; in string_list_to_float_1()
3678 error_res = am_no_float; in string_list_to_float_1()
3685 error_res = am_no_float; in string_list_to_float_1()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/drm/
H A Ddrm.c266 goto error_res; in init_drm_resources()
286 error_res: in init_drm_resources()

12