Home
last modified time | relevance | path

Searched refs:gz_load (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/contrib/zstd/zlibWrapper/
HDgzread.c20 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
32 local int gz_load(state, buf, len, have) in gz_load() function
84 if (gz_load(state, state.state->in + strm->avail_in,
255 if (gz_load(state, state.state->out, state.state->size << 1, &(state.state->x.have))
361 if (gz_load(state, (unsigned char *)buf, n, &n) == -1)
/freebsd-14-stable/sys/contrib/zlib/
HDgzread.c13 local int gz_load(gz_statep state, unsigned char *buf, unsigned len, in gz_load() function
59 if (gz_load(state, state->in + strm->avail_in, in gz_avail()
221 if (gz_load(state, state->out, state->size << 1, &(state->x.have)) in gz_fetch()
320 if (gz_load(state, (unsigned char *)buf, n, &n) == -1) in gz_read()
HDChangeLog486 - Match type exactly in gz_load() invocation in gzread.c