Lines Matching refs:gi
126 unz_global_info gi; /* public global information */ member
432 if (unzlocal_getShort(&us.z_filefunc, us.filestream, &us.gi.number_entry) != UNZ_OK)
439 if ((number_entry_CD != us.gi.number_entry) ||
454 if (unzlocal_getShort(&us.z_filefunc, us.filestream, &us.gi.size_comment) != UNZ_OK)
518 *pglobal_info = s->gi;
797 if (s->gi.number_entry != 0xffff) /* 2^16 files overflow hack */
798 if (s->num_file + 1 == s->gi.number_entry)
1528 if (uReadThis > s->gi.size_comment)
1529 uReadThis = s->gi.size_comment;
1540 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment))
1541 *(szComment + s->gi.size_comment) = '\0';
1556 if (s->gi.number_entry != 0 && s->gi.number_entry != 0xffff)
1557 if (s->num_file == s->gi.number_entry)
1574 s->num_file = s->gi.number_entry; /* hack */