Home
last modified time | relevance | path

Searched refs:get_debug_state (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/libdebug/
H A Ddout.cpp32 debug_internal::DebugState::domain_map_t& dm = debug_internal::get_debug_state().get_domain_map(); in debug_out()
86 debug_internal::get_debug_state().push_inside_begin(); in debug_begin()
93 debug_internal::get_debug_state().pop_inside_begin(); in debug_end()
95 …debug_internal::get_debug_state().force_output(); // this call is thread-safe in read-only contex… in debug_end()
146 int curr = debug_internal::get_debug_state().get_indent_level(); in debug_indent_inc()
147 debug_internal::get_debug_state().set_indent_level(curr + by); in debug_indent_inc()
154 int curr = debug_internal::get_debug_state().get_indent_level(); in debug_indent_dec()
158 debug_internal::get_debug_state().set_indent_level(curr); in debug_indent_dec()
165 debug_internal::get_debug_state().set_indent_level(0); in debug_indent_reset()
H A Ddstate.cpp78 DebugState& get_debug_state() in get_debug_state() function
94 DebugState::domain_map_t& dm = get_debug_state().get_domain_map(); in debug_register_domain()
123 DebugState::domain_map_t& dm = get_debug_state().get_domain_map(); in debug_unregister_domain()
138 DebugState::domain_map_t& dm = get_debug_state().get_domain_map(); in debug_get_registered_domains()
155 DebugState::domain_map_t& dm = get_debug_state().get_domain_map(); in debug_set_enabled()
182 DebugState::domain_map_t& dm = get_debug_state().get_domain_map(); in debug_get_enabled()
206 DebugState::domain_map_t& dm = get_debug_state().get_domain_map(); in debug_set_format()
233 DebugState::domain_map_t& dm = get_debug_state().get_domain_map(); in debug_get_formats()
253 DebugState::domain_map_t& dm = get_debug_state().get_domain_map(); in debug_add_channel()
281 DebugState::domain_map_t& dm = get_debug_state().get_domain_map(); in debug_clear_channels()
H A Ddstream.cpp62 if (get_debug_state().get_inside_begin()) { in flush_to_channel()
78 get_debug_state().get_indent_level(), is_first_line, oss_->str()); in flush_to_channel()
H A Ddstate.h152 DebugState& get_debug_state();
H A Ddcmdarg.cpp155 debug_internal::DebugState::domain_map_t& dm = debug_internal::get_debug_state().get_domain_map(); in debug_internal_post_parse_func()
/dports/www/h2o-devel/h2o-dcc7134/lib/handler/
H A Dhttp2_debug_state.c36 if (req->conn->callbacks->get_debug_state == NULL) { in on_req()
40 …h2o_http2_debug_state_t *debug_state = req->conn->callbacks->get_debug_state(req, self->hpack_enab… in on_req()
/dports/www/h2o-devel/h2o-dcc7134/include/
H A Dh2o.h926 h2o_http2_debug_state_t *(*get_debug_state)(h2o_req_t *req, int hpack_enabled); member
/dports/www/h2o-devel/h2o-dcc7134/lib/http2/
H A Dconnection.c1684 .get_debug_state = h2o_http2_get_debug_state, in create_conn()