OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:options_post
(Results
1 - 4
of
4
) sorted by null
/external/squashfs-tools/squashfs-tools/
compressor.h
33
int (*
options_post
)(int);
member in struct:compressor
85
if(comp->
options_post
== NULL)
87
return comp->
options_post
(block_size);
lzo_wrapper.c
431
.
options_post
= lzo_options_post,
gzip_wrapper.c
492
.
options_post
= gzip_options_post,
xz_wrapper.c
532
.
options_post
= xz_options_post,
Completed in 136 milliseconds