Lines Matching refs:zf
80 gzFile zf;
158 state->zf = gzdopen (d, "r");
159 if (unlikely (state->zf == NULL))
186 .zf = NULL,
361 if (result == DWFL_E_NOERROR && gzdirect (state.zf))
363 gzclose (state.zf);
376 gzclose (state.zf);
379 int n = gzread (state.zf, state.buffer + pos, state.size - pos);
383 gzerror (state.zf, &code);
384 gzclose (state.zf);
392 gzclose (state.zf);