Searched defs:readBuf (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/minzip/
H A DZip.c561 unsigned char readBuf[32 * 1024]; local
603 long getSize = (compRemaining > (long)sizeof(readBuf)) ?
604 (long)sizeof(readBuf) : compRemaining;
608 int cc = read(pArchive->fd, readBuf, getSize);
616 zstream.next_in = readBuf;

Completed in 4 milliseconds