Lines Matching refs:how
68 If this is the first time in, allocate required memory. state->how will be
125 state->how = GZIP;
146 state->how = COPY;
153 data. If the gzip stream completes, state->how is reset to LOOK to look for
196 state->how = LOOK;
204 file depending on state->how. If state->how is LOOK, then a gzip header is
206 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
212 switch(state->how) {
216 if (state->how == LOOK)
308 else if (state->how == LOOK || n < (state->size << 1)) {
318 else if (state->how == COPY) { /* read directly */
324 else { /* state->how == GZIP */
569 if (state->mode == GZ_READ && state->how == LOOK && state->x.have == 0)