Lines Matching refs:how
82 If this is the first time in, allocate required memory. state->how will be
144 state->how = GZIP;
165 state->how = COPY;
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
228 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
235 switch(state->how) {
241 if (state->how == LOOK)
353 else if (state->how == LOOK || n < (state->size << 1)) {
365 else if (state->how == COPY) { /* read directly */
373 else { /* state->how == GZIP */
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)