Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_http2.h394 void IncrementAvailableOutboundLength(size_t amount);
Dnode_http2.cc2275 IncrementAvailableOutboundLength(bufs[i].len); in DoWrite()
2409 void Http2Stream::IncrementAvailableOutboundLength(size_t amount) { in IncrementAvailableOutboundLength() function in node::http2::Http2Stream