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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dgzio.c39 typedef struct gz_stream { struct
52 } gz_stream; typedef in typeref:struct:gz_stream
57 local int get_byte OF((gz_stream *s));
58 local void check_header OF((gz_stream *s));
59 local int destroy OF((gz_stream *s));
61 local uLong getLong OF((gz_stream *s));
81 gz_stream *s;
87 s = (gz_stream *)ALLOC(sizeof(gz_stream));
213 gz_stream *
[all...]

Completed in 11 milliseconds