Searched refs:gzerrnum (Results 1 – 1 of 1) sorted by relevance
441 int gzerrnum, retval; in read_whole_file() local517 (void)gzerror(gz, &gzerrnum); in read_whole_file()519 curp->gzip && gzerrnum != Z_ERRNO ? in read_whole_file()520 zError(gzerrnum) : strerror(errno)); in read_whole_file()526 if (curp->gzip && (gzerrnum = gzclose(gz)) != Z_OK) in read_whole_file()528 gzerrnum == Z_ERRNO ? strerror(errno) : in read_whole_file()529 zError(gzerrnum)); in read_whole_file()