Home
last modified time | relevance | path

Searched defs:fail_if_not_compressed (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/archival/libarchive/
Dopen_transformer.c160 static transformer_state_t *setup_transformer_on_fd(int fd, int fail_if_not_compressed) in setup_transformer_on_fd()
243 int FAST_FUNC setup_unzip_on_fd(int fd, int fail_if_not_compressed) in setup_unzip_on_fd()
267 static transformer_state_t *open_transformer(const char *fname, int fail_if_not_compressed) in open_transformer()
292 int FAST_FUNC open_zipped(const char *fname, int fail_if_not_compressed) in open_zipped()
/busybox-1.35.0/include/
Dlibbb.h1012 # define open_zipped(fname, fail_if_not_compressed) open((fname), O_RDONLY); argument