Searched refs:tfc (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | flow_control.h | 115 FlowControlTrace(const char* reason, TransportFlowControl* tfc, in FlowControlTrace() argument 117 if (enabled_) Init(reason, tfc, sfc); in FlowControlTrace() 125 void Init(const char* reason, TransportFlowControl* tfc, 411 StreamFlowControl(TransportFlowControl* tfc, const grpc_chttp2_stream* s); 462 void UpdateAnnouncedWindowDelta(TransportFlowControl* tfc, int64_t change) { in UpdateAnnouncedWindowDelta() argument 463 tfc->PreUpdateAnnouncedWindowOverIncomingWindow(announced_window_delta_); in UpdateAnnouncedWindowDelta() 465 tfc->PostUpdateAnnouncedWindowOverIncomingWindow(announced_window_delta_); in UpdateAnnouncedWindowDelta()
|
D | flow_control.cc | 72 void FlowControlTrace::Init(const char* reason, TransportFlowControl* tfc, in Init() argument 74 tfc_ = tfc; in Init() 77 remote_window_ = tfc->remote_window(); in Init() 78 target_window_ = tfc->target_window(); in Init() 79 announced_window_ = tfc->announced_window(); in Init() 218 StreamFlowControl::StreamFlowControl(TransportFlowControl* tfc, in StreamFlowControl() argument 220 : tfc_(tfc), s_(s) {} in StreamFlowControl()
|
/third_party/flutter/skia/third_party/externals/wuffs/doc/spec/ |
D | nie-spec.md | 416 [Targa](http://tfc.duke.free.fr/coding/tga_specs.pdf) and
|