HomeSort by: relevance | last modified time | path
    Searched refs:gz_fetch (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/zstd/dist/zlibWrapper/
gzread.c 24 local int gz_fetch _Z_OF((gz_statep));
230 otherwise 0. gz_fetch() will leave state.state->how as COPY or GZIP unless the
232 local int gz_fetch(gz_statep state) { function
282 if (gz_fetch(state) == -1)
334 if (gz_fetch(state) == -1)
564 if (state.state->x.have == 0 && gz_fetch(state) == -1)
  /src/external/gpl3/binutils.old/dist/zlib/
gzread.c 13 local int gz_fetch OF((gz_statep));
227 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
229 local int gz_fetch(state) function
284 if (gz_fetch(state) == -1)
340 if (gz_fetch(state) == -1)
575 if (state->x.have == 0 && gz_fetch(state) == -1)
  /src/external/gpl3/gdb/dist/zlib/
gzread.c 13 local int gz_fetch OF((gz_statep));
227 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
229 local int gz_fetch(state) function
284 if (gz_fetch(state) == -1)
340 if (gz_fetch(state) == -1)
575 if (state->x.have == 0 && gz_fetch(state) == -1)
  /src/external/gpl3/gdb.old/dist/zlib/
gzread.c 13 local int gz_fetch OF((gz_statep));
227 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
229 local int gz_fetch(state) function
284 if (gz_fetch(state) == -1)
340 if (gz_fetch(state) == -1)
575 if (state->x.have == 0 && gz_fetch(state) == -1)
  /src/common/dist/zlib/
gzread.c 206 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
208 local int gz_fetch(gz_statep state) { function
258 if (gz_fetch(state) == -1)
310 if (gz_fetch(state) == -1)
529 if (state->x.have == 0 && gz_fetch(state) == -1)
  /src/external/gpl3/binutils/dist/zlib/
gzread.c 206 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
208 local int gz_fetch(gz_statep state) { function
258 if (gz_fetch(state) == -1)
310 if (gz_fetch(state) == -1)
529 if (state->x.have == 0 && gz_fetch(state) == -1)

Completed in 44 milliseconds