Home | History | Annotate | Download | only in libxml2

Lines Matching defs:GZIP

45 #define LOOK 0                  /* look for a gzip/lzma header */
47 #define GZIP 2 /* decompress a gzip stream */
127 state->how = LOOK; /* look for gzip header */
200 case GZIP:
453 /* look for the gzip magic header bytes 31 and 139 */
460 /* we have a gzip header, woo hoo! */
503 state->how = GZIP;
507 /* not a gzip file -- save first byte (31) and fall to raw i/o */
554 if (state->how == GZIP) {
602 if (state->how == GZIP) {
638 if (state->how == LOOK) { /* look for lzma / gzip header */
649 } else if (state->how == LZMA || state->how == GZIP) { /* decompress */