Home
last modified time | relevance | path

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

/external/zlib/src/contrib/minizip/
Dminiunz.c546 int opt_do_extract_withoutpath=0; local
576 opt_do_extract = opt_do_extract_withoutpath = 1;
652 ret_value = do_extract(uf, opt_do_extract_withoutpath, opt_overwrite, password);
654 …ret_value = do_extract_onefile(uf, filename_to_extract, opt_do_extract_withoutpath, opt_overwrite,…