459
457
Reads the given number of uncompressed bytes from the compressed file.
460
458
azread returns the number of bytes actually read (0 for end of file).
462
unsigned int azread_internal( azio_stream *s, voidp buf, unsigned int len, int *error)
469
static unsigned int azread_internal( azio_stream *s, voidp buf, unsigned int len, int *error)
464
471
Bytef *start = (Bytef*)buf; /* starting point for crc computation */
465
472
Byte *next_out; /* == stream.next_out but not forced far (for MSDOS) */