Home
last modified time | relevance | path

Searched refs:mPatchStream (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp1391 AutoFile mPatchStream; member in PatchFile
1402 if (mPatchStream) {
1512 mPatchStream = NS_tfopen(spath, NS_T("wb+"));
1513 if (!mPatchStream) {
1532 int rv = gArchiveReader.ExtractFileToStream(sourcefile, mPatchStream);
1534 int rv = gArchiveReader.ExtractFileToStream(mPatchFile, mPatchStream);
1543 fseek(mPatchStream, 0, SEEK_SET);
1545 int rv = MBS_ReadHeader(mPatchStream, &header);
1651 rv = MBS_ApplyPatch(&header, mPatchStream, buf, ofile);
1657 UnlockFile((HANDLE)_get_osfhandle(fileno(mPatchStream)), 0, 0, -1, -1);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/onlineupdate/source/update/updater/
H A Dupdater.cxx1489 AutoFile mPatchStream; member in PatchFile
1502 if (mPatchStream)
1614 mPatchStream = NS_tfopen(spath, NS_T("wb+"));
1615 if (!mPatchStream)
1635 int rv = mArchiveReader.ExtractFileToStream(sourcefile, mPatchStream);
1637 int rv = mArchiveReader.ExtractFileToStream(mPatchFile, mPatchStream);
1648 fseek(mPatchStream, 0, SEEK_SET);
1650 int rv = MBS_ReadHeader(mPatchStream, &header);
1768 rv = MBS_ApplyPatch(&header, mPatchStream, buf, ofile);
1774 …UnlockFile((HANDLE)_get_osfhandle(fileno(mPatchStream)), (DWORD)0, (DWORD)0, (DWORD)-1, (DWORD)-1);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp1491 AutoFile mPatchStream; member in PatchFile
1502 if (mPatchStream) { in ~PatchFile()
1615 mPatchStream = NS_tfopen(spath, NS_T("wb+")); in Prepare()
1616 if (!mPatchStream) { in Prepare()
1635 int rv = gArchiveReader.ExtractFileToStream(sourcefile, mPatchStream); in Prepare()
1637 int rv = gArchiveReader.ExtractFileToStream(mPatchFile, mPatchStream); in Prepare()
1646 fseek(mPatchStream, 0, SEEK_SET); in Execute()
1648 int rv = MBS_ReadHeader(mPatchStream, &header); in Execute()
1754 rv = MBS_ApplyPatch(&header, mPatchStream, buf, ofile); in Execute()
1760 UnlockFile((HANDLE)_get_osfhandle(fileno(mPatchStream)), 0, 0, -1, -1); in Execute()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp1509 AutoFile mPatchStream; member in PatchFile
1520 if (mPatchStream) { in ~PatchFile()
1633 mPatchStream = NS_tfopen(spath, NS_T("wb+")); in Prepare()
1634 if (!mPatchStream) { in Prepare()
1653 int rv = gArchiveReader.ExtractFileToStream(sourcefile, mPatchStream); in Prepare()
1655 int rv = gArchiveReader.ExtractFileToStream(mPatchFile, mPatchStream); in Prepare()
1664 fseek(mPatchStream, 0, SEEK_SET); in Execute()
1666 int rv = MBS_ReadHeader(mPatchStream, &header); in Execute()
1772 rv = MBS_ApplyPatch(&header, mPatchStream, buf, ofile); in Execute()
1778 UnlockFile((HANDLE)_get_osfhandle(fileno(mPatchStream)), 0, 0, -1, -1); in Execute()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/onlineupdate/source/update/updater/
H A Dupdater.cxx1488 AutoFile mPatchStream; member in PatchFile
1501 if (mPatchStream)
1613 mPatchStream = NS_tfopen(spath, NS_T("wb+"));
1614 if (!mPatchStream)
1634 int rv = mArchiveReader.ExtractFileToStream(sourcefile, mPatchStream);
1636 int rv = mArchiveReader.ExtractFileToStream(mPatchFile, mPatchStream);
1647 fseek(mPatchStream, 0, SEEK_SET);
1649 int rv = MBS_ReadHeader(mPatchStream, &header);
1767 rv = MBS_ApplyPatch(&header, mPatchStream, buf, ofile);
1773 …UnlockFile((HANDLE)_get_osfhandle(fileno(mPatchStream)), (DWORD)0, (DWORD)0, (DWORD)-1, (DWORD)-1);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp1499 AutoFile mPatchStream; member in PatchFile
1510 if (mPatchStream) { in ~PatchFile()
1623 mPatchStream = NS_tfopen(spath, NS_T("wb+")); in Prepare()
1624 if (!mPatchStream) { in Prepare()
1643 int rv = gArchiveReader.ExtractFileToStream(sourcefile, mPatchStream); in Prepare()
1645 int rv = gArchiveReader.ExtractFileToStream(mPatchFile, mPatchStream); in Prepare()
1654 fseek(mPatchStream, 0, SEEK_SET); in Execute()
1656 int rv = MBS_ReadHeader(mPatchStream, &header); in Execute()
1762 rv = MBS_ApplyPatch(&header, mPatchStream, buf, ofile); in Execute()
1768 UnlockFile((HANDLE)_get_osfhandle(fileno(mPatchStream)), 0, 0, -1, -1); in Execute()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/update/updater/
H A Dupdater.cpp1488 AutoFile mPatchStream; member in PatchFile
1500 if (mPatchStream) {
1611 mPatchStream = NS_tfopen(spath, NS_T("wb+"));
1612 if (!mPatchStream) {
1631 int rv = gArchiveReader.ExtractFileToStream(sourcefile, mPatchStream);
1633 int rv = gArchiveReader.ExtractFileToStream(mPatchFile, mPatchStream);
1644 fseek(mPatchStream, 0, SEEK_SET);
1646 int rv = MBS_ReadHeader(mPatchStream, &header);
1757 rv = MBS_ApplyPatch(&header, mPatchStream, buf, ofile);
1763 UnlockFile((HANDLE)_get_osfhandle(fileno(mPatchStream)), 0, 0, -1, -1);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp1499 AutoFile mPatchStream; member in PatchFile
1510 if (mPatchStream) { in ~PatchFile()
1623 mPatchStream = NS_tfopen(spath, NS_T("wb+")); in Prepare()
1624 if (!mPatchStream) { in Prepare()
1643 int rv = gArchiveReader.ExtractFileToStream(sourcefile, mPatchStream); in Prepare()
1645 int rv = gArchiveReader.ExtractFileToStream(mPatchFile, mPatchStream); in Prepare()
1654 fseek(mPatchStream, 0, SEEK_SET); in Execute()
1656 int rv = MBS_ReadHeader(mPatchStream, &header); in Execute()
1762 rv = MBS_ApplyPatch(&header, mPatchStream, buf, ofile); in Execute()
1768 UnlockFile((HANDLE)_get_osfhandle(fileno(mPatchStream)), 0, 0, -1, -1); in Execute()
[all …]