Home
last modified time | relevance | path

Searched refs:error_arg (Results 1 – 25 of 137) sorted by relevance

123456

/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libmemcached/csl/
H A Dcontext.cc41 void Context::abort(const char *error_arg, yytokentype last_token, const char *last_token_str) in abort() argument
46 if (error_arg) in abort()
48 memcached_set_parser_error(*memc, MEMCACHED_AT, "%s", error_arg); in abort()
61 void Context::error(const char *error_arg, yytokentype last_token, const char *last_token_str) in error() argument
64 if (not error_arg) in error() local
70 if (error_arg and strcmp(error_arg, "memory exhausted") == 0) in error()
72 …mc, MEMCACHED_MEMORY_ALLOCATION_FAILURE, MEMCACHED_AT, memcached_string_make_from_cstr(error_arg)); in error()
78 if (error_arg and strcmp(error_arg, "syntax error") == 0) in error()
80 else if (error_arg) in error()
82 memcached_set_parser_error(*memc, MEMCACHED_AT, "Error occured during parsing (%s)", error_arg); in error()
/dports/databases/libmemcached/libmemcached-1.0.18/libmemcached/csl/
H A Dcontext.cc41 void Context::abort(const char *error_arg, yytokentype last_token, const char *last_token_str) in abort() argument
46 if (error_arg) in abort()
48 memcached_set_parser_error(*memc, MEMCACHED_AT, "%s", error_arg); in abort()
61 void Context::error(const char *error_arg, yytokentype last_token, const char *last_token_str) in error() argument
64 if (not error_arg) in error() local
70 if (error_arg and strcmp(error_arg, "memory exhausted") == 0) in error()
72 …mc, MEMCACHED_MEMORY_ALLOCATION_FAILURE, MEMCACHED_AT, memcached_string_make_from_cstr(error_arg)); in error()
78 if (error_arg and strcmp(error_arg, "syntax error") == 0) in error()
80 else if (error_arg) in error()
82 memcached_set_parser_error(*memc, MEMCACHED_AT, "Error occured during parsing (%s)", error_arg); in error()
/dports/devel/libstatgrab/libstatgrab-0.92.1/src/libstatgrab/
H A Derror.c35 char error_arg[ERROR_ARG_MAX]; member
88 vsnprintf( error_glob->error_arg, sizeof(error_glob->error_arg), arg, ap ); in sg_set_error_int()
91 vsprintf( error_glob->error_arg, arg, ap ); in sg_set_error_int()
97 error_glob->error_arg[0] = '\0'; in sg_set_error_int()
109 error_glob->error_arg[0] = '\0'; in sg_clear_error()
156 return error_glob->error_arg; in sg_get_error_arg()
176 err_details->error_arg = "Can't get tls buffer"; in sg_get_error_details()
183 err_details->error_arg = error_glob->error_arg; in sg_get_error_details()
356 err_det.error_arg ? err_det.error_arg : "" ); in sg_strperror()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Drpl_reporting.cc54 uint error_arg, bool* silent) const in has_temporary_error() argument
70 if (thd->is_fatal_error || (!thd->is_error() && error_arg == 0)) in has_temporary_error()
73 error= (error_arg == 0)? thd->get_stmt_da()->mysql_errno() : error_arg; in has_temporary_error()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Drpl_reporting.cc54 uint error_arg, bool* silent) const in has_temporary_error() argument
70 if (thd->is_fatal_error || (!thd->is_error() && error_arg == 0)) in has_temporary_error()
73 error= (error_arg == 0)? thd->get_stmt_da()->mysql_errno() : error_arg; in has_temporary_error()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Drpl_reporting.cc63 int Slave_reporting_capability::has_temporary_error(THD *thd, uint error_arg, in has_temporary_error() argument
78 if (thd->is_fatal_error() || (!thd->is_error() && error_arg == 0)) return 0; in has_temporary_error()
80 error = (error_arg == 0) ? thd->get_stmt_da()->mysql_errno() : error_arg; in has_temporary_error()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Drpl_reporting.cc54 uint error_arg, bool* silent) const in has_temporary_error() argument
70 if (thd->is_fatal_error || (!thd->is_error() && error_arg == 0)) in has_temporary_error()
73 error= (error_arg == 0)? thd->get_stmt_da()->mysql_errno() : error_arg; in has_temporary_error()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/messaging/
H A Dnative_process_launcher.cc54 const std::string& error_arg);
69 const std::string& error_arg);
122 const std::string& error_arg) in Core() argument
129 error_arg_(error_arg) in Core()
341 const std::string& error_arg) in NativeProcessLauncherImpl() argument
347 error_arg)) {} in NativeProcessLauncherImpl()
368 const std::string& error_arg) { in CreateDefault() argument
376 require_native_initiated_connections, connect_id, error_arg); in CreateDefault()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/messaging/
H A Dnative_process_launcher.cc53 const std::string& error_arg);
68 const std::string& error_arg);
121 const std::string& error_arg) in Core() argument
128 error_arg_(error_arg) in Core()
340 const std::string& error_arg) in NativeProcessLauncherImpl() argument
346 error_arg)) {} in NativeProcessLauncherImpl()
367 const std::string& error_arg) { in CreateDefault() argument
375 require_native_initiated_connections, connect_id, error_arg); in CreateDefault()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Drpl_reporting.cc54 uint error_arg, bool* silent) const in has_temporary_error() argument
70 if (thd->is_fatal_error || (!thd->is_error() && error_arg == 0)) in has_temporary_error()
73 error= (error_arg == 0)? thd->get_stmt_da()->mysql_errno() : error_arg; in has_temporary_error()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Drpl_reporting.cc54 uint error_arg, bool* silent) const in has_temporary_error() argument
70 if (thd->is_fatal_error || (!thd->is_error() && error_arg == 0)) in has_temporary_error()
73 error= (error_arg == 0)? thd->get_stmt_da()->mysql_errno() : error_arg; in has_temporary_error()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Drpl_reporting.cc54 uint error_arg, bool* silent) const in has_temporary_error() argument
70 if (thd->is_fatal_error || (!thd->is_error() && error_arg == 0)) in has_temporary_error()
73 error= (error_arg == 0)? thd->get_stmt_da()->mysql_errno() : error_arg; in has_temporary_error()
/dports/x11-wm/fvwm2/fvwm-2.6.9/tests/hints/
H A Dhints_test.c262 char *error_arg = NULL; in main() local
415 error_arg = "--input"; in main()
444 error_arg = "--wm-state"; in main()
506 error_arg = "--mwm-input"; in main()
569 error_arg = "--ewmh-state"; in main()
608 error_arg = "--ewmh-type"; in main()
640 error_arg = "--mwm-func"; in main()
676 error_arg = "--mwm-decor"; in main()
681 error_arg = "regular"; in main()
683 if (error_arg) in main()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Drpl_reporting.cc53 uint error_arg, bool* silent) const in has_temporary_error() argument
75 error= (error_arg == 0)? thd->get_stmt_da()->sql_errno() : error_arg; in has_temporary_error()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Drpl_reporting.cc53 uint error_arg, bool* silent) const in has_temporary_error() argument
75 error= (error_arg == 0)? thd->get_stmt_da()->sql_errno() : error_arg; in has_temporary_error()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Drpl_reporting.cc53 uint error_arg, bool* silent) const in has_temporary_error() argument
75 error= (error_arg == 0)? thd->get_stmt_da()->sql_errno() : error_arg; in has_temporary_error()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Drpl_reporting.cc53 uint error_arg, bool* silent) const in has_temporary_error() argument
75 error= (error_arg == 0)? thd->get_stmt_da()->sql_errno() : error_arg; in has_temporary_error()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Drpl_reporting.cc53 uint error_arg, bool* silent) const in has_temporary_error() argument
75 error= (error_arg == 0)? thd->get_stmt_da()->sql_errno() : error_arg; in has_temporary_error()
/dports/mail/mailutils/mailutils-3.13/libmu_sieve/extensions/
H A Dpipe.c74 error_arg = arg; \
93 const char *error_arg = NULL; in sieve_pipe() local
167 if (error_arg) in sieve_pipe()
171 error_arg, in sieve_pipe()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/sim/packet_proc/chdr_chunker/
H A Dchdr_chunker_tb.v33 input error_arg; port
40 check_result = check_result & ((error_arg == error) != 0);
49 $display ("error = %d (Expected %d)",error,error_arg);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/sim/packet_proc/chdr_dechunker/
H A Dchdr_dechunker_tb.sv52 input error_arg; port
59 check_result = check_result & ((error_arg == error) != 0);
65 $display ("error = %d (Expected %d)",error,error_arg);
/dports/misc/adios2/ADIOS2-2.7.1/source/utils/bpls/
H A Dbpls.cmake.gen.in7 set(error_arg ERROR_FILE "${ERROR_FILE}")
14 ${error_arg}
/dports/editors/setzer/Setzer-0.4.1/setzer/document/latex/build_system/builder/
H A Dbuilder_build.py28 def throw_build_error(self, query, error, error_arg): argument
31 'error_arg': error_arg}
/dports/x11-wm/sway/sway-1.5.1/sway/
H A Dcriteria.c651 struct criteria *criteria_parse(char *raw, char **error_arg) { in criteria_parse() argument
652 *error_arg = NULL; in criteria_parse()
658 *error_arg = strdup("No criteria"); in criteria_parse()
697 *error_arg = strdup("Quote mismatch in criteria"); in criteria_parse()
715 *error_arg = error; in criteria_parse()
725 *error_arg = strdup("No closing brace found in criteria"); in criteria_parse()
730 *error_arg = strdup("Criteria is empty"); in criteria_parse()
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/quorum/src/
H A Derror_correct_reads_cmdline.hpp300 uint32_t error_arg; member in args_t
345 error_arg((uint32_t)3), error_given(false), in args_t()
370 error_arg((uint32_t)3), error_given(false), in args_t()
473 error_arg = conv_uint<uint32_t>((const char*)optarg, err, false); in parse()
626 os << "error_given:" << error_given << " error_arg:" << error_arg << "\n"; in dump()

123456