Lines Matching refs:gzip
62 int gzip; /* current input file is gzipped */ member
455 if (curp->gzip == 0 && S_ISREG(st.st_mode)) { in read_whole_file()
467 if (curp->gzip) { in read_whole_file()
507 ssz = curp->gzip ? in read_whole_file()
516 if (curp->gzip) in read_whole_file()
519 curp->gzip && gzerrnum != Z_ERRNO ? in read_whole_file()
526 if (curp->gzip && (gzerrnum = gzclose(gz)) != Z_OK) in read_whole_file()
630 curp->gzip = (cp != NULL && ! strcmp(cp + 1, "gz")); in mparse_open()
642 if ( ! curp->gzip) { in mparse_open()
649 curp->gzip = 1; in mparse_open()
695 curp->gzip = 0; in mparse_reset()