Lines Matching refs:outStreamSpec
649 COutFileStream *outStreamSpec = NULL; in Compress() local
658 outStreamSpec = new COutFileStream; in Compress()
659 outSeekStream = outStreamSpec; in Compress()
677 if (outStreamSpec->Create(realPath, false)) in Compress()
735 COutFileStream *outStreamSpec = NULL; in Compress() local
740 outStreamSpec = new COutFileStream; in Compress()
741 sfxOutStream = outStreamSpec; in Compress()
743 if (!outStreamSpec->Create(realPath, false)) in Compress()
752 if (outStreamSpec) in Compress()
754 RINOK(outStreamSpec->Close()); in Compress()
806 if (outStreamSpec) in Compress()
807 outStreamSpec->SetMTime(&ft); in Compress()
813 if (outStreamSpec) in Compress()
814 result = outStreamSpec->Close(); in Compress()