Home
last modified time | relevance | path

Searched refs:suppress_errors (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/dports/devel/grpc130/grpc-1.30.2/src/core/lib/uri/
H A Duri_parser.cc39 bool suppress_errors) { in bad_uri() argument
43 if (!suppress_errors) { in bad_uri()
188 grpc_uri* grpc_uri_parse(const char* uri_text, bool suppress_errors) { in grpc_uri_parse() argument
218 return bad_uri(uri_text, i, "scheme", suppress_errors); in grpc_uri_parse()
233 return bad_uri(uri_text, i, "authority", suppress_errors); in grpc_uri_parse()
251 return bad_uri(uri_text, i, "path", suppress_errors); in grpc_uri_parse()
257 return bad_uri(uri_text, i, "query", suppress_errors); in grpc_uri_parse()
260 return bad_uri(uri_text, i, "query", suppress_errors); in grpc_uri_parse()
267 return bad_uri(uri_text, i - fragment_end, "fragment", suppress_errors); in grpc_uri_parse()
270 return bad_uri(uri_text, i, "fragment", suppress_errors); in grpc_uri_parse()
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/uri/
H A Duri_parser.cc42 const char* section, bool suppress_errors) { in bad_uri() argument
43 if (!suppress_errors) { in bad_uri()
182 grpc_uri* grpc_uri_parse(absl::string_view uri_text, bool suppress_errors) { in grpc_uri_parse() argument
212 return bad_uri(uri_text, i, "scheme", suppress_errors); in grpc_uri_parse()
228 return bad_uri(uri_text, i, "authority", suppress_errors); in grpc_uri_parse()
246 return bad_uri(uri_text, i, "path", suppress_errors); in grpc_uri_parse()
252 return bad_uri(uri_text, i, "query", suppress_errors); in grpc_uri_parse()
255 return bad_uri(uri_text, i, "query", suppress_errors); in grpc_uri_parse()
262 return bad_uri(uri_text, i - fragment_end, "fragment", suppress_errors); in grpc_uri_parse()
265 return bad_uri(uri_text, i, "fragment", suppress_errors); in grpc_uri_parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/uri/
H A Duri_parser.cc39 bool suppress_errors) { in bad_uri() argument
43 if (!suppress_errors) { in bad_uri()
188 grpc_uri* grpc_uri_parse(const char* uri_text, bool suppress_errors) { in grpc_uri_parse() argument
218 return bad_uri(uri_text, i, "scheme", suppress_errors); in grpc_uri_parse()
233 return bad_uri(uri_text, i, "authority", suppress_errors); in grpc_uri_parse()
251 return bad_uri(uri_text, i, "path", suppress_errors); in grpc_uri_parse()
257 return bad_uri(uri_text, i, "query", suppress_errors); in grpc_uri_parse()
260 return bad_uri(uri_text, i, "query", suppress_errors); in grpc_uri_parse()
267 return bad_uri(uri_text, i - fragment_end, "fragment", suppress_errors); in grpc_uri_parse()
270 return bad_uri(uri_text, i, "fragment", suppress_errors); in grpc_uri_parse()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/findlib/
H A Dattribs.cc216 bool suppress_errors; local
230 suppress_errors = (debug_level >= 100 || my_uid != 0);
238 && !suppress_errors) {
250 && !suppress_errors) {
277 && !suppress_errors) {
301 if (futimes(ofd->fid, restore_times) < 0 && !suppress_errors) {
318 if (futimens(ofd->fid, restore_times) < 0 && !suppress_errors) {
365 if (utime(attr->ofname, &restore_times) < 0 && !suppress_errors) {
393 bool suppress_errors; local
404 suppress_errors = (debug_level >= 100 || my_uid != 0);
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/findlib/
H A Dattribs.cc216 bool suppress_errors; local
230 suppress_errors = (debug_level >= 100 || my_uid != 0);
238 && !suppress_errors) {
250 && !suppress_errors) {
277 && !suppress_errors) {
301 if (futimes(ofd->fid, restore_times) < 0 && !suppress_errors) {
318 if (futimens(ofd->fid, restore_times) < 0 && !suppress_errors) {
365 if (utime(attr->ofname, &restore_times) < 0 && !suppress_errors) {
393 bool suppress_errors; local
404 suppress_errors = (debug_level >= 100 || my_uid != 0);
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/findlib/
H A Dattribs.cc214 bool suppress_errors; local
227 suppress_errors = (debug_level >= 100 || my_uid != 0);
257 if (fchmod(ofd->fid, attr->statp.st_mode) < 0 && !suppress_errors) {
270 if (lchmod(attr->ofname, attr->statp.st_mode) < 0 && !suppress_errors) {
291 if (futimes(ofd->fid, restore_times) < 0 && !suppress_errors) {
307 if (futimens(ofd->fid, restore_times) < 0 && !suppress_errors) {
325 if (lutimes(attr->ofname, restore_times) < 0 && !suppress_errors) {
339 if (utimes(attr->ofname, restore_times) < 0 && !suppress_errors) {
351 if (utime(attr->ofname, &restore_times) < 0 && !suppress_errors) {
376 bool suppress_errors; local
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/findlib/
H A Dattribs.cc216 bool suppress_errors; local
230 suppress_errors = (debug_level >= 100 || my_uid != 0);
238 !suppress_errors) {
250 !suppress_errors) {
278 !suppress_errors) {
302 if (futimes(ofd->fid, restore_times) < 0 && !suppress_errors) {
319 if (futimens(ofd->fid, restore_times) < 0 && !suppress_errors) {
366 if (utime(attr->ofname, &restore_times) < 0 && !suppress_errors) {
394 bool suppress_errors; local
405 suppress_errors = (debug_level >= 100 || my_uid != 0);
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/findlib/
H A Dattribs.cc216 bool suppress_errors; local
230 suppress_errors = (debug_level >= 100 || my_uid != 0);
238 !suppress_errors) {
250 !suppress_errors) {
278 !suppress_errors) {
302 if (futimes(ofd->fid, restore_times) < 0 && !suppress_errors) {
319 if (futimens(ofd->fid, restore_times) < 0 && !suppress_errors) {
366 if (utime(attr->ofname, &restore_times) < 0 && !suppress_errors) {
394 bool suppress_errors; local
405 suppress_errors = (debug_level >= 100 || my_uid != 0);
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/findlib/
H A Dattribs.cc216 bool suppress_errors; local
230 suppress_errors = (debug_level >= 100 || my_uid != 0);
238 !suppress_errors) {
250 !suppress_errors) {
278 !suppress_errors) {
302 if (futimes(ofd->fid, restore_times) < 0 && !suppress_errors) {
319 if (futimens(ofd->fid, restore_times) < 0 && !suppress_errors) {
366 if (utime(attr->ofname, &restore_times) < 0 && !suppress_errors) {
394 bool suppress_errors; local
405 suppress_errors = (debug_level >= 100 || my_uid != 0);
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/findlib/
H A Dattribs.cc216 bool suppress_errors; local
230 suppress_errors = (debug_level >= 100 || my_uid != 0);
238 && !suppress_errors) {
250 && !suppress_errors) {
277 && !suppress_errors) {
301 if (futimes(ofd->fid, restore_times) < 0 && !suppress_errors) {
318 if (futimens(ofd->fid, restore_times) < 0 && !suppress_errors) {
365 if (utime(attr->ofname, &restore_times) < 0 && !suppress_errors) {
393 bool suppress_errors; local
404 suppress_errors = (debug_level >= 100 || my_uid != 0);
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/findlib/
H A Dattribs.cc214 bool suppress_errors; local
227 suppress_errors = (debug_level >= 100 || my_uid != 0);
257 if (fchmod(ofd->fid, attr->statp.st_mode) < 0 && !suppress_errors) {
270 if (lchmod(attr->ofname, attr->statp.st_mode) < 0 && !suppress_errors) {
291 if (futimes(ofd->fid, restore_times) < 0 && !suppress_errors) {
307 if (futimens(ofd->fid, restore_times) < 0 && !suppress_errors) {
325 if (lutimes(attr->ofname, restore_times) < 0 && !suppress_errors) {
339 if (utimes(attr->ofname, restore_times) < 0 && !suppress_errors) {
351 if (utime(attr->ofname, &restore_times) < 0 && !suppress_errors) {
376 bool suppress_errors; local
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/findlib/
H A Dattribs.cc214 bool suppress_errors; local
227 suppress_errors = (debug_level >= 100 || my_uid != 0);
257 if (fchmod(ofd->fid, attr->statp.st_mode) < 0 && !suppress_errors) {
270 if (lchmod(attr->ofname, attr->statp.st_mode) < 0 && !suppress_errors) {
291 if (futimes(ofd->fid, restore_times) < 0 && !suppress_errors) {
307 if (futimens(ofd->fid, restore_times) < 0 && !suppress_errors) {
325 if (lutimes(attr->ofname, restore_times) < 0 && !suppress_errors) {
339 if (utimes(attr->ofname, restore_times) < 0 && !suppress_errors) {
351 if (utime(attr->ofname, &restore_times) < 0 && !suppress_errors) {
376 bool suppress_errors; local
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/findlib/
H A Dattribs.cc216 bool suppress_errors; local
230 suppress_errors = (debug_level >= 100 || my_uid != 0);
238 && !suppress_errors) {
250 && !suppress_errors) {
277 && !suppress_errors) {
301 if (futimes(ofd->fid, restore_times) < 0 && !suppress_errors) {
318 if (futimens(ofd->fid, restore_times) < 0 && !suppress_errors) {
365 if (utime(attr->ofname, &restore_times) < 0 && !suppress_errors) {
393 bool suppress_errors; local
404 suppress_errors = (debug_level >= 100 || my_uid != 0);
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/findlib/
H A Dattribs.cc216 bool suppress_errors; local
230 suppress_errors = (debug_level >= 100 || my_uid != 0);
238 !suppress_errors) {
250 !suppress_errors) {
278 !suppress_errors) {
302 if (futimes(ofd->fid, restore_times) < 0 && !suppress_errors) {
319 if (futimens(ofd->fid, restore_times) < 0 && !suppress_errors) {
366 if (utime(attr->ofname, &restore_times) < 0 && !suppress_errors) {
394 bool suppress_errors; local
405 suppress_errors = (debug_level >= 100 || my_uid != 0);
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/findlib/
H A Dattribs.cc214 bool suppress_errors; local
227 suppress_errors = (debug_level >= 100 || my_uid != 0);
257 if (fchmod(ofd->fid, attr->statp.st_mode) < 0 && !suppress_errors) {
270 if (lchmod(attr->ofname, attr->statp.st_mode) < 0 && !suppress_errors) {
291 if (futimes(ofd->fid, restore_times) < 0 && !suppress_errors) {
307 if (futimens(ofd->fid, restore_times) < 0 && !suppress_errors) {
325 if (lutimes(attr->ofname, restore_times) < 0 && !suppress_errors) {
339 if (utimes(attr->ofname, restore_times) < 0 && !suppress_errors) {
351 if (utime(attr->ofname, &restore_times) < 0 && !suppress_errors) {
376 bool suppress_errors; local
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Dto_date_holder.cc50 int suppress_errors = 0; in Make() local
66 suppress_errors = arrow::util::get<int>(literal_suppress_errors->holder()); in Make()
69 return Make(pattern, suppress_errors, holder); in Make()
72 Status ToDateHolder::Make(const std::string& sql_pattern, int32_t suppress_errors, in Make() argument
77 new ToDateHolder(*(transformed_pattern.get()), suppress_errors)); in Make()
H A Dto_date_holder.h40 static Status Make(const std::string& sql_pattern, int32_t suppress_errors,
48 ToDateHolder(const std::string& pattern, int32_t suppress_errors) in ToDateHolder() argument
49 : pattern_(pattern), suppress_errors_(suppress_errors) {} in ToDateHolder()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/gandiva/
H A Dto_date_holder.cc50 int suppress_errors = 0; in Make() local
66 suppress_errors = arrow::util::get<int>(literal_suppress_errors->holder()); in Make()
69 return Make(pattern, suppress_errors, holder); in Make()
72 Status ToDateHolder::Make(const std::string& sql_pattern, int32_t suppress_errors, in Make() argument
77 new ToDateHolder(*(transformed_pattern.get()), suppress_errors)); in Make()
H A Dto_date_holder.h40 static Status Make(const std::string& sql_pattern, int32_t suppress_errors,
48 ToDateHolder(const std::string& pattern, int32_t suppress_errors) in ToDateHolder() argument
49 : pattern_(pattern), suppress_errors_(suppress_errors) {} in ToDateHolder()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Dto_date_holder.cc61 auto suppress_errors = arrow::util::get<int>(literal_suppress_errors->holder()); in Make() local
62 return Make(pattern, suppress_errors, holder); in Make()
65 Status ToDateHolder::Make(const std::string& sql_pattern, int32_t suppress_errors, in Make() argument
70 new ToDateHolder(*(transformed_pattern.get()), suppress_errors)); in Make()
H A Dto_date_holder.h40 static Status Make(const std::string& sql_pattern, int32_t suppress_errors,
48 ToDateHolder(const std::string& pattern, int32_t suppress_errors) in ToDateHolder() argument
49 : pattern_(pattern), suppress_errors_(suppress_errors) {} in ToDateHolder()
/dports/www/p5-HTML-Query/HTML-Query-0.09/lib/HTML/
H A DQuery.pm69 suppress_errors => undef,
474 sub suppress_errors { subroutine
478 $self->{suppress_errors} = $setting;
481 return $self->{suppress_errors};
529 if ($self->suppress_errors()) {
/dports/sysutils/p5-Unix-Lsof/Unix-Lsof-0.1.0/lib/Unix/
H A DLsof.pm98 if ( $opt{suppress_errors} ) {
107 if ( $opt{suppress_errors} ) {
120 suppress_errors => 0,
/dports/devel/ipython/ipython-7.29.0/IPython/core/tests/
H A Dtest_application.py29 app.load_config_file(suppress_errors=False)
50 app.load_config_file(suppress_errors=False)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/fortran/
H A Derror.c42 static int suppress_errors = 0; variable
56 gcc_assert (suppress_errors >= 0); in gfc_push_suppress_errors()
57 ++suppress_errors; in gfc_push_suppress_errors()
66 gcc_assert (suppress_errors > 0); in gfc_pop_suppress_errors()
67 --suppress_errors; in gfc_pop_suppress_errors()
866 if (suppress_errors) in gfc_notify_std()
995 if (suppress_errors) in gfc_error()

12345678910>>...12