Home
last modified time | relevance | path

Searched refs:DecrementAvailableOutboundLength (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_http2.h395 void DecrementAvailableOutboundLength(size_t amount);
Dnode_http2.cc2381 stream->DecrementAvailableOutboundLength(amount); in OnRead()
2414 void Http2Stream::DecrementAvailableOutboundLength(size_t amount) { in DecrementAvailableOutboundLength() function in node::http2::Http2Stream