Home
last modified time | relevance | path

Searched refs:options_post (Results 1 – 4 of 4) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dcompressor.h33 int (*options_post)(int); member
85 if(comp->options_post == NULL) in compressor_options_post()
87 return comp->options_post(block_size); in compressor_options_post()
Dlzo_wrapper.c431 .options_post = lzo_options_post,
Dgzip_wrapper.c492 .options_post = gzip_options_post,
Dxz_wrapper.c532 .options_post = xz_options_post,