Lines Matching refs:uL
400 uLong uL;
456 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
460 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
462 if (uL != 0)
470 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
472 if (uL != 1)
480 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
483 if (uL != 0x06064b50)
505 uLong uL;
550 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
610 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
622 if (unz64local_getShort(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
624 us.gi.number_entry = uL;
627 if (unz64local_getShort(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
629 number_entry_CD = uL;
637 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
639 us.size_central_dir = uL;
643 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
645 us.offset_central_dir = uL;
740 uLong uL;
773 if (unz64local_getLong(&us.z_filefunc, us.filestream, &uL) != UNZ_OK) {
842 if (unz64local_getLong(&us.z_filefunc, us.filestream, &uL) != UNZ_OK) {
857 if (unz64local_getShort(&us.z_filefunc, us.filestream, &uL) != UNZ_OK) {
860 us.gi.number_entry = uL;
863 if (unz64local_getShort(&us.z_filefunc, us.filestream, &uL) != UNZ_OK) {
866 number_entry_CD = uL;
873 if (unz64local_getLong(&us.z_filefunc, us.filestream, &uL) != UNZ_OK) {
876 us.size_central_dir = uL;
879 if (unz64local_getLong(&us.z_filefunc, us.filestream, &uL) != UNZ_OK) {
882 us.offset_central_dir = uL;
992 uLong uL;
1032 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uL) != UNZ_OK)
1034 file_info.compressed_size = uL;
1036 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uL) != UNZ_OK)
1038 file_info.uncompressed_size = uL;
1059 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uL) != UNZ_OK)
1061 file_info_internal.offset_curfile = uL;