Lines Matching refs:LOOK
172 data. If the gzip stream completes, state->how is reset to LOOK to look for
218 state->how = LOOK;
226 file depending on state->how. If state->how is LOOK, then a gzip header is
236 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */
241 if (state->how == LOOK)
254 case GZIP: /* -> GZIP or LOOK (if end of gzip stream) */
353 else if (state->how == LOOK || n < (state->size << 1)) {
519 if (state->mode == GZ_READ && state->how == LOOK && state->x.have == 0)
666 if (state->mode == GZ_READ && state->how == LOOK && state->x.have == 0)