Searched refs:gz_stream (Results 1 - 2 of 2) 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...]
/ast/src/cmd/INIT/
H A Dratz.c3634 typedef struct gz_stream {
3657 } gz_stream;
3661 local int get_byte OF((gz_stream *s));
3662 local void check_header OF((gz_stream *s));
3663 local int destroy OF((gz_stream *s));
3664 local uLong getLong OF((gz_stream *s));
3684 gz_stream *s;
3690 s = (gz_stream *)ALLOC(sizeof(gz_stream));
3823 Read a byte from a gz_stream; updat
[all...]

Completed in 23 milliseconds