Lines Matching refs:output
38 void *output; member
51 stream->output = vmalloc(block_size); in lzo_init()
52 if (stream->output == NULL) in lzo_init()
72 vfree(stream->output); in lzo_free()
80 struct squashfs_page_actor *output) in lzo_uncompress() argument
85 size_t out_len = output->length; in lzo_uncompress()
97 stream->output, &out_len); in lzo_uncompress()
102 data = squashfs_first_page(output); in lzo_uncompress()
103 buff = stream->output; in lzo_uncompress()
112 data = squashfs_next_page(output); in lzo_uncompress()
115 squashfs_finish_page(output); in lzo_uncompress()