OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytestorecover
(Results
1 - 3
of
3
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Hpack.java
170
private int evictToRecoverBytes(int
bytesToRecover
) {
172
if (
bytesToRecover
> 0) {
174
for (int j = dynamicTable.length - 1; j >= nextHeaderIndex &&
bytesToRecover
> 0; j--) {
175
bytesToRecover
-= dynamicTable[j].hpackSize;
297
int
bytesToRecover
= (dynamicTableByteCount + delta) - maxDynamicTableByteCount;
298
int entriesEvicted = evictToRecoverBytes(
bytesToRecover
);
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar
Completed in 370 milliseconds