Lines Matching refs:gi
156 unz_global_info gi; /* public global information */ field
468 if (unzlocal_getShort(&us.z_filefunc, us.filestream,&us.gi.number_entry)!=UNZ_OK)
475 if ((number_entry_CD!=us.gi.number_entry) ||
490 if (unzlocal_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK)
557 *pglobal_info=s->gi;
821 if (s->gi.number_entry != 0xffff) /* 2^16 files overflow hack */
822 if (s->num_file+1==s->gi.number_entry)
1529 if (uReadThis>s->gi.size_comment)
1530 uReadThis = s->gi.size_comment;
1542 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment))
1543 *(szComment+s->gi.size_comment)='\0';
1558 if (s->gi.number_entry != 0 && s->gi.number_entry != 0xffff)
1559 if (s->num_file==s->gi.number_entry)
1576 s->num_file = s->gi.number_entry; /* hack */