Lines Matching defs:out
227 * Commented out for now to avoid breaking things.
256 unsigned char *out, long *in_used,
280 b.out = out;
284 b.out = malloc(XZ_IOBUF_SIZE);
285 if (b.out == NULL)
334 if (flush(b.out, b.out_pos) != (long)b.out_pos)
345 free(b.out);
359 error("XZ decompressor ran out of memory");
385 free(b.out);
391 error("XZ decompressor ran out of memory");