Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.c561 unsigned char readBuf[32 * 1024]; in processDeflatedEntry() local
603 long getSize = (compRemaining > (long)sizeof(readBuf)) ? in processDeflatedEntry()
604 (long)sizeof(readBuf) : compRemaining; in processDeflatedEntry()
608 int cc = read(pArchive->fd, readBuf, getSize); in processDeflatedEntry()
616 zstream.next_in = readBuf; in processDeflatedEntry()
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c560 unsigned char readBuf[32 * 1024]; in processDeflatedEntry() local
602 long getSize = (compRemaining > (long)sizeof(readBuf)) ? in processDeflatedEntry()
603 (long)sizeof(readBuf) : compRemaining; in processDeflatedEntry()
607 int cc = read(pArchive->fd, readBuf, getSize); in processDeflatedEntry()
615 zstream.next_in = readBuf; in processDeflatedEntry()