Lines Matching refs:uL
486 uLong uL;
542 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
546 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
548 if (uL != 0)
556 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
558 if (uL != 1)
566 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
569 if (uL != 0x06064b50)
591 uLong uL;
636 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
696 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
708 if (unz64local_getShort(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
710 us.gi.number_entry = uL;
713 if (unz64local_getShort(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
715 number_entry_CD = uL;
723 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
725 us.size_central_dir = uL;
729 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
731 us.offset_central_dir = uL;
896 uLong uL;
936 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uL) != UNZ_OK)
938 file_info.compressed_size = uL;
940 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uL) != UNZ_OK)
942 file_info.uncompressed_size = uL;
963 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uL) != UNZ_OK)
965 file_info_internal.offset_curfile = uL;
1041 uLong uL;
1065 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uL) != UNZ_OK)