Searched defs:gzip_stream (Results 1 – 3 of 3) sorted by relevance
70 struct gzip_stream { struct71 z_stream stream;72 int strategies;73 struct gzip_strategy strategy[0];
35 std::unique_ptr<net::GzipSourceStream> gzip_stream = in LLVMFuzzerTestOneInput() local