Searched defs:gz_stream (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libz/
H A Dgzio.c62 typedef struct gz_stream { struct
85 } gz_stream; typedef in typeref:struct:gz_stream
90 local int get_byte OF((gz_stream *s));
91 local void check_header OF((gz_stream *s));
92 local int destroy OF((gz_stream *s));
94 local uLong getLong OF((gz_stream *s));
116 gz_stream *s;
122 s = (gz_stream *)ALLOC(sizeof(gz_stream));
308 gz_stream *
[all...]

Completed in 60 milliseconds