taglinefilesource code
method57zBoot/gzip.hextern int method;         /* compression method */
method255zBoot/gzip.hvoid ct_init     OF((ush *attr, int *method));
method58zBoot/misc.cint method, exit_code, part_nb, last_member;
method325zBoot/misc.cmethod = get_method(0);
method353zBoot/misc.cmethod = -1;                 /* unknown yet */
method362zBoot/misc.cmethod = (int)get_byte();
method431zBoot/misc.cif (method == -1) {
method436zBoot/misc.creturn method;
method68zBoot/unzip.cmethod = h[LOCHOW];
method69zBoot/unzip.cif (method != STORED && method != DEFLATED) {
method114zBoot/unzip.cif (method == DEFLATED)  {
method124zBoot/unzip.c} else if (pkzip && method == STORED) {