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

  /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 in typeref:typename:local int
258 if (gz_fetch(state) == -1)
310 if (gz_fetch(state) == -1)
529 if (state->x.have == 0 && gz_fetch(state) == -1)
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 in typeref:typename:local int
258 if (gz_fetch(state) == -1)
310 if (gz_fetch(state) == -1)
529 if (state->x.have == 0 && gz_fetch(state) == -1)
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 in typeref:typename:local int
258 if (gz_fetch(state) == -1)
310 if (gz_fetch(state) == -1)
529 if (state->x.have == 0 && gz_fetch(state) == -1)

Completed in 34 milliseconds