Home
last modified time | relevance | path

Searched defs:gzFile_s (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dminigzip.c170 typedef struct gzFile_s { struct
171 FILE *file;
172 int write;
173 int err;
174 char *msg;
175 z_stream strm;
Dzlib.h1670 struct gzFile_s { struct
1671 unsigned have;
1672 unsigned char *next;
1673 z_off64_t pos;