Home
last modified time | relevance | path

Searched refs:reply_error (Results 1 – 25 of 115) sorted by relevance

12345

/dports/net/rtpproxy/rtpproxy-2.1.1/src/
H A Drtpp_command_ul.c162 reply_error(cmd, ECODE_NOMEM_1); in rtpp_command_ul_opts_parse()
179 reply_error(cmd, ECODE_PARSE_10); in rtpp_command_ul_opts_parse()
198 reply_error(cmd, ECODE_PARSE_11); in rtpp_command_ul_opts_parse()
209 reply_error(cmd, ECODE_PARSE_12); in rtpp_command_ul_opts_parse()
235 reply_error(cmd, ECODE_PARSE_13); in rtpp_command_ul_opts_parse()
250 reply_error(cmd, ECODE_PARSE_14); in rtpp_command_ul_opts_parse()
255 reply_error(cmd, ECODE_NOMEM_2); in rtpp_command_ul_opts_parse()
341 reply_error(cmd, ECODE_INVLARG_6); in rtpp_command_ul_opts_parse()
386 reply_error(cmd, ecode); in handle_nomem()
475 reply_error(cmd, ECODE_SLOWSHTDN); in rtpp_command_ul_handle()
[all …]
H A Drtpp_command.c253 reply_error(struct rtpp_command *cmd, in reply_error() function
353 reply_error(cmd, ECODE_PARSE_1); in get_command()
450 reply_error(cmd, ECODE_PARSE_6); in handle_command()
463 reply_error(cmd, ECODE_PARSE_2); in handle_command()
522 reply_error(cmd, i); in handle_command()
564 reply_error(cmd, ECODE_SESUNKN); in handle_command()
584 reply_error(cmd, ECODE_INVLARG_5); in handle_command()
592 reply_error(cmd, ECODE_PLRFAIL); in handle_command()
600 reply_error(cmd, ECODE_CPYFAIL); in handle_command()
609 reply_error(cmd, rval); in handle_command()
[all …]
/dports/net/sems/sems-f89581a/core/
H A DAmSipDispatcher.cpp76 AmSipDialog::reply_error(req,481,SIP_REPLY_NOT_EXIST); in handleSipMsg()
93 AmSipDialog::reply_error(req,481, in handleSipMsg()
114 AmSipDialog::reply_error(req,481,SIP_REPLY_NOT_EXIST); in handleSipMsg()
126 AmSipDialog::reply_error(req,e.code,e.reason, e.hdrs); in handleSipMsg()
137 AmSipDialog::reply_error(req,404,"Not found"); in handleSipMsg()
H A DAmApi.cpp91 AmSipDialog::reply_error(req,501,"Not Implemented");
118 AmSipDialog::reply_error(req,
127 AmSipDialog::reply_error(req,
134 AmSipDialog::reply_error(req, 200, "OK", hdrs);
H A DAmSessionContainer.cpp340 AmSipDialog::reply_error(req,e.code,e.reason, e.hdrs); in startSessionUAS()
344 AmSipDialog::reply_error(req,500,err); in startSessionUAS()
348 AmSipDialog::reply_error(req,500,"unexpected exception"); in startSessionUAS()
487 AmSipDialog::reply_error(req,AmConfig::ShutdownModeErrCode, in createSession()
498 AmSipDialog::reply_error(req,AmConfig::SessionLimitErrCode, in createSession()
504 AmSipDialog::reply_error(req,AmConfig::CPSLimitErrCode, in createSession()
518 AmSipDialog::reply_error(req,500,SIP_REPLY_SERVER_INTERNAL_ERROR); in createSession()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/ccapi/lib/
H A Dccapi_ipc.c54 cc_int32 reply_error = 0; in _cci_ipc_send() local
76 err = cci_message_read_reply_header (reply, &reply_error); in _cci_ipc_send()
80 if (!err && reply_error) { in _cci_ipc_send()
81 err = reply_error; in _cci_ipc_send()
/dports/security/krb5/krb5-1.19.2/src/ccapi/lib/
H A Dccapi_ipc.c54 cc_int32 reply_error = 0; in _cci_ipc_send() local
76 err = cci_message_read_reply_header (reply, &reply_error); in _cci_ipc_send()
80 if (!err && reply_error) { in _cci_ipc_send()
81 err = reply_error; in _cci_ipc_send()
/dports/misc/amanda-server/amanda-3.3.9/ndmp-src/
H A Dndma_ctst_subr.c184 ndmp9_error reply_error = conn->last_reply_error; in ndmca_test_check_expect_errs() local
194 if (reply_error == expect_errs[i]) { in ndmca_test_check_expect_errs()
201 if (reply_error != NDMP9_NO_ERR in ndmca_test_check_expect_errs()
225 sprintf(tmpbuf, "got %s (error expected)", ndmp9_error_to_str (reply_error)); in ndmca_test_check_expect_errs()
279 unsigned reply_error; in ndmca_test_call() local
290 reply_error = ndmnmb_get_reply_error (&xa->reply); in ndmca_test_call()
294 if (reply_error == expect_err) { in ndmca_test_call()
297 } else if (reply_error != NDMP9_NO_ERR in ndmca_test_call()
309 sprintf(tmpbuf, "got %s (call)", ndmp9_error_to_str (reply_error)); in ndmca_test_call()
/dports/misc/amanda-client/amanda-3.3.9/ndmp-src/
H A Dndma_ctst_subr.c184 ndmp9_error reply_error = conn->last_reply_error; in ndmca_test_check_expect_errs() local
194 if (reply_error == expect_errs[i]) { in ndmca_test_check_expect_errs()
201 if (reply_error != NDMP9_NO_ERR in ndmca_test_check_expect_errs()
225 sprintf(tmpbuf, "got %s (error expected)", ndmp9_error_to_str (reply_error)); in ndmca_test_check_expect_errs()
279 unsigned reply_error; in ndmca_test_call() local
290 reply_error = ndmnmb_get_reply_error (&xa->reply); in ndmca_test_call()
294 if (reply_error == expect_err) { in ndmca_test_call()
297 } else if (reply_error != NDMP9_NO_ERR in ndmca_test_call()
309 sprintf(tmpbuf, "got %s (call)", ndmp9_error_to_str (reply_error)); in ndmca_test_call()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/ndmp/
H A Dndma_ctst_subr.c184 ndmp9_error reply_error = conn->last_reply_error; in ndmca_test_check_expect_errs() local
194 if (reply_error == expect_errs[i]) { in ndmca_test_check_expect_errs()
201 if (reply_error != NDMP9_NO_ERR && expect_errs[0] != NDMP9_NO_ERR) { in ndmca_test_check_expect_errs()
223 ndmp9_error_to_str(reply_error)); in ndmca_test_check_expect_errs()
274 unsigned reply_error; in ndmca_test_call() local
285 reply_error = ndmnmb_get_reply_error(&xa->reply); in ndmca_test_call()
289 if (reply_error == expect_err) { in ndmca_test_call()
292 } else if (reply_error != NDMP9_NO_ERR && expect_err != NDMP9_NO_ERR) { in ndmca_test_call()
304 ndmp9_error_to_str(reply_error)); in ndmca_test_call()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/ndmp/
H A Dndma_ctst_subr.c184 ndmp9_error reply_error = conn->last_reply_error; in ndmca_test_check_expect_errs() local
194 if (reply_error == expect_errs[i]) { in ndmca_test_check_expect_errs()
201 if (reply_error != NDMP9_NO_ERR && expect_errs[0] != NDMP9_NO_ERR) { in ndmca_test_check_expect_errs()
223 ndmp9_error_to_str(reply_error)); in ndmca_test_check_expect_errs()
274 unsigned reply_error; in ndmca_test_call() local
285 reply_error = ndmnmb_get_reply_error(&xa->reply); in ndmca_test_call()
289 if (reply_error == expect_err) { in ndmca_test_call()
292 } else if (reply_error != NDMP9_NO_ERR && expect_err != NDMP9_NO_ERR) { in ndmca_test_call()
304 ndmp9_error_to_str(reply_error)); in ndmca_test_call()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/ndmp/
H A Dndma_ctst_subr.c184 ndmp9_error reply_error = conn->last_reply_error; in ndmca_test_check_expect_errs() local
194 if (reply_error == expect_errs[i]) { in ndmca_test_check_expect_errs()
201 if (reply_error != NDMP9_NO_ERR && expect_errs[0] != NDMP9_NO_ERR) { in ndmca_test_check_expect_errs()
223 ndmp9_error_to_str(reply_error)); in ndmca_test_check_expect_errs()
274 unsigned reply_error; in ndmca_test_call() local
285 reply_error = ndmnmb_get_reply_error(&xa->reply); in ndmca_test_call()
289 if (reply_error == expect_err) { in ndmca_test_call()
292 } else if (reply_error != NDMP9_NO_ERR && expect_err != NDMP9_NO_ERR) { in ndmca_test_call()
304 ndmp9_error_to_str(reply_error)); in ndmca_test_call()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/ndmp/
H A Dndma_ctst_subr.c184 ndmp9_error reply_error = conn->last_reply_error; in ndmca_test_check_expect_errs() local
194 if (reply_error == expect_errs[i]) { in ndmca_test_check_expect_errs()
201 if (reply_error != NDMP9_NO_ERR && expect_errs[0] != NDMP9_NO_ERR) { in ndmca_test_check_expect_errs()
223 ndmp9_error_to_str(reply_error)); in ndmca_test_check_expect_errs()
274 unsigned reply_error; in ndmca_test_call() local
285 reply_error = ndmnmb_get_reply_error(&xa->reply); in ndmca_test_call()
289 if (reply_error == expect_err) { in ndmca_test_call()
292 } else if (reply_error != NDMP9_NO_ERR && expect_err != NDMP9_NO_ERR) { in ndmca_test_call()
304 ndmp9_error_to_str(reply_error)); in ndmca_test_call()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/ndmp/
H A Dndma_ctst_subr.c184 ndmp9_error reply_error = conn->last_reply_error; in ndmca_test_check_expect_errs() local
194 if (reply_error == expect_errs[i]) { in ndmca_test_check_expect_errs()
201 if (reply_error != NDMP9_NO_ERR && expect_errs[0] != NDMP9_NO_ERR) { in ndmca_test_check_expect_errs()
223 ndmp9_error_to_str(reply_error)); in ndmca_test_check_expect_errs()
274 unsigned reply_error; in ndmca_test_call() local
285 reply_error = ndmnmb_get_reply_error(&xa->reply); in ndmca_test_call()
289 if (reply_error == expect_err) { in ndmca_test_call()
292 } else if (reply_error != NDMP9_NO_ERR && expect_err != NDMP9_NO_ERR) { in ndmca_test_call()
304 ndmp9_error_to_str(reply_error)); in ndmca_test_call()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/ndmp/
H A Dndma_ctst_subr.c184 ndmp9_error reply_error = conn->last_reply_error; in ndmca_test_check_expect_errs() local
194 if (reply_error == expect_errs[i]) { in ndmca_test_check_expect_errs()
201 if (reply_error != NDMP9_NO_ERR && expect_errs[0] != NDMP9_NO_ERR) { in ndmca_test_check_expect_errs()
223 ndmp9_error_to_str(reply_error)); in ndmca_test_check_expect_errs()
274 unsigned reply_error; in ndmca_test_call() local
285 reply_error = ndmnmb_get_reply_error(&xa->reply); in ndmca_test_call()
289 if (reply_error == expect_err) { in ndmca_test_call()
292 } else if (reply_error != NDMP9_NO_ERR && expect_err != NDMP9_NO_ERR) { in ndmca_test_call()
304 ndmp9_error_to_str(reply_error)); in ndmca_test_call()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/ndmp/
H A Dndma_ctst_subr.c185 ndmp9_error reply_error = conn->last_reply_error; in ndmca_test_check_expect_errs() local
195 if (reply_error == expect_errs[i]) { in ndmca_test_check_expect_errs()
202 if (reply_error != NDMP9_NO_ERR in ndmca_test_check_expect_errs()
226 snprintf(tmpbuf, sizeof(tmpbuf), "got %s (error expected)", ndmp9_error_to_str (reply_error)); in ndmca_test_check_expect_errs()
280 unsigned reply_error; in ndmca_test_call() local
291 reply_error = ndmnmb_get_reply_error (&xa->reply); in ndmca_test_call()
295 if (reply_error == expect_err) { in ndmca_test_call()
298 } else if (reply_error != NDMP9_NO_ERR in ndmca_test_call()
310 snprintf(tmpbuf, sizeof(tmpbuf), "got %s (call)", ndmp9_error_to_str (reply_error)); in ndmca_test_call()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/ndmp/
H A Dndma_ctst_subr.c184 ndmp9_error reply_error = conn->last_reply_error; in ndmca_test_check_expect_errs() local
194 if (reply_error == expect_errs[i]) { in ndmca_test_check_expect_errs()
201 if (reply_error != NDMP9_NO_ERR && expect_errs[0] != NDMP9_NO_ERR) { in ndmca_test_check_expect_errs()
223 ndmp9_error_to_str(reply_error)); in ndmca_test_check_expect_errs()
274 unsigned reply_error; in ndmca_test_call() local
285 reply_error = ndmnmb_get_reply_error(&xa->reply); in ndmca_test_call()
289 if (reply_error == expect_err) { in ndmca_test_call()
292 } else if (reply_error != NDMP9_NO_ERR && expect_err != NDMP9_NO_ERR) { in ndmca_test_call()
304 ndmp9_error_to_str(reply_error)); in ndmca_test_call()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/ndmp/
H A Dndma_ctst_subr.c185 ndmp9_error reply_error = conn->last_reply_error; in ndmca_test_check_expect_errs() local
195 if (reply_error == expect_errs[i]) { in ndmca_test_check_expect_errs()
202 if (reply_error != NDMP9_NO_ERR in ndmca_test_check_expect_errs()
226 snprintf(tmpbuf, sizeof(tmpbuf), "got %s (error expected)", ndmp9_error_to_str (reply_error)); in ndmca_test_check_expect_errs()
280 unsigned reply_error; in ndmca_test_call() local
291 reply_error = ndmnmb_get_reply_error (&xa->reply); in ndmca_test_call()
295 if (reply_error == expect_err) { in ndmca_test_call()
298 } else if (reply_error != NDMP9_NO_ERR in ndmca_test_call()
310 snprintf(tmpbuf, sizeof(tmpbuf), "got %s (call)", ndmp9_error_to_str (reply_error)); in ndmca_test_call()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/ndmp/
H A Dndma_ctst_subr.c185 ndmp9_error reply_error = conn->last_reply_error; in ndmca_test_check_expect_errs() local
195 if (reply_error == expect_errs[i]) { in ndmca_test_check_expect_errs()
202 if (reply_error != NDMP9_NO_ERR in ndmca_test_check_expect_errs()
226 snprintf(tmpbuf, sizeof(tmpbuf), "got %s (error expected)", ndmp9_error_to_str (reply_error)); in ndmca_test_check_expect_errs()
280 unsigned reply_error; in ndmca_test_call() local
291 reply_error = ndmnmb_get_reply_error (&xa->reply); in ndmca_test_call()
295 if (reply_error == expect_err) { in ndmca_test_call()
298 } else if (reply_error != NDMP9_NO_ERR in ndmca_test_call()
310 snprintf(tmpbuf, sizeof(tmpbuf), "got %s (call)", ndmp9_error_to_str (reply_error)); in ndmca_test_call()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/ndmp/
H A Dndma_ctst_subr.c185 ndmp9_error reply_error = conn->last_reply_error; in ndmca_test_check_expect_errs() local
195 if (reply_error == expect_errs[i]) { in ndmca_test_check_expect_errs()
202 if (reply_error != NDMP9_NO_ERR in ndmca_test_check_expect_errs()
226 snprintf(tmpbuf, sizeof(tmpbuf), "got %s (error expected)", ndmp9_error_to_str (reply_error)); in ndmca_test_check_expect_errs()
280 unsigned reply_error; in ndmca_test_call() local
291 reply_error = ndmnmb_get_reply_error (&xa->reply); in ndmca_test_call()
295 if (reply_error == expect_err) { in ndmca_test_call()
298 } else if (reply_error != NDMP9_NO_ERR in ndmca_test_call()
310 snprintf(tmpbuf, sizeof(tmpbuf), "got %s (call)", ndmp9_error_to_str (reply_error)); in ndmca_test_call()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/ndmp/
H A Dndma_ctst_subr.c184 ndmp9_error reply_error = conn->last_reply_error; in ndmca_test_check_expect_errs() local
194 if (reply_error == expect_errs[i]) { in ndmca_test_check_expect_errs()
201 if (reply_error != NDMP9_NO_ERR && expect_errs[0] != NDMP9_NO_ERR) { in ndmca_test_check_expect_errs()
223 ndmp9_error_to_str(reply_error)); in ndmca_test_check_expect_errs()
274 unsigned reply_error; in ndmca_test_call() local
285 reply_error = ndmnmb_get_reply_error(&xa->reply); in ndmca_test_call()
289 if (reply_error == expect_err) { in ndmca_test_call()
292 } else if (reply_error != NDMP9_NO_ERR && expect_err != NDMP9_NO_ERR) { in ndmca_test_call()
304 ndmp9_error_to_str(reply_error)); in ndmca_test_call()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/smithay-clipboard-0.6.4/src/worker/
H A Dhandlers.rs39 handlers::reply_error(&$tx, "offer receive failed.");
47 handlers::reply_error(&$tx, "failed to access clipboard.");
65 handlers::reply_error(&$tx, "failed to access clipboard.");
95 pub fn reply_error(tx: &Sender<Result<String>>, description: &str) { in reply_error() function
H A Dmod.rs91 handlers::reply_error(&reply_tx, "Clipboard are missing."); in worker_impl()
215 handlers::reply_error(&reply_tx, "primary clipboard is not available."); in worker_impl()
223 handlers::reply_error(&reply_tx, "no focus on a seat."); in worker_impl()
235 handlers::reply_error(&reply_tx, "clipboard is not available."); in worker_impl()
256 handlers::reply_error(&reply_tx, "primary clipboard is not available."); in worker_impl()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-clipboard-0.6.4/src/worker/
H A Dhandlers.rs39 handlers::reply_error(&$tx, "offer receive failed.");
47 handlers::reply_error(&$tx, "failed to access clipboard.");
65 handlers::reply_error(&$tx, "failed to access clipboard.");
95 pub fn reply_error(tx: &Sender<Result<String>>, description: &str) { in reply_error() function
H A Dmod.rs91 handlers::reply_error(&reply_tx, "Clipboard are missing."); in worker_impl()
215 handlers::reply_error(&reply_tx, "primary clipboard is not available."); in worker_impl()
223 handlers::reply_error(&reply_tx, "no focus on a seat."); in worker_impl()
235 handlers::reply_error(&reply_tx, "clipboard is not available."); in worker_impl()
256 handlers::reply_error(&reply_tx, "primary clipboard is not available."); in worker_impl()

12345