Lines Matching refs:uL
392 uLong uL;
448 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
452 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
454 if (uL != 0)
462 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
464 if (uL != 1)
472 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
475 if (uL != 0x06064b50)
496 uLong uL;
541 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
601 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
613 if (unz64local_getShort(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
615 us.gi.number_entry = uL;
618 if (unz64local_getShort(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
620 number_entry_CD = uL;
628 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
630 us.size_central_dir = uL;
634 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
636 us.offset_central_dir = uL;
782 uLong uL;
822 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uL) != UNZ_OK)
824 file_info.compressed_size = uL;
826 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uL) != UNZ_OK)
828 file_info.uncompressed_size = uL;
849 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uL) != UNZ_OK)
851 file_info_internal.offset_curfile = uL;