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

  /src/common/dist/zlib/
gzread.c 12 local int gz_load(gz_statep state, unsigned char *buf, unsigned len, function in typeref:typename:local int
58 if (gz_load(state, state->in + strm->avail_in,
220 if (gz_load(state, state->out, state->size << 1, &(state->x.have))
319 if (gz_load(state, (unsigned char *)buf, n, &n) == -1)
gzread.c 12 local int gz_load(gz_statep state, unsigned char *buf, unsigned len, function in typeref:typename:local int
58 if (gz_load(state, state->in + strm->avail_in,
220 if (gz_load(state, state->out, state->size << 1, &(state->x.have))
319 if (gz_load(state, (unsigned char *)buf, n, &n) == -1)

Completed in 33 milliseconds