Home
last modified time | relevance | path

Searched refs:log_func (Results 1 – 25 of 524) sorted by path

12345678910>>...21

/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.10.3/src/
H A Dlog.rs122 log_func: P, in log_set_handler()
124 let log_func_data: Box_<P> = Box_::new(log_func); in log_set_handler()
136 let log_func = Some(log_func_func::<P> as _); in log_set_handler() localVariable
148 log_func, in log_set_handler()
249 pub fn log_set_default_handler<P: Fn(&str, LogLevel, &str) + Send + Sync + 'static>(log_func: P) { in log_set_default_handler()
270 .expect("Failed to lock DEFAULT_HANDLER to change callback") = Some(Arc::new(log_func)); in log_set_default_handler()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.14.8/src/
H A Dlog.rs130 log_func: P, in log_set_handler()
132 let log_func_data: Box_<P> = Box_::new(log_func); in log_set_handler()
150 let log_func = Some(log_func_func::<P> as _); in log_set_handler() localVariable
164 log_func, in log_set_handler()
273 log_func: P, in log_set_default_handler()
298 .expect("Failed to lock DEFAULT_HANDLER to change callback") = Some(Arc::new(log_func)); in log_set_default_handler()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-sys-0.10.1/src/
H A Dlib.rs5417 pub fn g_log_set_default_handler(log_func: GLogFunc, user_data: gpointer) -> GLogFunc; in g_log_set_default_handler()
5425 log_func: GLogFunc, in g_log_set_handler()
5432 log_func: GLogFunc, in g_log_set_handler_full()
5949 pub fn g_test_log_set_fatal_handler(log_func: GTestLogFatalFunc, user_data: gpointer); in g_test_log_set_fatal_handler()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs5842 pub fn g_log_set_default_handler(log_func: GLogFunc, user_data: gpointer) -> GLogFunc; in g_log_set_default_handler()
5850 log_func: GLogFunc, in g_log_set_handler()
5856 log_func: GLogFunc, in g_log_set_handler_full()
6410 pub fn g_test_log_set_fatal_handler(log_func: GTestLogFatalFunc, user_data: gpointer); in g_test_log_set_fatal_handler()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/fern-0.6.0/src/
H A Dlog_impl.rs729 fn fallback_on_error<F>(record: &log::Record, log_func: F) in fallback_on_error()
733 if let Err(error) = log_func(record) { in fallback_on_error()
/dports/audio/picard/picard-release-2.6.2/picard/
H A Dpluginmanager.py183 log_func = kwargs.get('log_func', log.error)
184 log_func(error)
226 … self.plugin_error(name, _("Unable to load plugin '%s'"), name, log_func=log.exception)
289 self.plugin_error(plugin.name, error, log_func=log.warning)
295 self.plugin_error(name, error, name, log_func=log.exception)
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/fern-0.6.0/src/
H A Dlog_impl.rs729 fn fallback_on_error<F>(record: &log::Record, log_func: F) in fallback_on_error()
733 if let Err(error) = log_func(record) { in fallback_on_error()
/dports/cad/ldview/ldview-4.4/3rdParty/lib3ds/
H A Dlib3ds.h63 void (*log_func) (void *self, Lib3dsLogLevel level, int indent, const char *msg); member
/dports/comms/limesuite/LimeSuite-20.10.0/src/utilities/
H A Dpll_sweep.cpp25 void log_func(const lime::LogLevel level, const char *message) in log_func() function
162 lime::registerLogHandler(log_func); in main()
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/tds/unittests/
H A Dlog_elision.c37 static TDS_THREAD_PROC_DECLARE(log_func, idx_ptr) in TDS_THREAD_PROC_DECLARE() argument
93 ret = tds_thread_create(&threads[i], log_func, TDS_INT2PTR(i)); in main()
96 log_func(TDS_INT2PTR(0)); in main()
/dports/databases/freetds/freetds-1.3.4/src/tds/unittests/
H A Dlog_elision.c37 static TDS_THREAD_PROC_DECLARE(log_func, idx_ptr) in TDS_THREAD_PROC_DECLARE() argument
93 ret = tds_thread_create(&threads[i], log_func, TDS_INT2PTR(i)); in main()
96 log_func(TDS_INT2PTR(0)); in main()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dha_sequence.cc260 Log_func *log_func= Write_rows_log_event::binlog_row_logging_function; in write_row() local
265 error= binlog_log_row(table, 0, buf, log_func); in write_row()
H A Dhandler.cc6301 Log_func *log_func) in binlog_log_row_internal() argument
6324 error= (*log_func)(thd, table, has_trans, before_record, after_record); in binlog_log_row_internal()
6330 const uchar *after_record, Log_func *log_func) in binlog_log_row() argument
6358 return binlog_log_row_internal(table, before_record, after_record, log_func); in binlog_log_row()
6469 Log_func *log_func= Write_rows_log_event::binlog_row_logging_function; in ha_write_row() local
6486 error= binlog_log_row(table, 0, buf, log_func); in ha_write_row()
6496 Log_func *log_func= Update_rows_log_event::binlog_row_logging_function; in ha_update_row() local
6518 error= binlog_log_row(table, old_data, new_data, log_func); in ha_update_row()
6554 Log_func *log_func= Delete_rows_log_event::binlog_row_logging_function; in ha_delete_row() local
6573 error= binlog_log_row(table, buf, 0, log_func); in ha_delete_row()
H A Dhandler.h4891 Log_func *log_func);
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dha_sequence.cc260 Log_func *log_func= Write_rows_log_event::binlog_row_logging_function;
265 error= binlog_log_row(table, 0, buf, log_func);
H A Dhandler.cc6301 Log_func *log_func)
6324 error= (*log_func)(thd, table, has_trans, before_record, after_record);
6330 const uchar *after_record, Log_func *log_func)
6358 return binlog_log_row_internal(table, before_record, after_record, log_func);
6469 Log_func *log_func= Write_rows_log_event::binlog_row_logging_function;
6486 error= binlog_log_row(table, 0, buf, log_func);
6496 Log_func *log_func= Update_rows_log_event::binlog_row_logging_function;
6518 error= binlog_log_row(table, old_data, new_data, log_func);
6554 Log_func *log_func= Delete_rows_log_event::binlog_row_logging_function;
6573 error= binlog_log_row(table, buf, 0, log_func);
H A Dhandler.h4891 Log_func *log_func);
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dha_sequence.cc273 Log_func *log_func= Write_rows_log_event::binlog_row_logging_function; in write_row() local
278 error= binlog_log_row(table, 0, buf, log_func); in write_row()
H A Dhandler.cc6420 Log_func *log_func)
6443 error= (*log_func)(thd, table, has_trans, before_record, after_record);
6449 const uchar *after_record, Log_func *log_func)
6463 return binlog_log_row_internal(table, before_record, after_record, log_func);
6756 Log_func *log_func= Write_rows_log_event::binlog_row_logging_function;
6781 error= binlog_log_row(table, 0, buf, log_func);
6800 Log_func *log_func= Update_rows_log_event::binlog_row_logging_function;
6827 error= binlog_log_row(table, old_data, new_data, log_func);
6884 Log_func *log_func= Delete_rows_log_event::binlog_row_logging_function;
6903 error= binlog_log_row(table, buf, 0, log_func);
H A Dhandler.h5125 Log_func *log_func);
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dha_sequence.cc273 Log_func *log_func= Write_rows_log_event::binlog_row_logging_function; in write_row() local
278 error= binlog_log_row(table, 0, buf, log_func); in write_row()
H A Dhandler.cc6420 Log_func *log_func) in binlog_log_row_internal() argument
6443 error= (*log_func)(thd, table, has_trans, before_record, after_record); in binlog_log_row_internal()
6449 const uchar *after_record, Log_func *log_func) in binlog_log_row() argument
6463 return binlog_log_row_internal(table, before_record, after_record, log_func); in binlog_log_row()
6756 Log_func *log_func= Write_rows_log_event::binlog_row_logging_function; in ha_write_row() local
6781 error= binlog_log_row(table, 0, buf, log_func); in ha_write_row()
6800 Log_func *log_func= Update_rows_log_event::binlog_row_logging_function; in ha_update_row() local
6827 error= binlog_log_row(table, old_data, new_data, log_func); in ha_update_row()
6884 Log_func *log_func= Delete_rows_log_event::binlog_row_logging_function; in ha_delete_row() local
6903 error= binlog_log_row(table, buf, 0, log_func); in ha_delete_row()
H A Dhandler.h5125 Log_func *log_func);
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dha_sequence.cc283 Log_func *log_func= Write_rows_log_event::binlog_row_logging_function; in write_row() local
289 error= binlog_log_row(table, 0, buf, log_func); in write_row()
H A Dhandler.cc6642 Log_func *log_func) in binlog_log_row() argument
6652 error= (*log_func)(thd, table, row_logging_has_trans, in binlog_log_row()
7183 Log_func *log_func= Write_rows_log_event::binlog_row_logging_function; in ha_write_row() local
7184 error= binlog_log_row(table, 0, buf, log_func); in ha_write_row()
7236 Log_func *log_func= Update_rows_log_event::binlog_row_logging_function; in ha_update_row() local
7237 error= binlog_log_row(table, old_data, new_data, log_func); in ha_update_row()
7314 Log_func *log_func= Delete_rows_log_event::binlog_row_logging_function; in ha_delete_row() local
7315 error= binlog_log_row(table, buf, 0, log_func); in ha_delete_row()

12345678910>>...21