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

/illumos-gate/usr/src/boot/lib/libz/
H A Dgzread.c12 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
23 local int gz_load(state, buf, len, have) function
71 if (gz_load(state, state->in + strm->avail_in,
243 if (gz_load(state, state->out, state->size << 1, &(state->x.have))
359 if (gz_load(state, (unsigned char *)buf, len, &n) == -1)

Completed in 77 milliseconds