unzlocal_getLong  381 modules/widgetman/unzip.c 		if (unzlocal_getLong(&s->z_filefunc, s->filestream,&uMagic) != UNZ_OK)
unzlocal_getLong  399 modules/widgetman/unzip.c 	if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.dosDate) != UNZ_OK)
unzlocal_getLong  404 modules/widgetman/unzip.c 	if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.crc) != UNZ_OK)
unzlocal_getLong  407 modules/widgetman/unzip.c 	if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.compressed_size) != UNZ_OK)
unzlocal_getLong  410 modules/widgetman/unzip.c 	if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.uncompressed_size) != UNZ_OK)
unzlocal_getLong  428 modules/widgetman/unzip.c 	if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.external_fa) != UNZ_OK)
unzlocal_getLong  431 modules/widgetman/unzip.c 	if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info_internal.offset_curfile) != UNZ_OK)
unzlocal_getLong  676 modules/widgetman/unzip.c 	if (unzlocal_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
unzlocal_getLong  701 modules/widgetman/unzip.c 	if (unzlocal_getLong(&us.z_filefunc, us.filestream,&us.size_central_dir)!=UNZ_OK)
unzlocal_getLong  706 modules/widgetman/unzip.c 	if (unzlocal_getLong(&us.z_filefunc, us.filestream,&us.offset_central_dir)!=UNZ_OK)
unzlocal_getLong  921 modules/widgetman/unzip.c 		if (unzlocal_getLong(&s->z_filefunc, s->filestream,&uMagic) != UNZ_OK)
unzlocal_getLong  945 modules/widgetman/unzip.c 	if (unzlocal_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* date/time */
unzlocal_getLong  948 modules/widgetman/unzip.c 	if (unzlocal_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* crc */
unzlocal_getLong  954 modules/widgetman/unzip.c 	if (unzlocal_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* size compr */
unzlocal_getLong  960 modules/widgetman/unzip.c 	if (unzlocal_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* size uncompr */