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

/macosx-10.9.5/sudo-72/src/zlib/
H A Dgzread.c9 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
20 local int gz_load(state, buf, len, have) function
62 if (gz_load(state, state->in + strm->avail_in,
234 if (gz_load(state, state->out, state->size << 1, &(state->x.have))
350 if (gz_load(state, buf, len, &n) == -1)
/macosx-10.9.5/zlib-53/zlib/
H A Dgzread.c9 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
21 local int gz_load(state, buf, len, have) function
58 if (gz_load(state, state->in, state->size,
320 if (gz_load(state, state->out, state->size << 1, &(state->have)) == -1)
431 if (gz_load(state, buf, len, &n) == -1)

Completed in 104 milliseconds