Lines Matching defs:uL
394 uLong uL;
450 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
454 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
456 if (uL != 0)
464 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
466 if (uL != 1)
474 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
477 if (uL != 0x06064b50)
498 uLong uL;
543 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
603 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
615 if (unz64local_getShort(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
617 us.gi.number_entry = uL;
620 if (unz64local_getShort(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
622 number_entry_CD = uL;
630 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
632 us.size_central_dir = uL;
636 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
638 us.offset_central_dir = uL;
783 uLong uL;
823 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uL) != UNZ_OK)
825 file_info.compressed_size = uL;
827 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uL) != UNZ_OK)
829 file_info.uncompressed_size = uL;
850 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uL) != UNZ_OK)
852 file_info_internal.offset_curfile = uL;