Home
last modified time | relevance | path

Searched refs:log_cs (Results 1 – 25 of 28) sorted by relevance

12

/dports/sysutils/vector/tracing-65547d8809fcc726b8187db85b23c42e32ef5dce/tracing-log/src/
H A Dlib.rs245 macro_rules! log_cs { macro
271 static TRACE_CS: &'static dyn Callsite = log_cs!(tracing_core::Level::TRACE);
272 static DEBUG_CS: &'static dyn Callsite = log_cs!(tracing_core::Level::DEBUG);
273 static INFO_CS: &'static dyn Callsite = log_cs!(tracing_core::Level::INFO);
274 static WARN_CS: &'static dyn Callsite = log_cs!(tracing_core::Level::WARN);
275 static ERROR_CS: &'static dyn Callsite = log_cs!(tracing_core::Level::ERROR);
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tracing-log-0.1.1/src/
H A Dlib.rs245 macro_rules! log_cs { macro
271 static TRACE_CS: &'static dyn Callsite = log_cs!(tracing_core::Level::TRACE);
272 static DEBUG_CS: &'static dyn Callsite = log_cs!(tracing_core::Level::DEBUG);
273 static INFO_CS: &'static dyn Callsite = log_cs!(tracing_core::Level::INFO);
274 static WARN_CS: &'static dyn Callsite = log_cs!(tracing_core::Level::WARN);
275 static ERROR_CS: &'static dyn Callsite = log_cs!(tracing_core::Level::ERROR);
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tracing-log-0.1.2/src/
H A Dlib.rs299 macro_rules! log_cs { macro
323 log_cs!(
329 log_cs!(
335 log_cs!(tracing_core::Level::INFO, INFO_CS, INFO_META, InfoCallsite);
336 log_cs!(tracing_core::Level::WARN, WARN_CS, WARN_META, WarnCallsite);
337 log_cs!(
/dports/lang/gleam/gleam-0.18.2/cargo-crates/tracing-log-0.1.2/src/
H A Dlib.rs299 macro_rules! log_cs { macro
323 log_cs!(
329 log_cs!(
335 log_cs!(tracing_core::Level::INFO, INFO_CS, INFO_META, InfoCallsite);
336 log_cs!(tracing_core::Level::WARN, WARN_CS, WARN_META, WarnCallsite);
337 log_cs!(
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/tracing-log-0.1.2/src/
H A Dlib.rs299 macro_rules! log_cs { macro
323 log_cs!(
329 log_cs!(
335 log_cs!(tracing_core::Level::INFO, INFO_CS, INFO_META, InfoCallsite);
336 log_cs!(tracing_core::Level::WARN, WARN_CS, WARN_META, WarnCallsite);
337 log_cs!(
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/tracing-log-0.1.2/src/
H A Dlib.rs299 macro_rules! log_cs { macro
323 log_cs!(
329 log_cs!(
335 log_cs!(tracing_core::Level::INFO, INFO_CS, INFO_META, InfoCallsite);
336 log_cs!(tracing_core::Level::WARN, WARN_CS, WARN_META, WarnCallsite);
337 log_cs!(
/dports/lang/rust/rustc-1.58.1-src/vendor/tracing-log/src/
H A Dlib.rs299 macro_rules! log_cs { macro
323 log_cs!(
329 log_cs!(
335 log_cs!(tracing_core::Level::INFO, INFO_CS, INFO_META, InfoCallsite);
336 log_cs!(tracing_core::Level::WARN, WARN_CS, WARN_META, WarnCallsite);
337 log_cs!(
/dports/net/krill/krill-0.9.4/cargo-crates/tracing-log-0.1.2/src/
H A Dlib.rs299 macro_rules! log_cs { macro
323 log_cs!(
329 log_cs!(
335 log_cs!(tracing_core::Level::INFO, INFO_CS, INFO_META, InfoCallsite);
336 log_cs!(tracing_core::Level::WARN, WARN_CS, WARN_META, WarnCallsite);
337 log_cs!(
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/native/iis/
H A Djk_isapi_plugin.c488 static JK_CRIT_SEC log_cs; variable
1947 EnterCriticalSection(&log_cs); in HttpFilterProc()
1972 LeaveCriticalSection(&log_cs); in HttpFilterProc()
2029 EnterCriticalSection(&log_cs); in HttpExtensionProc()
2055 LeaveCriticalSection(&log_cs); in HttpExtensionProc()
2174 EnterCriticalSection(&log_cs); in TerminateFilter()
2176 LeaveCriticalSection(&log_cs); in TerminateFilter()
2217 LeaveCriticalSection(&log_cs); in TerminateFilter()
2297 DeleteCriticalSection(&log_cs); in DllMain()
2466 EnterCriticalSection(&log_cs); in iis_log_to_file()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dlog_event_server.cc63 #define log_cs &my_charset_latin1 macro
2905 String field_term(sql_ex.field_term,sql_ex.field_term_len,log_cs); in do_apply_event()
2906 String enclosed(sql_ex.enclosed,sql_ex.enclosed_len,log_cs); in do_apply_event()
2907 String line_term(sql_ex.line_term,sql_ex.line_term_len,log_cs); in do_apply_event()
2908 String line_start(sql_ex.line_start,sql_ex.line_start_len,log_cs); in do_apply_event()
2909 String escaped(sql_ex.escaped,sql_ex.escaped_len, log_cs); in do_apply_event()
3052 StringBuffer<256> tmp(log_cs); in pack_info()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dlog_event_server.cc63 #define log_cs &my_charset_latin1 macro
2905 String field_term(sql_ex.field_term,sql_ex.field_term_len,log_cs); in do_apply_event()
2906 String enclosed(sql_ex.enclosed,sql_ex.enclosed_len,log_cs); in do_apply_event()
2907 String line_term(sql_ex.line_term,sql_ex.line_term_len,log_cs); in do_apply_event()
2908 String line_start(sql_ex.line_start,sql_ex.line_start_len,log_cs); in do_apply_event()
2909 String escaped(sql_ex.escaped,sql_ex.escaped_len, log_cs); in do_apply_event()
3052 StringBuffer<256> tmp(log_cs); in pack_info()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dlog_event.cc57 #define log_cs &my_charset_latin1 macro
5124 String field_term(sql_ex.field_term,sql_ex.field_term_len,log_cs); in do_apply_event()
5125 String enclosed(sql_ex.enclosed,sql_ex.enclosed_len,log_cs); in do_apply_event()
5126 String line_term(sql_ex.line_term,sql_ex.line_term_len,log_cs); in do_apply_event()
5127 String line_start(sql_ex.line_start,sql_ex.line_start_len,log_cs); in do_apply_event()
5128 String escaped(sql_ex.escaped,sql_ex.escaped_len, log_cs); in do_apply_event()
5274 String tmp(buf1, sizeof(buf1), log_cs); in pack_info()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dlog_event.cc103 #define log_cs &my_charset_latin1 macro
6705 String field_term(sql_ex.field_term,sql_ex.field_term_len,log_cs); in do_apply_event()
6706 String enclosed(sql_ex.enclosed,sql_ex.enclosed_len,log_cs); in do_apply_event()
6707 String line_term(sql_ex.line_term,sql_ex.line_term_len,log_cs); in do_apply_event()
6708 String line_start(sql_ex.line_start,sql_ex.line_start_len,log_cs); in do_apply_event()
6709 String escaped(sql_ex.escaped,sql_ex.escaped_len, log_cs); in do_apply_event()
6710 const String empty_str("", 0, log_cs); in do_apply_event()
6858 String tmp(buf1, sizeof(buf1), log_cs); in pack_info()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dlog_event.cc103 #define log_cs &my_charset_latin1 macro
6705 String field_term(sql_ex.field_term,sql_ex.field_term_len,log_cs); in do_apply_event()
6706 String enclosed(sql_ex.enclosed,sql_ex.enclosed_len,log_cs); in do_apply_event()
6707 String line_term(sql_ex.line_term,sql_ex.line_term_len,log_cs); in do_apply_event()
6708 String line_start(sql_ex.line_start,sql_ex.line_start_len,log_cs); in do_apply_event()
6709 String escaped(sql_ex.escaped,sql_ex.escaped_len, log_cs); in do_apply_event()
6710 const String empty_str("", 0, log_cs); in do_apply_event()
6858 String tmp(buf1, sizeof(buf1), log_cs); in pack_info()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dlog_event.cc110 #define log_cs &my_charset_latin1 macro
6381 sql_ex.data_info.field_term_len,log_cs); in do_apply_event()
6383 sql_ex.data_info.enclosed_len,log_cs); in do_apply_event()
6385 sql_ex.data_info.line_term_len,log_cs); in do_apply_event()
6387 sql_ex.data_info.line_start_len,log_cs); in do_apply_event()
6389 sql_ex.data_info.escaped_len, log_cs); in do_apply_event()
6390 const String empty_str("", 0, log_cs); in do_apply_event()
6551 String tmp(buf1, sizeof(buf1), log_cs); in pack_info()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dlog_event.cc107 #define log_cs &my_charset_latin1 macro
6358 sql_ex.data_info.field_term_len,log_cs); in do_apply_event()
6360 sql_ex.data_info.enclosed_len,log_cs); in do_apply_event()
6362 sql_ex.data_info.line_term_len,log_cs); in do_apply_event()
6364 sql_ex.data_info.line_start_len,log_cs); in do_apply_event()
6366 sql_ex.data_info.escaped_len, log_cs); in do_apply_event()
6367 const String empty_str("", 0, log_cs); in do_apply_event()
6528 String tmp(buf1, sizeof(buf1), log_cs); in pack_info()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dlog_event.cc107 #define log_cs &my_charset_latin1 macro
6360 sql_ex.data_info.field_term_len,log_cs); in do_apply_event()
6362 sql_ex.data_info.enclosed_len,log_cs); in do_apply_event()
6364 sql_ex.data_info.line_term_len,log_cs); in do_apply_event()
6366 sql_ex.data_info.line_start_len,log_cs); in do_apply_event()
6368 sql_ex.data_info.escaped_len, log_cs); in do_apply_event()
6369 const String empty_str("", 0, log_cs); in do_apply_event()
6530 String tmp(buf1, sizeof(buf1), log_cs); in pack_info()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dlog_event.cc103 #define log_cs &my_charset_latin1 macro
6705 String field_term(sql_ex.field_term,sql_ex.field_term_len,log_cs); in do_apply_event()
6706 String enclosed(sql_ex.enclosed,sql_ex.enclosed_len,log_cs); in do_apply_event()
6707 String line_term(sql_ex.line_term,sql_ex.line_term_len,log_cs); in do_apply_event()
6708 String line_start(sql_ex.line_start,sql_ex.line_start_len,log_cs); in do_apply_event()
6709 String escaped(sql_ex.escaped,sql_ex.escaped_len, log_cs); in do_apply_event()
6710 const String empty_str("", 0, log_cs); in do_apply_event()
6858 String tmp(buf1, sizeof(buf1), log_cs); in pack_info()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dlog_event.cc103 #define log_cs &my_charset_latin1 macro
6708 String field_term(sql_ex.field_term,sql_ex.field_term_len,log_cs); in do_apply_event()
6709 String enclosed(sql_ex.enclosed,sql_ex.enclosed_len,log_cs); in do_apply_event()
6710 String line_term(sql_ex.line_term,sql_ex.line_term_len,log_cs); in do_apply_event()
6711 String line_start(sql_ex.line_start,sql_ex.line_start_len,log_cs); in do_apply_event()
6712 String escaped(sql_ex.escaped,sql_ex.escaped_len, log_cs); in do_apply_event()
6713 const String empty_str("", 0, log_cs); in do_apply_event()
6861 String tmp(buf1, sizeof(buf1), log_cs); in pack_info()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dlog_event.cc100 #define log_cs &my_charset_latin1 macro
6674 String field_term(sql_ex.field_term,sql_ex.field_term_len,log_cs); in do_apply_event()
6675 String enclosed(sql_ex.enclosed,sql_ex.enclosed_len,log_cs); in do_apply_event()
6676 String line_term(sql_ex.line_term,sql_ex.line_term_len,log_cs); in do_apply_event()
6677 String line_start(sql_ex.line_start,sql_ex.line_start_len,log_cs); in do_apply_event()
6678 String escaped(sql_ex.escaped,sql_ex.escaped_len, log_cs); in do_apply_event()
6679 const String empty_str("", 0, log_cs); in do_apply_event()
6827 String tmp(buf1, sizeof(buf1), log_cs); in pack_info()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dlog_event.cc114 #define log_cs &my_charset_latin1 macro
6607 sql_ex.data_info.field_term_len,log_cs); in do_apply_event()
6609 sql_ex.data_info.enclosed_len,log_cs); in do_apply_event()
6611 sql_ex.data_info.line_term_len,log_cs); in do_apply_event()
6613 sql_ex.data_info.line_start_len,log_cs); in do_apply_event()
6615 sql_ex.data_info.escaped_len, log_cs); in do_apply_event()
6616 const String empty_str("", 0, log_cs); in do_apply_event()
6777 String tmp(buf1, sizeof(buf1), log_cs); in pack_info()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dlog_event.cc114 #define log_cs &my_charset_latin1 macro
6607 sql_ex.data_info.field_term_len,log_cs); in do_apply_event()
6609 sql_ex.data_info.enclosed_len,log_cs); in do_apply_event()
6611 sql_ex.data_info.line_term_len,log_cs); in do_apply_event()
6613 sql_ex.data_info.line_start_len,log_cs); in do_apply_event()
6615 sql_ex.data_info.escaped_len, log_cs); in do_apply_event()
6616 const String empty_str("", 0, log_cs); in do_apply_event()
6777 String tmp(buf1, sizeof(buf1), log_cs); in pack_info()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dlog_event.cc114 #define log_cs &my_charset_latin1 macro
6607 sql_ex.data_info.field_term_len,log_cs); in do_apply_event()
6609 sql_ex.data_info.enclosed_len,log_cs); in do_apply_event()
6611 sql_ex.data_info.line_term_len,log_cs); in do_apply_event()
6613 sql_ex.data_info.line_start_len,log_cs); in do_apply_event()
6615 sql_ex.data_info.escaped_len, log_cs); in do_apply_event()
6616 const String empty_str("", 0, log_cs); in do_apply_event()
6777 String tmp(buf1, sizeof(buf1), log_cs); in pack_info()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dlog_event.cc84 #define log_cs &my_charset_latin1 macro
7487 String field_term(sql_ex.field_term,sql_ex.field_term_len,log_cs); in do_apply_event()
7488 String enclosed(sql_ex.enclosed,sql_ex.enclosed_len,log_cs); in do_apply_event()
7489 String line_term(sql_ex.line_term,sql_ex.line_term_len,log_cs); in do_apply_event()
7490 String line_start(sql_ex.line_start,sql_ex.line_start_len,log_cs); in do_apply_event()
7491 String escaped(sql_ex.escaped,sql_ex.escaped_len, log_cs); in do_apply_event()
7638 StringBuffer<256> tmp(log_cs); in pack_info()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dlog_event.cc84 #define log_cs &my_charset_latin1 macro
7487 String field_term(sql_ex.field_term,sql_ex.field_term_len,log_cs); in do_apply_event()
7488 String enclosed(sql_ex.enclosed,sql_ex.enclosed_len,log_cs); in do_apply_event()
7489 String line_term(sql_ex.line_term,sql_ex.line_term_len,log_cs); in do_apply_event()
7490 String line_start(sql_ex.line_start,sql_ex.line_start_len,log_cs); in do_apply_event()
7491 String escaped(sql_ex.escaped,sql_ex.escaped_len, log_cs); in do_apply_event()
7638 StringBuffer<256> tmp(log_cs); in pack_info()

12