Lines Matching refs:method
104 uint16_t method; /* 4-5 */ member
120 (zip).fmt.method = SWAP_LE16((zip).fmt.method ); \
137 uint16_t method; /* 6-7 */ member
160 (cdf).fmt.method = SWAP_LE16((cdf).fmt.method ); \
373 if (zip->fmt.method == 0) { in unzip_extract_symlink()
404 if (zip->fmt.method == 0) { in unzip_extract()
416 if (zip->fmt.method == 8) { in unzip_extract()
426 else if (zip->fmt.method == 12) { in unzip_extract()
436 else if (zip->fmt.method == 14) { in unzip_extract()
444 else if (zip->fmt.method == 95) { in unzip_extract()
452 bb_error_msg_and_die("unsupported method %u", zip->fmt.method); in unzip_extract()
877 sprintf(method6, "%6u", zip.fmt.method); in unzip_main()
878 if (zip.fmt.method == 0) { in unzip_main()
881 if (zip.fmt.method == 8) { in unzip_main()