Searched refs:opt_extract_without_path (Results 1 – 1 of 1) sorted by relevance
/external/zlib/src/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,
|