Home
last modified time | relevance | path

Searched refs:compressor_init (Results 1 – 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dcompressor.h46 static inline int compressor_init(struct compressor *comp, void **stream, in compressor_init() function
Dmksquashfs.c2479 res = compressor_init(comp, &stream, block_size, 1); in deflator()
2514 res = compressor_init(comp, &stream, block_size, 1); in frag_deflator()
6295 res = compressor_init(comp, &stream, SQUASHFS_METADATA_SIZE, 0); in main()