Home | History | Annotate | Download | only in libxml2

Lines Matching refs:GZIP

43 #define LOOK 0                  /* look for a gzip/lzma header */
45 #define GZIP 2 /* decompress a gzip stream */
125 state->how = LOOK; /* look for gzip header */
198 case GZIP:
451 /* look for the gzip magic header bytes 31 and 139 */
458 /* we have a gzip header, woo hoo! */
501 state->how = GZIP;
505 /* not a gzip file -- save first byte (31) and fall to raw i/o */
552 if (state->how == GZIP) {
596 if (state->how == GZIP) {
632 if (state->how == LOOK) { /* look for lzma / gzip header */
643 } else if (state->how == LZMA || state->how == GZIP) { /* decompress */