Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dgzio.c56 typedef struct gz_stream { struct
73 } gz_stream; argument
78 local int get_byte OF((gz_stream *s));
79 local void check_header OF((gz_stream *s));
80 local int destroy OF((gz_stream *s));
82 local uLong getLong OF((gz_stream *s));
102 gz_stream *s;
108 s = (gz_stream *)ALLOC(sizeof(gz_stream));
239 gz_stream *s = (gz_stream*)file;
262 gz_stream *s; in get_byte()
[all …]