Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dgzread.c9 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
20 local int gz_load(state, buf, len, have) in gz_load() function
68 if (gz_load(state, state->in + strm->avail_in,
240 if (gz_load(state, state->out, state->size << 1, &(state->x.have))
356 if (gz_load(state, (unsigned char *)buf, len, &n) == -1)
DChangeLog340 - Match type exactly in gz_load() invocation in gzread.c