Searched refs:gz_load (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/zlib/
H A Dgzread.c12 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
24 local int gz_load(state, buf, len, have) function
76 if (gz_load(state, state->in + strm->avail_in,
246 if (gz_load(state, state->out, state->size << 1, &(state->x.have))
352 if (gz_load(state, (unsigned char *)buf, n, &n) == -1)
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzread.c20 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
32 local int gz_load(state, buf, len, have) 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)

Completed in 147 milliseconds