Home | History | Annotate | Download | only in minzip

Lines Matching defs:bytesLeft

531     size_t bytesLeft = pEntry->compLen;
532 while (bytesLeft > 0) {
538 count = bytesLeft;
551 bytesLeft -= count;