Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.c565 long compRemaining; in processDeflatedEntry() local
567 compRemaining = pEntry->compLen; in processDeflatedEntry()
603 long getSize = (compRemaining > (long)sizeof(readBuf)) ? in processDeflatedEntry()
604 (long)sizeof(readBuf) : compRemaining; in processDeflatedEntry()
606 getSize, compRemaining); in processDeflatedEntry()
614 compRemaining -= getSize; in processDeflatedEntry()
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c564 long compRemaining; in processDeflatedEntry() local
566 compRemaining = pEntry->compLen; in processDeflatedEntry()
602 long getSize = (compRemaining > (long)sizeof(readBuf)) ? in processDeflatedEntry()
603 (long)sizeof(readBuf) : compRemaining; in processDeflatedEntry()
605 getSize, compRemaining); in processDeflatedEntry()
613 compRemaining -= getSize; in processDeflatedEntry()