Home
last modified time | relevance | path

Searched refs:error_handlers (Results 1 – 25 of 124) sorted by relevance

12345

/dports/textproc/raptor/raptor-1.4.21/src/
H A Draptor_libxml.c696 raptor_error_handlers* error_handlers = NULL; in raptor_libxml_xmlStructuredErrorFunc() local
707 error_handlers = sax2->error_handlers; in raptor_libxml_xmlStructuredErrorFunc()
715 error_handlers = sax2->error_handlers; in raptor_libxml_xmlStructuredErrorFunc()
790 if(error_handlers) { in raptor_libxml_xmlStructuredErrorFunc()
795 error_handlers); in raptor_libxml_xmlStructuredErrorFunc()
798 error_handlers); in raptor_libxml_xmlStructuredErrorFunc()
800 error_handlers=NULL; in raptor_libxml_xmlStructuredErrorFunc()
812 if(error_handlers && level <= error_handlers->last_log_level) { in raptor_libxml_xmlStructuredErrorFunc()
817 if(error_handlers) in raptor_libxml_xmlStructuredErrorFunc()
818 raptor_log_error(error_handlers->world, in raptor_libxml_xmlStructuredErrorFunc()
[all …]
H A Draptor_sax2.c105 sax2->world=error_handlers->world; in raptor_new_sax2()
111 sax2->locator=error_handlers->locator; in raptor_new_sax2()
113 sax2->error_handlers=error_handlers; in raptor_new_sax2()
120 xmlSetStructuredErrorFunc(&sax2->error_handlers, in raptor_new_sax2()
128 xmlSetGenericErrorFunc(&sax2->error_handlers, in raptor_new_sax2()
443 cl=&sax2->error_handlers->handlers[level]; in raptor_sax2_simple_error()
488 xmlSetStructuredErrorFunc(&sax2->error_handlers, in raptor_sax2_parse_start()
510 sax2->error_handlers, in raptor_sax2_parse_start()
551 sax2->error_handlers, in raptor_sax2_parse_chunk()
683 sax2->error_handlers, in raptor_sax2_parse_chunk()
[all …]
H A Draptor_general.c636 raptor_error_handlers_init(raptor_error_handlers* error_handlers) in raptor_error_handlers_init() argument
638 raptor_error_handlers_init_v2(raptor_world_instance(), error_handlers); in raptor_error_handlers_init()
652 raptor_error_handlers_init_v2(raptor_world *world, raptor_error_handlers* error_handlers) in raptor_error_handlers_init_v2() argument
654 error_handlers->magic=RAPTOR_ERROR_HANDLER_MAGIC; in raptor_error_handlers_init_v2()
655 error_handlers->world=world; in raptor_error_handlers_init_v2()
670 raptor_error_handlers* error_handlers, in raptor_log_error_to_handlers() argument
677 raptor_log_error(world, level, error_handlers->handlers[level].handler, in raptor_log_error_to_handlers()
678 error_handlers->handlers[level].user_data, in raptor_log_error_to_handlers()
H A Draptor_parse.c577 rdf_parser->error_handlers.locator=&rdf_parser->locator; in raptor_new_parser_v2()
578 rdf_parser->error_handlers.last_log_level=RAPTOR_LOG_LEVEL_LAST; in raptor_new_parser_v2()
579 raptor_error_handlers_init_v2(rdf_parser->world, &rdf_parser->error_handlers); in raptor_new_parser_v2()
1116 parser->error_handlers.handlers[RAPTOR_LOG_LEVEL_ERROR].handler, in raptor_parser_simple_error()
1202 parser->error_handlers.handlers[RAPTOR_LOG_LEVEL_FATAL].user_data=user_data; in raptor_set_fatal_error_handler()
1203 parser->error_handlers.handlers[RAPTOR_LOG_LEVEL_FATAL].handler=handler; in raptor_set_fatal_error_handler()
1222 parser->error_handlers.handlers[RAPTOR_LOG_LEVEL_ERROR].user_data=user_data; in raptor_set_error_handler()
1223 parser->error_handlers.handlers[RAPTOR_LOG_LEVEL_ERROR].handler=handler; in raptor_set_error_handler()
1242 parser->error_handlers.handlers[RAPTOR_LOG_LEVEL_WARNING].user_data=user_data; in raptor_set_warning_handler()
1243 parser->error_handlers.handlers[RAPTOR_LOG_LEVEL_WARNING].handler=handler; in raptor_set_warning_handler()
[all …]
H A Draptor_www.c300 www->error_handlers.locator=&www->locator; in raptor_www_new_with_connection_v2()
301 raptor_error_handlers_init_v2(world, &www->error_handlers); in raptor_www_new_with_connection_v2()
414 www->error_handlers.handlers[RAPTOR_LOG_LEVEL_ERROR].user_data=error_data; in raptor_www_set_error_handler()
415 www->error_handlers.handlers[RAPTOR_LOG_LEVEL_ERROR].handler=error_handler; in raptor_www_set_error_handler()
696 www->error_handlers.handlers[RAPTOR_LOG_LEVEL_ERROR].handler, in raptor_www_error()
697 www->error_handlers.handlers[RAPTOR_LOG_LEVEL_ERROR].user_data, in raptor_www_error()
H A Draptor_www_libxml.c47 www->error_handlers.handlers[RAPTOR_LOG_LEVEL_NONE].user_data=www; in raptor_www_libxml_init()
49 xmlSetGenericErrorFunc(&www->error_handlers, raptor_libxml_generic_error); in raptor_www_libxml_init()
H A Draptor_grddl.c264 grddl_parser->sax2=raptor_new_sax2(rdf_parser, &rdf_parser->error_handlers); in raptor_grddl_parse_init_common()
930 … rdf_parser->error_handlers.handlers[RAPTOR_LOG_LEVEL_ERROR].handler, in raptor_grddl_fetch_uri()
1297 raptor_error_handlers* eh=&grddl_parser->internal_parser->error_handlers; in raptor_grddl_run_recursive()
1409 eh.last_log_level=rdf_parser->error_handlers.last_log_level; in raptor_grddl_parse_chunk()
1415 eh.handlers[i].handler = rdf_parser->error_handlers.handlers[i].handler; in raptor_grddl_parse_chunk()
1416 eh.handlers[i].user_data = rdf_parser->error_handlers.handlers[i].user_data; in raptor_grddl_parse_chunk()
1418 rdf_parser->error_handlers.handlers[i].handler = raptor_grddl_discard_message; in raptor_grddl_parse_chunk()
1419 rdf_parser->error_handlers.handlers[i].user_data = rdf_parser->world; in raptor_grddl_parse_chunk()
1504 xmlSetStructuredErrorFunc(&rdf_parser->error_handlers, in raptor_grddl_parse_chunk()
1543 rdf_parser->error_handlers.handlers[i].handler = eh.handlers[i].handler; in raptor_grddl_parse_chunk()
[all …]
H A Draptor_librdfa.c220 librdfa_parser->context->error_handlers=&rdf_parser->error_handlers; in raptor_librdfa_parse_start()
/dports/devel/hyperscan/boost_1_75_0/libs/leaf/test/
H A Dtry_exception_and_result_test.cpp121 error_handlers ); in main()
131 error_handlers ); in main()
141 error_handlers ); in main()
151 error_handlers ); in main()
247 error_handlers ); in main()
256 error_handlers ); in main()
265 error_handlers ); in main()
274 error_handlers ); in main()
370 error_handlers ); in main()
406 error_handlers ); in main()
[all …]
H A Dcapture_exception_async_test.cpp64 auto error_handlers = std::make_tuple( in main() local
77 std::vector<fut_info> fut = launch_tasks<decltype(error_handlers)>( in main()
99 error_handlers ); in main()
112 std::vector<fut_info> fut = launch_tasks<decltype(error_handlers)>( in main()
143 error_handlers ); in main()
H A Dcapture_exception_result_async_test.cpp64 auto error_handlers = std::make_tuple( in main() local
77 std::vector<fut_info> fut = launch_tasks<decltype(error_handlers)>( in main()
99 error_handlers ); in main()
112 std::vector<fut_info> fut = launch_tasks<decltype(error_handlers)>( in main()
143 error_handlers ); in main()
H A Dcapture_result_async_test.cpp64 auto error_handlers = std::make_tuple( in main() local
77 std::vector<fut_info> fut = launch_tasks<decltype(error_handlers)>( in main()
98 error_handlers ); in main()
111 std::vector<fut_info> fut = launch_tasks<decltype(error_handlers)>( in main()
141 error_handlers ); in main()
H A Dcontext_activator_test.cpp28 auto error_handlers = std::make_tuple( in main() local
42 auto ctx = leaf::make_context(error_handlers); in main()
48 error_handlers ); in main()
H A Dcapture_result_state_test.cpp36 auto error_handlers = std::make_tuple( in main() local
48 leaf::make_shared_context(error_handlers), in main()
60 error_handlers); in main()
H A Dcapture_exception_state_test.cpp49 auto error_handlers = std::make_tuple( in main() local
63 leaf::make_shared_context(error_handlers), in main()
80 error_handlers ); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/leaf/examples/
H A Dcapture_in_exception.cpp50 auto error_handlers = std::make_tuple( in main() local
78 return leaf::capture(leaf::make_shared_context(error_handlers), &task); in main()
96 error_handlers ); in main()
H A Dcapture_in_result.cpp50 auto error_handlers = std::make_tuple( in main() local
78 return leaf::capture(leaf::make_shared_context(error_handlers), &task); in main()
97 error_handlers ); in main()
H A Dasio_beast_leaf_rpc.cpp463 auto error_handlers = std::make_tuple( in main() local
526 auto error_context = leaf::make_context(error_handlers); in main()
538 rv = error_context.handle_error<int>(result_int.error(), error_handlers); in main()
548 error_handlers); in main()
/dports/net-im/py-python-telegram-bot/python-telegram-bot-13.1/telegram/ext/
H A Ddispatcher.py195 self.error_handlers: Dict[Callable, Union[bool, DefaultValue]] = {}
272 if promise.pooled_function in self.error_handlers:
615 if callback in self.error_handlers:
623 self.error_handlers[callback] = run_async
632 self.error_handlers.pop(callback, None)
649 if self.error_handlers:
650 for callback, run_async in self.error_handlers.items(): # pylint: disable=W0621
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/btrace/
H A DbTrace.py146 error_handlers(self, "object.btobjecttrace", e,
254 error_handlers(self, "object.btobjectsconnect", e,
354 error_handlers(self, "particles.particletrace", e,
456 error_handlers(self, "particles.connect", e,
550 error_handlers(self, "curve.btwriting", e,
661 error_handlers(self, "object.btconvertcurve", e,
842 error_handlers(self, "object.btmeshfollow", e,
1102 error_handlers(self, "object.colorblender", e,
1208 error_handlers(self, "object.btfcnoise", e,
1299 error_handlers(self, "curve.btgrow", e,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/webapp2/docs/guide/
H A Dexceptions.rst78 :attr:`webapp2.WSGIApplication.error_handlers`. This is a dictionary that
103 app.error_handlers[404] = handle_404
104 app.error_handlers[500] = handle_500
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/sentry_sdk/sentry_sdk/integrations/
H A Dtrytond.py55 app.error_handlers.append(error_handler)
/dports/www/firefox/firefox-99.0/third_party/python/sentry_sdk/sentry_sdk/integrations/
H A Dtrytond.py55 app.error_handlers.append(error_handler)
/dports/devel/py-sentry-sdk/sentry-sdk-1.4.3/sentry_sdk/integrations/
H A Dtrytond.py55 app.error_handlers.append(error_handler)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/sentry_sdk/sentry_sdk/integrations/
H A Dtrytond.py55 app.error_handlers.append(error_handler)

12345