Searched refs:opt_extract_without_path (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/minizip/ |
D | miniunz.c | 475 int do_extract(uf,opt_extract_without_path,opt_overwrite,password) in do_extract() argument 477 int opt_extract_without_path; 492 if (do_extract_currentfile(uf,&opt_extract_without_path, 511 int do_extract_onefile(uf,filename,opt_extract_without_path,opt_overwrite,password) in do_extract_onefile() argument 514 int opt_extract_without_path; 525 if (do_extract_currentfile(uf,&opt_extract_without_path,
|
/aosp_15_r20/external/zlib/contrib/minizip/ |
H A D | miniunz.c | 462 static int do_extract(unzFile uf, int opt_extract_without_path, int opt_overwrite, const char* pass… in do_extract() argument 473 if (do_extract_currentfile(uf,&opt_extract_without_path, in do_extract() 492 static int do_extract_onefile(unzFile uf, const char* filename, int opt_extract_without_path, int o… in do_extract_onefile() argument 499 if (do_extract_currentfile(uf,&opt_extract_without_path, in do_extract_onefile()
|