Lines Matching defs:gz
102 const struct compression_handler *gz = compression_lookup_handler("gz");
107 if (gz == NULL || gz->create_ostream == NULL)
114 output = gz->create_ostream(buf_output, 6);
120 output = gz->create_ostream(buf_output, 6);
133 input = gz->create_istream(test_input, TRUE);
152 test_begin("gz concat");
159 test_begin("gz no concat");
166 const struct compression_handler *gz = compression_lookup_handler("gz");
175 if (gz == NULL || gz->create_istream == NULL)
178 test_begin("gz large header");
180 /* max buffer size smaller than gz header */
186 input = gz->create_istream(file_input, FALSE);
194 /* max buffer size is exactly the gz header */
196 input = gz->create_istream(file_input, FALSE);