Searched refs:gzerrnum (Results 1 – 1 of 1) sorted by relevance
429 int gzerrnum, retval; in read_whole_file() local506 (void)gzerror(gz, &gzerrnum); in read_whole_file()508 curp->gzip && gzerrnum != Z_ERRNO ? in read_whole_file()509 zError(gzerrnum) : strerror(errno)); in read_whole_file()515 if (curp->gzip && (gzerrnum = gzclose(gz)) != Z_OK) in read_whole_file()517 gzerrnum == Z_ERRNO ? strerror(errno) : in read_whole_file()518 zError(gzerrnum)); in read_whole_file()