HomeSort by relevance Sort by last modified time
    Searched refs:extract_options (Results 1 - 5 of 5) sorted by null

  /external/squashfs-tools/squashfs-tools/
compressor.h 35 int (*extract_options)(int, void *, int); member in struct:compressor
103 if(comp->extract_options == NULL)
105 return comp->extract_options(block_size, buffer, size);
lz4_wrapper.c 276 .extract_options = lz4_extract_options,
lzo_wrapper.c 433 .extract_options = lzo_extract_options,
gzip_wrapper.c 494 .extract_options = gzip_extract_options,
xz_wrapper.c 534 .extract_options = xz_extract_options,

Completed in 444 milliseconds