Searched refs:gz_load (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzread.c | 12 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *)); 24 local int gz_load(state, buf, len, have) in gz_load() 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)
|
| H A D | ChangeLog | 383 - Match type exactly in gz_load() invocation in gzread.c
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzread.c | 20 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)
|