Home
last modified time | relevance | path

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

/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOutboundFlowController.java231 int queuedBytes; field in OutboundFlowController.OutboundFlowState
287 return max(0, min(window, queuedBytes)); in streamableBytes()
369 queuedBytes += size(); in enqueue()
396 queuedBytes -= bytesToWrite; in write()
429 queuedBytes -= dataSplit; in split()