Home
last modified time | relevance | path

Searched refs:grpc_http_trace (Results 1 – 19 of 19) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dframe_settings.cc221 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace) || in grpc_chttp2_settings_parser_parse()
229 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { in grpc_chttp2_settings_parser_parse()
234 } else if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { in grpc_chttp2_settings_parser_parse()
Dhpack_table.cc37 extern grpc_core::TraceFlag grpc_http_trace;
108 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { in grpc_chttp2_hptbl_set_max_bytes()
129 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { in grpc_chttp2_hptbl_set_current_table_size()
Dchttp2_transport.h29 extern grpc_core::TraceFlag grpc_http_trace;
Dhpack_encoder.h39 extern grpc_core::TraceFlag grpc_http_trace;
Dwriting.cc57 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace) || in maybe_initiate_ping()
68 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace) || in maybe_initiate_ping()
91 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace) || in maybe_initiate_ping()
123 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace) || in maybe_initiate_ping()
Dparsing.cc299 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { in init_frame_parser()
483 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { in on_initial_header()
516 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { in on_trailing_header()
766 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { in parse_frame_slice()
Dchttp2_transport.cc97 grpc_core::TraceFlag grpc_http_trace(false, "http"); variable
1184 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { in grpc_chttp2_complete_closure_step()
1346 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { in perform_stream_op_locked()
1604 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { in perform_stream_op()
1800 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { in perform_transport_op()
2586 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { in start_bdp_ping_locked()
2610 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { in finish_bdp_ping_locked()
2777 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace) || in start_keepalive_ping_locked()
2801 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace) || in finish_keepalive_ping_locked()
Dhpack_encoder.cc696 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { in hpack_enc()
829 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { in grpc_chttp2_hpack_compressor_set_max_table_size()
Dinternal.h787 if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) { \
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_settings.cc219 if (grpc_http_trace.enabled() || grpc_flowctl_trace.enabled()) { in grpc_chttp2_settings_parser_parse()
226 if (grpc_http_trace.enabled()) { in grpc_chttp2_settings_parser_parse()
231 } else if (grpc_http_trace.enabled()) { in grpc_chttp2_settings_parser_parse()
Dhpack_table.cc35 extern grpc_core::TraceFlag grpc_http_trace;
251 if (grpc_http_trace.enabled()) { in grpc_chttp2_hptbl_set_max_bytes()
274 if (grpc_http_trace.enabled()) { in grpc_chttp2_hptbl_set_current_table_size()
Dchttp2_transport.h28 extern grpc_core::TraceFlag grpc_http_trace;
Dhpack_encoder.h39 extern grpc_core::TraceFlag grpc_http_trace;
Dwriting.cc54 if (grpc_http_trace.enabled() || grpc_bdp_estimator_trace.enabled()) { in maybe_initiate_ping()
63 if (grpc_http_trace.enabled() || grpc_bdp_estimator_trace.enabled()) { in maybe_initiate_ping()
83 if (grpc_http_trace.enabled() || grpc_bdp_estimator_trace.enabled()) { in maybe_initiate_ping()
109 if (grpc_http_trace.enabled() || grpc_bdp_estimator_trace.enabled()) { in maybe_initiate_ping()
Dparsing.cc307 if (grpc_http_trace.enabled()) { in init_frame_parser()
402 if (grpc_http_trace.enabled()) { in on_initial_header()
484 if (grpc_http_trace.enabled()) { in on_trailing_header()
731 if (grpc_http_trace.enabled()) { in parse_frame_slice()
Dhpack_encoder.cc468 if (grpc_http_trace.enabled()) { in hpack_enc()
660 if (grpc_http_trace.enabled()) { in grpc_chttp2_hpack_compressor_set_max_table_size()
Dchttp2_transport.cc95 grpc_core::TraceFlag grpc_http_trace(false, "http"); variable
1223 if (grpc_http_trace.enabled()) { in grpc_chttp2_complete_closure_step()
1373 if (grpc_http_trace.enabled()) { in perform_stream_op_locked()
1673 if (grpc_http_trace.enabled()) { in perform_stream_op()
1837 if (grpc_http_trace.enabled()) { in perform_transport_op()
2569 if (grpc_http_trace.enabled()) { in start_bdp_ping_locked()
2582 if (grpc_http_trace.enabled()) { in finish_bdp_ping_locked()
Dinternal.h727 if (!(grpc_http_trace.enabled())) \
Dhpack_parser.cc627 if (grpc_http_trace.enabled()) { in on_hdr()
997 if (grpc_http_trace.enabled()) { in finish_max_tbl_size()