Home
last modified time | relevance | path

Searched refs:debug_tag (Results 1 – 25 of 77) sorted by relevance

1234

/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/traffic_dump/
H A Dtraffic_dump.cc48 …TSDebug(debug_tag, "TS_EVENT_LIFECYCLE_MSG: Received Msg to change sample size to %" PRId64 "bytes… in global_message_handler()
51 TSDebug(debug_tag, "TS_EVENT_LIFECYCLE_MSG: Received Msg to reset disk usage counter"); in global_message_handler()
62 TSDebug(debug_tag, "session_aio_handler(): unhandled events %d", event); in global_message_handler()
72 TSDebug(traffic_dump::debug_tag, "initializing plugin"); in TSPluginInit()
80 …[%s] Unable to initialize plugin (disabled). Failed to register plugin.", traffic_dump::debug_tag); in TSPluginInit()
142 TSDebug(traffic_dump::debug_tag, "Unexpected options."); in TSPluginInit()
143 TSError("[%s] Unexpected options error.", traffic_dump::debug_tag); in TSPluginInit()
152 TSError("[%s] Failed to initialize session state.", traffic_dump::debug_tag); in TSPluginInit()
157 … TSError("[%s] Failed to initialize session state with an SNI filter.", traffic_dump::debug_tag); in TSPluginInit()
164 …[%s] Failed to initialize transaction state with user-specified fields.", traffic_dump::debug_tag); in TSPluginInit()
[all …]
H A Dsession_data.cc198 TSDebug(debug_tag, "Initialized with log directory: %s", SessionData::log_directory.c_str()); in init()
211 …TSDebug(debug_tag, "Filtering to only dump connections with SNI: %s", SessionData::sni_filter.c_st… in init()
359 TSDebug(debug_tag, "session_aio_handler(): No valid ssnData. Abort."); in session_aio_handler()
385 TSDebug(debug_tag, "session_aio_handler(): unhandled events %d", event); in session_aio_handler()
410 TSDebug(debug_tag, "global_session_handler(): Ignore non-HTTPS session %" PRId64 "...", id); in global_session_handler()
415 TSDebug(debug_tag, "global_session_handler(): Ignore HTTPS session with non-existent SNI."); in global_session_handler()
427 TSDebug(debug_tag, "global_session_handler(): Ignore session %" PRId64 "...", id); in global_session_handler()
463 TSDebug(debug_tag, "global_session_handler(): Unknown address family."); in global_session_handler()
477 TSDebug(debug_tag, "global_session_handler(): Failed to create dir %s", log_p.c_str()); in global_session_handler()
478 TSError("[%s] Failed to create dir %s", debug_tag, log_p.c_str()); in global_session_handler()
[all …]
H A Dtransaction_data.cc114 debug_tag, default_sensitive_field_value.size(), original_value.size()); in replace_sensitive_fields()
148 TSDebug(debug_tag, "write_message_node(): found scheme %.*s ", len, cp); in write_message_node_no_content()
153 TSDebug(debug_tag, "write_message_node(): found method %.*s ", len, cp); in write_message_node_no_content()
322 TSDebug(debug_tag, "session_txn_handler(): No ssnData found. Abort."); in global_transaction_handler()
360 …("[%s] No transaction data found for the header hook we registered for.", traffic_dump::debug_tag); in global_transaction_handler()
373 TSDebug(debug_tag, "Found client request"); in global_transaction_handler()
396 …r("[%s] No transaction data found for the close hook we registered for.", traffic_dump::debug_tag); in global_transaction_handler()
410 TSDebug(debug_tag, "Found proxy request"); in global_transaction_handler()
416 TSDebug(debug_tag, "Found server response"); in global_transaction_handler()
422 TSDebug(debug_tag, "Found proxy response"); in global_transaction_handler()
[all …]
H A Dglobal_variables.h28 constexpr char debug_tag[] = "traffic_dump"; variable
/dports/audio/epos-devel/epos-2.5.37/src/
H A Drule.cc71 const char *debug_tag();
189 rule::debug_tag() in debug_tag() function in rule
290 shriek(811, "%s Unexpected negated dictionary", debug_tag()); in verify()
686 debug_tag(), p); in r_contour()
742 debug_tag(), p); in r_smooth()
836 if (!eff) shriek(811, "%s Bad param", debug_tag()); in r_regress()
841 if(!left) shriek(811, "%s Bad param", debug_tag()); in r_regress()
846 if (!right) shriek(811, "%s Bad param", debug_tag()); in r_regress()
852 if (!tmp) shriek(811, "%s Bad param", debug_tag()); in r_regress()
860 shriek(811, "%s Bad param", debug_tag()); in r_regress()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/include/tscore/
H A DTrie.h75 void Print(const char *debug_tag) const;
241 Trie<T>::Node::Print(const char *debug_tag) const in Print() argument
244 Debug(debug_tag, "Node is occupied"); in Print()
245 Debug(debug_tag, "Node has rank %d", rank); in Print()
247 Debug(debug_tag, "Node is not occupied"); in Print()
252 Debug(debug_tag, "Node has child for char %c", static_cast<char>(i)); in Print()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/esi/
H A Desi.cc115 char debug_tag[32]; member
152 *debug_tag = '\0'; in ContData()
207 TSDebug(debug_tag, "[%s] Vconn closed", __FUNCTION__); in checkXformStatus()
224 memcpy(debug_tag, tmp_tag.c_str(), tmp_tag.length() + 1); in init()
483 TSDebug(debug_tag, "[%s] Destroying continuation data", __FUNCTION__); in ~ContData()
711 TSDebug(cont_data->debug_tag, "[%s] Completed reading input", __FUNCTION__); in transformData()
746 TSDebug(cont_data->debug_tag, "[%s] data ready; going to process doc", __FUNCTION__); in transformData()
752 TSDebug(cont_data->debug_tag, in transformData()
812 TSDebug(cont_data->debug_tag, "[%s] trying to process doc", __FUNCTION__); in transformData()
908 TSDebug(cont_data->debug_tag, "[%s] initialized continuation data", __FUNCTION__); in transformHandler()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A DNetVCTest.cc90 Debug(debug_tag, "Freeing read MIOBuffer with %d blocks on %s", read_buffer->max_block_count(), in ~NetVCTest()
97 … Debug(debug_tag, "Freeing write MIOBuffer with %d blocks on %s", write_buffer->max_block_count(), in ~NetVCTest()
113 debug_tag = debug_tag_arg; in init_test()
210 Debug(debug_tag, "consume_&_check: read %d, to_read %d", actual_bytes_read, bytes_to_read); in consume_and_check_bytes()
274 …Debug(debug_tag, "write_handler received event %d on %s", event, (test_cont_type == NET_VC_TEST_AC… in write_handler()
307 …Debug(debug_tag, "read_handler received event %d on %s", event, (test_cont_type == NET_VC_TEST_ACT… in read_handler()
H A DQUICPacketHandler.cc40 static constexpr char debug_tag[] = "quic_sec"; variable
43 #define QUICDebug(fmt, ...) Debug(debug_tag, fmt, ##__VA_ARGS__)
44 #define QUICQCDebug(qc, fmt, ...) Debug(debug_tag, "[%s] " fmt, qc->cids().data(), ##__VA_ARGS__)
48 Debug(debug_tag, "[%08" PRIx32 "-%08" PRIx32 "] " fmt, dcid.h32(), scid.h32(), ##__VA_ARGS__)
327 if (is_debug_tag_set(debug_tag) && sent) { in _recv_packet()
338 if (is_debug_tag_set(debug_tag) && sent) { in _recv_packet()
564 if (is_debug_tag_set(debug_tag)) { in _recv_packet()
/dports/www/firefox/firefox-99.0/toolkit/components/telemetry/tests/marionette/tests/client/
H A Dtest_fog_deletion_request_ping.py39 debug_tag = "my-test-tag"
44 debug_tag
56 self.assertEqual(ping2["debug_tag"].decode("utf-8"), debug_tag)
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/telemetry/tests/marionette/tests/client/
H A Dtest_fog_deletion_request_ping.py39 debug_tag = "my-test-tag"
45 debug_tag
57 self.assertEqual(ping2["debug_tag"].decode("utf-8"), debug_tag)
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/telemetry/tests/marionette/tests/client/
H A Dtest_fog_deletion_request_ping.py39 debug_tag = "my-test-tag"
45 debug_tag
57 self.assertEqual(ping2["debug_tag"].decode("utf-8"), debug_tag)
/dports/www/trafficserver/trafficserver-9.1.1/plugins/esi/lib/
H A DComponentBase.h41 …ComponentBase(const char *debug_tag, Debug debug_func, Error error_func) : _debugLog(debug_func), … in ComponentBase() argument
43 snprintf(_debug_tag, sizeof(_debug_tag), "%s", debug_tag); in ComponentBase()
H A DHandlerManager.h41 …HandlerManager(const char *debug_tag, Debug debug_func, Error error_func) : ComponentBase(debug_ta… in HandlerManager() argument
H A DEsiGunzip.cc32 EsiGunzip::EsiGunzip(const char *debug_tag, ComponentBase::Debug debug_func, ComponentBase::Error e… in EsiGunzip() argument
33 : ComponentBase(debug_tag, debug_func, error_func), _downstream_length(0), _total_data_length(0) in EsiGunzip()
H A DEsiGzip.cc32 EsiGzip::EsiGzip(const char *debug_tag, ComponentBase::Debug debug_func, ComponentBase::Error error… in EsiGzip() argument
33 …: ComponentBase(debug_tag, debug_func, error_func), _downstream_length(0), _total_data_length(0), … in EsiGzip()
H A DVariables.h39 Variables(const char *debug_tag, ComponentBase::Debug debug_func, ComponentBase::Error error_func, in Variables() argument
41 : ComponentBase(debug_tag, debug_func, error_func), in Variables()
H A DEsiGunzip.h34 …EsiGunzip(const char *debug_tag, EsiLib::ComponentBase::Debug debug_func, EsiLib::ComponentBase::E…
H A DEsiGzip.h34 …EsiGzip(const char *debug_tag, EsiLib::ComponentBase::Debug debug_func, EsiLib::ComponentBase::Err…
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http3/
H A DHttp09App.cc36 static constexpr char debug_tag[] = "quic_simple_app"; variable
66 Debug(debug_tag, "[%s] Unknown Stream", this->_qc->cids().data()); in main_event_handler()
/dports/emulators/jzintv/jzintv-20200712-src/src/debug/
H A DsubMakefile9 debug/debug.$(O): misc/avl.h util/symtab.h debug/debug_tag.h debug/debug_if.h
13 debug/source.$(O): config.h file/file.h debug/debug_tag.h asm/typetags.h
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/gtk/
H A Dlogwindow.c56 GtkTextTag * debug_tag; member
151 tag = w->debug_tag; in idle_callback()
257 ret->debug_tag = gtk_text_tag_new(NULL); in bg_gtk_log_window_create()
262 gtk_text_tag_table_add(ret->tag_table, ret->debug_tag); in bg_gtk_log_window_create()
478 g_object_set(win->debug_tag, "foreground-gdk", &color, NULL); in bg_gtk_log_window_set_parameter()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpConnectionCount.cc392 char const *debug_tag) in Warn_Blocked() argument
398 if (alert_p || debug_tag) { in Warn_Blocked()
403 if (debug_tag) { in Warn_Blocked()
404 Debug(debug_tag, "%s", w.data()); in Warn_Blocked()
/dports/www/firefox/firefox-99.0/third_party/rust/minidump_writer_linux/src/
H A Ddso_debug.rs165 let debug_tag = goblin::elf::dynamic::DT_DEBUG; in write_dso_debug_stream() localVariable
166 if dyn_struct.d_tag == debug_tag { in write_dso_debug_stream()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/minidump_writer_linux/src/
H A Ddso_debug.rs165 let debug_tag = goblin::elf::dynamic::DT_DEBUG; in write_dso_debug_stream() localVariable
166 if dyn_struct.d_tag == debug_tag { in write_dso_debug_stream()

1234