taglinefilesource code
orig_len1064lib/inflate.culg orig_len = 0;       /* original uncompressed length */
orig_len1150lib/inflate.corig_len = (ulg) get_byte();
orig_len1151lib/inflate.corig_len |= (ulg) get_byte() << 8;
orig_len1152lib/inflate.corig_len |= (ulg) get_byte() << 16;
orig_len1153lib/inflate.corig_len |= (ulg) get_byte() << 24;
orig_len1160lib/inflate.cif (orig_len != bytes_out) {