taglinefilesource code
extended49arch/i386/boot/compressed/unzip.cint extended = 0; /* set if extended local header */
extended81arch/i386/boot/compressed/unzip.cextended = (h[LOCFLG] & EXTFLG) != 0;
extended108arch/i386/boot/compressed/unzip.cif (pkzip && !extended) {  /* crc and length at the end otherwise */
extended154arch/i386/boot/compressed/unzip.c} else if (extended) {  /* If extended header, check it */
extended179arch/i386/boot/compressed/unzip.cextended = pkzip = 0; /* for next file */