Searched defs:gzip_stream (Results 1 – 2 of 2) sorted by relevance
70 struct gzip_stream { struct71 z_stream stream;72 int strategies;73 struct gzip_strategy strategy[0];
86 GzipOutputStream gzip_stream(&stream); in Marshal() local96 GzipOutputStream gzip_stream(&stream); in MarshalToFile() local