Searched refs:gzerrnum (Results 1 – 1 of 1) sorted by relevance
446 int gzerrnum, retval; in read_whole_file() local522 (void)gzerror(gz, &gzerrnum); in read_whole_file()524 curp->gzip && gzerrnum != Z_ERRNO ? in read_whole_file()525 zError(gzerrnum) : strerror(errno)); in read_whole_file()531 if (curp->gzip && (gzerrnum = gzclose(gz)) != Z_OK) in read_whole_file()533 gzerrnum == Z_ERRNO ? strerror(errno) : in read_whole_file()534 zError(gzerrnum)); in read_whole_file()