mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 17:43:44 +00:00
a0d77315e4
Fri Sep 11 13:14:35 1998 Andreas Mohr <100.30936@germany.net> * [files/file.c] [include/file.h] Fixed SetFilePointer to allow negative positions as in DOS. * [graphics/ddraw.c] Added some methods to IDirect3D. * [ole/compobj.c] [if1632/compobj.spec] Added/implemented CoCreateStandardMalloc16, CoGetClassObject, CoCreateInstance, LookupETask, SetETask, CoGetState16. * [loader/task.c] MakeProcInstance: return 0 if func == NULL. * [*/*] [tools/winapi-check] Added zillions of missing WINAPI's and __cdecl's. (oops, several caused by myself) Wrote script for automated checking. * [if1632/compobj.spec] Many stub names. * [misc/ddeml.c] [ole/compobj.c] Some stubs. Tue Sep 9 21:36:48 1998 Anders Carlsson <anders.carlsson@linux.nu> * [dlls/comctl32/Makefile.in] [dlls/comctl32/commctrl.c] [dlls/comctl32/tab.c] [include/commctrl.h] [include/tab.h] Added preliminary tab control support. Sat Sep 5 16:27:20 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk> * [graphics/psdrv/*] More changes to the PostScript driver: Implemented pens and solid brushes. Colour/greyscale for fonts, pens and brushes. To get coloured output you need to have *ColorDevice set to true in your PPD, otherwise you'll get greyscale. Landscape mode now works, as does non-A4 page sizes. Encoding of fonts to ANSI is better, Symbol works again. * [objects/dc.c] [include/gdi.h] [*/*] Moved dc->w.{text,background}Pixel to X11DRV_PDEVICE where they belong. Sat Sep 5 05:12:09 1998 Ove Kaaven <ovek@arcticnet.no> * [include/dosexe.h] [include/miscemu.h] [include/msdos.h] [loader/dos/dosvm.c] [loader/dos/module.c] [msdos/dpmi.c] [msdos/int2f.c] [msdos/interrupts.c] Fixed portability. Adapted some code to make it easier to integrate the DOS subsystem with the DPMI subsystem, made the DPMI simulated real-mode interrupts be handled the V86 way. Added support for .COM files. Made int2f DPMI check fail, to avoid pkunzip crashing in attempting to use DPMI. Generally moved stuff around a little. It is now technically possible to load several DOS programs into the same memory space. Not tested, though. Fri Sep 4 21:40:45 1998 Marcus Meissner <marcus@jet.franken.de> * [if1632/kernel.spec] Changed 500-53x stubnames accordingly to nt3.51 krnl386.exe. * [win32/except.c] Fixed one bad program behaviour, (deleting SEH while in first walk). RtlUnwind is broken too I think (it should unwind on success, not while walking the exception chain). * [ole/ole2nls.c] Get*DefaultLCID returns 0x400|id. expected by one application. * [if1632/snoop.c] Handle non-standard SP returns more graceful. * [windows/class.c] hinstances are mostly irrelevant for win32. * [memory/string.c] [misc/registry.c] lstrcmpi32W: use toupper for characters < 0x100. (speedup hack for registry.c) Some small speedup hacks for registry.c Thu Sep 3 20:40:16 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de> * [Makefile.in][configure][configure.in][dlls/Makefile.in] [dlls/comctl32/Makefile.in] Created dlls/comctl32 and moved the common controls stuff to it. * [misc/version.c] Removed COMCTL32_DllGetVersion. The fixed function is part of the common controls stuff. * [dlls/comctl32/*.c][include/commctrl.h] Added structure size tests. * [dlls/comctl32/toolbar.c] Fixed a bug in TOOLBAR_GetMaxWidth(). * [dlls/comctl32/animate.c][include/animate.h] [dlls/comctl32/comboex.c][include/comboex.h] [dlls/comctl32/hotkey.c][include/hotkey.h] [dlls/comctl32/listview.c][include/listview.h] [dlls/comctl32/commctrl.c][include/commctrl.h] New files. Added Animation, ComboBoxEx, Hotkey and Listview control dummies. * [dlls/comctl32/tooltips.c] Fixed a display bug and font selection. * [dlls/comctl32/comctl32undoc.c][include/commctrl.h] Added missing DPA functions. Fixed bugs and published the function prototypes. * [documentation/common_controls] Updated. Wed Sep 2 15:43:45 1998 Patrik Stridvall <ps@leissner.se> * [AUTHORS] [include/authors.h] Added myself as a Wine author. * [memory/virtual.c] [objects/dc.c] Fixed runtime errors for Solaris. * [misc/ddeml.c] [objects/gdiobj.c] Minor fixes. * [win32/device.c] Added stubs for IFSMgr VxDCall and a partial implementation of IFSMgr DeviceIo. * [relay32/Makefile.in] [relay32/builtin32.c] [relay32/imm32.spec] [relay32/msnet32.spec] [relay32/oledlg.spec] Added new spec files for IMM32.DLL, MSNET32.DLL, OLEDLG.DLL. * [misc/Makefile.in] [misc/imm.c] [include/imm.h] Added news files for implementation of IMM32.DLL. All functions return 0 as is correct for all Western Languages. * [ole/Makefile.in] [ole/oledlg.c] [include/oledlg.h] Added new files for implementation of OLEDLG.DLL. Added stubs with FIXME:s for all functions. Wed Sep 2 10:50:00 1998 Juergen Schmied <juergen.schmied@metronet.de> * [dlls/shell32/contmenu.c][dlls/shell32/shellole.c] [dlls/shell32/shlfolder.c][dlls/shell32/shlview.c] [documentation/shell32][include/shell.h] Clean up, bugfixes. * [dlls/shell32/enumidlist.c] Fileattributes implemented. * [dlls/shell32/pidl.c] Class pidlmgr splited into functions, structures changed, some functions rewritten. * [dlls/shell32/shell32_main.c] Small changes and bugfixes SHGetFileInfoA, SHGetSpecialFolderLocation. * [dlls/shell32/shellord.c][relay32/shell32.spec] Parameter documented, implemented SHCloneSpecialIDList. Stub improved ShellExecuteEx32A. New stubs SHFind_InitMenuPopup, FileMenu_InitMenuPopup, FileMenu_Create, FileMenu_TrackPopupMenuEx, SHWinHelp, SHRunConrolPanel, DAD_ShowDragImage, FileMenu_Destroy, SHGetDataFromIDListA, SHFileOperationA. * [include/winnls.h][include/ole2nls.c] TIME_FORCE24HOURFORMAT, TIME_NOTIMEMARKER implemented in OLE_GetFormatA, GetTimeFormat32A. * [win32/code_page.c] WideCharToMultiByte: parameter checking and returning of strlen implemented. * [windows/keyboard.c][windows/defwnd.c] Debug messages added. * [windows/win.c] WIN_SetWindowLong GWL_STYLE and GWL_EXSTYLE implemented. * [controls/menu.c] Missing line added. * [include/winerror.h] Macros for SUCCEEDED and FAILED added. Mon Aug 31 00:55:31 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de> * [loader/module.c] Bugfix: LoadModule16 should *not* call LoadModule32. * [files/dos_fs.c] Bugfix: don't crash if given directory doesn't exist. Sat Aug 29 15:00:49 1998 Turchanov Sergey <turchanov@usa.net> * [include/mmsystem.h][multimedia/mmsystem.c][relay32/winmm.spec] Almost completed implementation of [snd]PlaySound (except flags SND_ALIAS_ID and SND_APPLICATION). * [if1632/user.spec][windows/winpos.c] Added SetWindowRgn16 stub. Sat Aug 29 02:53:31 1998 Alexander Lukyanov <lav@long.yar.ru> * [files/drive.c] GetDriveType32A: return DRIVE_DOESNOTEXIST in case of non existent drive. * [msdos/int21.c] INT21_FindFirstFCB: check drive validity to prevent oops. * [win32/file.c] CreateFile32A: duplicate STD_{INPUT,OUTPUT}_HANDLE. * [files/dos_fs.c] Make DOSFS_OpenDir treat "" as "/". DOSFS_OpenDevice: duplicate STD_{INPUT,OUTPUT}_HANDLE. * [windows/dialog.c] GetNextDlgTabItem32: use last/first item instead of first/last when hwndCtrl==0. This fixes initial focus. Sat Aug 29 02:46:32 1998 Adrian Harvey <adrian@select.com.au> * [include/process.h] [include/process.c] Renamed PROCESS_SELF to CURRENT_PROCESS_PSEUDOHANDLE in line with thread constant, and Win32 documentation (which calls it a pseudohandle.) Made GetCurrentProcess actually use this constant instead of the value. * [include/process.h] [include/thread.h] [scheduler/thread.c] [scheduler/process.c] [scheduler/handle.c] Modify HANDLE_GetObjPtr to understand about CURRENT_THREAD_PSEUDOHANDLE and CURRENT_PROCESS_PSEUDOHANDLE. This allows DuplicateHandle to do the correct thing with these handles. Removed now duplicate functionality from THREAD_GetPtr and PROCESS_GetPtr. * [loader/ne/segment.c] Fixed two places where HFILE32s were being created and passed to 16-bit code. This should unbreak NE self-loading code. Added two casts to remove compile time warnings. Fri Aug 28 21:04:13 1998 Joseph Pranevich <knight@baltimore.wwaves.com> * [msdos/dosmem.c] [msdos/int2f.c] Added beginnings of DOS error table. * [msdos/int1a.c] Stub for subfunction 0xb0. * [msdos/int10.c] [loader/dos/dosvm.c] INT 10 support completely rewritten and lots of debugging added. Now, DOS apps that use INT 10 to write to the screen will work. (Beyond Zork does, at least. Somewhat.) * [include/miscemu.h] [msdos/dosmem.c] [msdos/int21.c] Another shot at getting MS's generic error message facility right. * [msdos/int21.c] Command.Com wanted to set its own PSP address. I let it. Wed Aug 26 12:26:20 1998 Matthew Toseland <Matthew.Toseland@btinternet.com> * [include/file.h] [misc/lzexpand.c] Fixed LZCopy16 by fixing HFILE16/HFILE32 convertor macros so don't convert lzw handles. Tue Aug 25 22:22:55 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> * [misc/registry.c] In RegEnumvalue, ivalue == 0 is a legal request and should return the first entry. * [msdos/int21.c] Add handling for Int21-48/49 in Win16. Makes blinker demo work. * [windows/winproc.c] Add Msg32A<->Msg32W translation for LB_ADDSTRING. Tue Aug 25 21:03:31 1998 Kristian Nielsen <kristian.nielsen@risoe.dk> * [windows/win.c] Fix for SetParent(): MS Windows 3.11 does not clear the WS_CHILD flag when a child window is reparented to the desktop window. Mon Aug 24 20:55:22 1998 Berend Reitsma <berend at asset-control dot com> * [controls/menu.c] Menus created with SetMenuItemInfo and InsertMenuItem should work now. Sun Aug 23 23:23:23 1998 Alex Korobka <korobka@ams.sunysb.edu> * [controls/combo.c] Added CB_GETITEMHEIGHT. * [windows/winpos.c] WM_NCHITTEST, SWP_FRAMECHANGED bugfixes. Sat Aug 22 21:15:29 1998 Alex Priem <alexp@sci.kun.nl> * [files/profile.c] [include/windows.h] Added GetPrivateProfileSectionNames[AW],GetPrivateProfileSectionW, GetPrivateProfileStructW, GetProfileSectionW, WriteProfileSection[AW], WritePrivateProfileStructW.
654 lines
16 KiB
C
654 lines
16 KiB
C
/*
|
|
* LZ Decompression functions
|
|
*
|
|
* Copyright 1996 Marcus Meissner
|
|
*/
|
|
/*
|
|
* FIXME: return values might be wrong
|
|
*/
|
|
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
#include <ctype.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include "windows.h"
|
|
#include "file.h"
|
|
#include "heap.h"
|
|
#include "ldt.h"
|
|
#include "lzexpand.h"
|
|
#include "debug.h"
|
|
|
|
|
|
/* The readahead length of the decompressor. Reading single bytes
|
|
* using _lread() would be SLOW.
|
|
*/
|
|
#define GETLEN 2048
|
|
|
|
/* Format of first 14 byte of LZ compressed file */
|
|
struct lzfileheader {
|
|
BYTE magic[8];
|
|
BYTE compressiontype;
|
|
CHAR lastchar;
|
|
DWORD reallength;
|
|
};
|
|
static BYTE LZMagic[8]={'S','Z','D','D',0x88,0xf0,0x27,0x33};
|
|
|
|
static struct lzstate {
|
|
HFILE32 lzfd; /* the handle used by the program */
|
|
HFILE32 realfd; /* the real filedescriptor */
|
|
CHAR lastchar; /* the last char of the filename */
|
|
|
|
DWORD reallength; /* the decompressed length of the file */
|
|
DWORD realcurrent; /* the position the decompressor currently is */
|
|
DWORD realwanted; /* the position the user wants to read from */
|
|
|
|
BYTE table[0x1000]; /* the rotating LZ table */
|
|
UINT32 curtabent; /* CURrent TABle ENTry */
|
|
|
|
BYTE stringlen; /* length and position of current string */
|
|
DWORD stringpos; /* from stringtable */
|
|
|
|
|
|
WORD bytetype; /* bitmask within blocks */
|
|
|
|
BYTE *get; /* GETLEN bytes */
|
|
DWORD getcur; /* current read */
|
|
DWORD getlen; /* length last got */
|
|
} *lzstates=NULL;
|
|
static int nroflzstates=0;
|
|
|
|
/* reads one compressed byte, including buffering */
|
|
#define GET(lzs,b) _lzget(lzs,&b)
|
|
#define GET_FLUSH(lzs) lzs->getcur=lzs->getlen;
|
|
|
|
static int
|
|
_lzget(struct lzstate *lzs,BYTE *b) {
|
|
if (lzs->getcur<lzs->getlen) {
|
|
*b = lzs->get[lzs->getcur++];
|
|
return 1;
|
|
} else {
|
|
int ret = _lread32(lzs->realfd,lzs->get,GETLEN);
|
|
if (ret==HFILE_ERROR32)
|
|
return HFILE_ERROR32;
|
|
if (ret==0)
|
|
return 0;
|
|
lzs->getlen = ret;
|
|
lzs->getcur = 1;
|
|
*b = *(lzs->get);
|
|
return 1;
|
|
}
|
|
}
|
|
/* internal function, reads lzheader
|
|
* returns BADINHANDLE for non filedescriptors
|
|
* return 0 for file not compressed using LZ
|
|
* return UNKNOWNALG for unknown algorithm
|
|
* returns lzfileheader in *head
|
|
*/
|
|
static INT32 read_header(HFILE32 fd,struct lzfileheader *head)
|
|
{
|
|
BYTE buf[14];
|
|
|
|
if (_llseek32(fd,0,SEEK_SET)==-1)
|
|
return LZERROR_BADINHANDLE;
|
|
|
|
/* We can't directly read the lzfileheader struct due to
|
|
* structure element alignment
|
|
*/
|
|
if (_lread32(fd,buf,14)<14)
|
|
return 0;
|
|
memcpy(head->magic,buf,8);
|
|
memcpy(&(head->compressiontype),buf+8,1);
|
|
memcpy(&(head->lastchar),buf+9,1);
|
|
|
|
/* FIXME: consider endianess on non-intel architectures */
|
|
memcpy(&(head->reallength),buf+10,4);
|
|
|
|
if (memcmp(head->magic,LZMagic,8))
|
|
return 0;
|
|
if (head->compressiontype!='A')
|
|
return LZERROR_UNKNOWNALG;
|
|
return 1;
|
|
}
|
|
|
|
/***********************************************************************
|
|
* LZStart16 (LZEXPAND.7)
|
|
*/
|
|
INT16 WINAPI LZStart16(void)
|
|
{
|
|
TRACE(file,"(void)\n");
|
|
return 1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* LZStart32 (LZ32.6)
|
|
*/
|
|
INT32 WINAPI LZStart32(void)
|
|
{
|
|
TRACE(file,"(void)\n");
|
|
return 1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* LZInit16 (LZEXPAND.3)
|
|
*/
|
|
HFILE16 WINAPI LZInit16( HFILE16 hfSrc )
|
|
{
|
|
return HFILE32_TO_HFILE16( LZInit32( HFILE16_TO_HFILE32(hfSrc) ) );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* LZInit32 (LZ32.2)
|
|
*
|
|
* initializes internal decompression buffers, returns lzfiledescriptor.
|
|
* (return value the same as hfSrc, if hfSrc is not compressed)
|
|
* on failure, returns error code <0
|
|
* lzfiledescriptors range from 0x400 to 0x410 (only 16 open files per process)
|
|
* we use as much as we need, we just OR 0x400 to the passed HFILE.
|
|
*
|
|
* since _llseek uses the same types as libc.lseek, we just use the macros of
|
|
* libc
|
|
*/
|
|
HFILE32 WINAPI LZInit32( HFILE32 hfSrc )
|
|
{
|
|
|
|
struct lzfileheader head;
|
|
struct lzstate *lzs;
|
|
DWORD ret;
|
|
|
|
TRACE(file,"(%d)\n",hfSrc);
|
|
ret=read_header(hfSrc,&head);
|
|
if (ret<=0) {
|
|
_llseek32(hfSrc,0,SEEK_SET);
|
|
return ret?ret:hfSrc;
|
|
}
|
|
lzstates = HeapReAlloc( SystemHeap, 0, lzstates,
|
|
(++nroflzstates)*sizeof(struct lzstate) );
|
|
lzs = lzstates+(nroflzstates-1);
|
|
|
|
memset(lzs,'\0',sizeof(*lzs));
|
|
lzs->realfd = hfSrc;
|
|
lzs->lzfd = hfSrc | 0x400;
|
|
lzs->lastchar = head.lastchar;
|
|
lzs->reallength = head.reallength;
|
|
|
|
lzs->get = HEAP_xalloc( GetProcessHeap(), 0, GETLEN );
|
|
lzs->getlen = 0;
|
|
lzs->getcur = 0;
|
|
|
|
/* Yes, preinitialize with spaces */
|
|
memset(lzs->table,' ',0x1000);
|
|
/* Yes, start 16 byte from the END of the table */
|
|
lzs->curtabent = 0xff0;
|
|
return lzs->lzfd;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* LZDone (LZEXPAND.9) (LZ32.8)
|
|
*/
|
|
void WINAPI LZDone(void)
|
|
{
|
|
TRACE(file,"(void)\n");
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetExpandedName16 (LZEXPAND.10)
|
|
*/
|
|
INT16 WINAPI GetExpandedName16( LPCSTR in, LPSTR out )
|
|
{
|
|
return (INT16)GetExpandedName32A( in, out );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetExpandedName32A (LZ32.9)
|
|
*
|
|
* gets the full filename of the compressed file 'in' by opening it
|
|
* and reading the header
|
|
*
|
|
* "file." is being translated to "file"
|
|
* "file.bl_" (with lastchar 'a') is being translated to "file.bla"
|
|
* "FILE.BL_" (with lastchar 'a') is being translated to "FILE.BLA"
|
|
*/
|
|
|
|
INT32 WINAPI GetExpandedName32A( LPCSTR in, LPSTR out )
|
|
{
|
|
struct lzfileheader head;
|
|
HFILE32 fd;
|
|
OFSTRUCT ofs;
|
|
INT32 fnislowercased,ret,len;
|
|
LPSTR s,t;
|
|
|
|
TRACE(file,"(%s)\n",in);
|
|
fd=OpenFile32(in,&ofs,OF_READ);
|
|
if (fd==HFILE_ERROR32)
|
|
return (INT32)(INT16)LZERROR_BADINHANDLE;
|
|
strcpy(out,in);
|
|
ret=read_header(fd,&head);
|
|
if (ret<=0) {
|
|
/* not a LZ compressed file, so the expanded name is the same
|
|
* as the input name */
|
|
_lclose32(fd);
|
|
return 1;
|
|
}
|
|
|
|
|
|
/* look for directory prefix and skip it. */
|
|
s=out;
|
|
while (NULL!=(t=strpbrk(s,"/\\:")))
|
|
s=t+1;
|
|
|
|
/* now mangle the basename */
|
|
if (!*s) {
|
|
/* FIXME: hmm. shouldn't happen? */
|
|
WARN(file,"Specified a directory or what? (%s)\n",in);
|
|
_lclose32(fd);
|
|
return 1;
|
|
}
|
|
/* see if we should use lowercase or uppercase on the last char */
|
|
fnislowercased=1;
|
|
t=s+strlen(s)-1;
|
|
while (t>=out) {
|
|
if (!isalpha(*t)) {
|
|
t--;
|
|
continue;
|
|
}
|
|
fnislowercased=islower(*t);
|
|
break;
|
|
}
|
|
if (isalpha(head.lastchar)) {
|
|
if (fnislowercased)
|
|
head.lastchar=tolower(head.lastchar);
|
|
else
|
|
head.lastchar=toupper(head.lastchar);
|
|
}
|
|
|
|
/* now look where to replace the last character */
|
|
if (NULL!=(t=strchr(s,'.'))) {
|
|
if (t[1]=='\0') {
|
|
t[0]='\0';
|
|
} else {
|
|
len=strlen(t)-1;
|
|
if (t[len]=='_')
|
|
t[len]=head.lastchar;
|
|
}
|
|
} /* else no modification necessary */
|
|
_lclose32(fd);
|
|
return 1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetExpandedName32W (LZ32.11)
|
|
*/
|
|
INT32 WINAPI GetExpandedName32W( LPCWSTR in, LPWSTR out )
|
|
{
|
|
char *xin,*xout;
|
|
INT32 ret;
|
|
|
|
xout = HeapAlloc( GetProcessHeap(), 0, lstrlen32W(in)+3 );
|
|
xin = HEAP_strdupWtoA( GetProcessHeap(), 0, in );
|
|
ret = GetExpandedName16(xin,xout);
|
|
if (ret>0) lstrcpyAtoW(out,xout);
|
|
HeapFree( GetProcessHeap(), 0, xin );
|
|
HeapFree( GetProcessHeap(), 0, xout );
|
|
return ret;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* LZRead16 (LZEXPAND.5)
|
|
*/
|
|
INT16 WINAPI LZRead16( HFILE16 fd, LPVOID buf, UINT16 toread )
|
|
{
|
|
return LZRead32(HFILE16_TO_HFILE32(fd),buf,toread);
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* LZRead32 (LZ32.4)
|
|
*/
|
|
INT32 WINAPI LZRead32( HFILE32 fd, LPVOID vbuf, UINT32 toread )
|
|
{
|
|
int i,howmuch;
|
|
BYTE b,*buf;
|
|
struct lzstate *lzs;
|
|
|
|
buf=(LPBYTE)vbuf;
|
|
TRACE(file,"(%d,%p,%d)\n",fd,buf,toread);
|
|
howmuch=toread;
|
|
for (i=0;i<nroflzstates;i++)
|
|
if (lzstates[i].lzfd==fd)
|
|
break;
|
|
if (i==nroflzstates)
|
|
return _lread32(fd,buf,toread);
|
|
lzs=lzstates+i;
|
|
|
|
/* The decompressor itself is in a define, cause we need it twice
|
|
* in this function. (the decompressed byte will be in b)
|
|
*/
|
|
#define DECOMPRESS_ONE_BYTE \
|
|
if (lzs->stringlen) { \
|
|
b = lzs->table[lzs->stringpos]; \
|
|
lzs->stringpos = (lzs->stringpos+1)&0xFFF; \
|
|
lzs->stringlen--; \
|
|
} else { \
|
|
if (!(lzs->bytetype&0x100)) { \
|
|
if (1!=GET(lzs,b)) \
|
|
return toread-howmuch; \
|
|
lzs->bytetype = b|0xFF00; \
|
|
} \
|
|
if (lzs->bytetype & 1) { \
|
|
if (1!=GET(lzs,b)) \
|
|
return toread-howmuch; \
|
|
} else { \
|
|
BYTE b1,b2; \
|
|
\
|
|
if (1!=GET(lzs,b1)) \
|
|
return toread-howmuch; \
|
|
if (1!=GET(lzs,b2)) \
|
|
return toread-howmuch; \
|
|
/* Format: \
|
|
* b1 b2 \
|
|
* AB CD \
|
|
* where CAB is the stringoffset in the table\
|
|
* and D+3 is the len of the string \
|
|
*/ \
|
|
lzs->stringpos = b1|((b2&0xf0)<<4); \
|
|
lzs->stringlen = (b2&0xf)+2; \
|
|
/* 3, but we use a byte already below ... */\
|
|
b = lzs->table[lzs->stringpos];\
|
|
lzs->stringpos = (lzs->stringpos+1)&0xFFF;\
|
|
} \
|
|
lzs->bytetype>>=1; \
|
|
} \
|
|
/* store b in table */ \
|
|
lzs->table[lzs->curtabent++]= b; \
|
|
lzs->curtabent &= 0xFFF; \
|
|
lzs->realcurrent++;
|
|
|
|
/* if someone has seeked, we have to bring the decompressor
|
|
* to that position
|
|
*/
|
|
if (lzs->realcurrent!=lzs->realwanted) {
|
|
/* if the wanted position is before the current position
|
|
* I see no easy way to unroll ... We have to restart at
|
|
* the beginning. *sigh*
|
|
*/
|
|
if (lzs->realcurrent>lzs->realwanted) {
|
|
/* flush decompressor state */
|
|
_llseek32(lzs->realfd,14,SEEK_SET);
|
|
GET_FLUSH(lzs);
|
|
lzs->realcurrent= 0;
|
|
lzs->bytetype = 0;
|
|
lzs->stringlen = 0;
|
|
memset(lzs->table,' ',0x1000);
|
|
lzs->curtabent = 0xFF0;
|
|
}
|
|
while (lzs->realcurrent<lzs->realwanted) {
|
|
DECOMPRESS_ONE_BYTE;
|
|
}
|
|
}
|
|
|
|
while (howmuch) {
|
|
DECOMPRESS_ONE_BYTE;
|
|
lzs->realwanted++;
|
|
*buf++ = b;
|
|
howmuch--;
|
|
}
|
|
return toread;
|
|
#undef DECOMPRESS_ONE_BYTE
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* LZSeek16 (LZEXPAND.4)
|
|
*/
|
|
LONG WINAPI LZSeek16( HFILE16 fd, LONG off, INT16 type )
|
|
{
|
|
return LZSeek32( HFILE16_TO_HFILE32(fd), off, type );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* LZSeek32 (LZ32.3)
|
|
*/
|
|
LONG WINAPI LZSeek32( HFILE32 fd, LONG off, INT32 type )
|
|
{
|
|
int i;
|
|
struct lzstate *lzs;
|
|
LONG newwanted;
|
|
|
|
TRACE(file,"(%d,%ld,%d)\n",fd,off,type);
|
|
for (i=0;i<nroflzstates;i++)
|
|
if (lzstates[i].lzfd==fd)
|
|
break;
|
|
/* not compressed? just use normal _llseek() */
|
|
if (i==nroflzstates)
|
|
return _llseek32(fd,off,type);
|
|
lzs = lzstates+i;
|
|
newwanted = lzs->realwanted;
|
|
switch (type) {
|
|
case 1: /* SEEK_CUR */
|
|
newwanted += off;
|
|
break;
|
|
case 2: /* SEEK_END */
|
|
newwanted = lzs->reallength-off;
|
|
break;
|
|
default:/* SEEK_SET */
|
|
newwanted = off;
|
|
break;
|
|
}
|
|
if (newwanted>lzs->reallength)
|
|
return LZERROR_BADVALUE;
|
|
if (newwanted<0)
|
|
return LZERROR_BADVALUE;
|
|
lzs->realwanted = newwanted;
|
|
return newwanted;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* LZCopy16 (LZEXPAND.1)
|
|
*
|
|
*/
|
|
LONG WINAPI LZCopy16( HFILE16 src, HFILE16 dest )
|
|
{
|
|
return LZCopy32( HFILE16_TO_HFILE32(src), HFILE16_TO_HFILE32(dest) );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* LZCopy32 (LZ32.0)
|
|
*
|
|
* Copies everything from src to dest
|
|
* if src is a LZ compressed file, it will be uncompressed.
|
|
* will return the number of bytes written to dest or errors.
|
|
*/
|
|
LONG WINAPI LZCopy32( HFILE32 src, HFILE32 dest )
|
|
{
|
|
int usedlzinit=0,i,ret,wret;
|
|
LONG len;
|
|
HFILE32 oldsrc = src;
|
|
#define BUFLEN 1000
|
|
BYTE buf[BUFLEN];
|
|
INT32 WINAPI (*xread)(HFILE32,LPVOID,UINT32);
|
|
|
|
TRACE(file,"(%d,%d)\n",src,dest);
|
|
if (src<0x400) {
|
|
src = LZInit32(src);
|
|
if (src!=oldsrc)
|
|
usedlzinit=1;
|
|
if (src>0xfff0)
|
|
return 0;
|
|
}
|
|
|
|
for (i=0;i<nroflzstates;i++)
|
|
if (src==lzstates[i].lzfd)
|
|
break;
|
|
/* not compressed? just copy */
|
|
if (i==nroflzstates)
|
|
xread=(INT32(*)(HFILE32,LPVOID,UINT32))_lread32;
|
|
else
|
|
xread=LZRead32;
|
|
len=0;
|
|
while (1) {
|
|
ret=xread(src,buf,BUFLEN);
|
|
if (ret<=0) {
|
|
if (ret==0)
|
|
break;
|
|
if (ret==-1)
|
|
return LZERROR_READ;
|
|
return ret;
|
|
}
|
|
len += ret;
|
|
wret = _lwrite32(dest,buf,ret);
|
|
if (wret!=ret)
|
|
return LZERROR_WRITE;
|
|
}
|
|
if (usedlzinit)
|
|
LZClose32(src);
|
|
return len;
|
|
#undef BUFLEN
|
|
}
|
|
|
|
/* reverses GetExpandedPathname */
|
|
static LPSTR LZEXPAND_MangleName( LPCSTR fn )
|
|
{
|
|
char *p;
|
|
char *mfn = (char *)HEAP_xalloc( GetProcessHeap(), 0,
|
|
strlen(fn) + 3 ); /* "._" and \0 */
|
|
strcpy( mfn, fn );
|
|
if (!(p = strrchr( mfn, '\\' ))) p = mfn;
|
|
if ((p = strchr( p, '.' )))
|
|
{
|
|
p++;
|
|
if (strlen(p) < 3) strcat( p, "_" ); /* append '_' */
|
|
else p[strlen(p)-1] = '_'; /* replace last character */
|
|
}
|
|
else strcat( mfn, "._" ); /* append "._" */
|
|
return mfn;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* LZOpenFile16 (LZEXPAND.2)
|
|
*/
|
|
HFILE16 WINAPI LZOpenFile16( LPCSTR fn, LPOFSTRUCT ofs, UINT16 mode )
|
|
{
|
|
return HFILE32_TO_HFILE16 ( LZOpenFile32A( fn, ofs, mode ) );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* LZOpenFile32A (LZ32.1)
|
|
*
|
|
* Opens a file. If not compressed, open it as a normal file.
|
|
*/
|
|
HFILE32 WINAPI LZOpenFile32A( LPCSTR fn, LPOFSTRUCT ofs, UINT32 mode )
|
|
{
|
|
HFILE32 fd,cfd;
|
|
|
|
TRACE(file,"(%s,%p,%d)\n",fn,ofs,mode);
|
|
/* 0x70 represents all OF_SHARE_* flags, ignore them for the check */
|
|
fd=OpenFile32(fn,ofs,mode);
|
|
if (fd==HFILE_ERROR32)
|
|
{
|
|
LPSTR mfn = LZEXPAND_MangleName(fn);
|
|
fd = OpenFile32(mfn,ofs,mode);
|
|
HeapFree( GetProcessHeap(), 0, mfn );
|
|
}
|
|
if ((mode&~0x70)!=OF_READ)
|
|
return fd;
|
|
if (fd==HFILE_ERROR32)
|
|
return HFILE_ERROR32;
|
|
cfd=LZInit32(fd);
|
|
if (cfd<=0)
|
|
return fd;
|
|
return cfd;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* LZOpenFile32W (LZ32.10)
|
|
*/
|
|
HFILE32 WINAPI LZOpenFile32W( LPCWSTR fn, LPOFSTRUCT ofs, UINT32 mode )
|
|
{
|
|
LPSTR xfn;
|
|
LPWSTR yfn;
|
|
HFILE32 ret;
|
|
|
|
xfn = HEAP_strdupWtoA( GetProcessHeap(), 0, fn);
|
|
ret = LZOpenFile16(xfn,ofs,mode);
|
|
HeapFree( GetProcessHeap(), 0, xfn );
|
|
if (ret!=HFILE_ERROR32) {
|
|
/* ofs->szPathName is an array with the OFSTRUCT */
|
|
yfn = HEAP_strdupAtoW( GetProcessHeap(), 0, ofs->szPathName );
|
|
memcpy(ofs->szPathName,yfn,lstrlen32W(yfn)*2+2);
|
|
HeapFree( GetProcessHeap(), 0, yfn );
|
|
}
|
|
return ret;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* LZClose16 (LZEXPAND.6)
|
|
*/
|
|
void WINAPI LZClose16( HFILE16 fd )
|
|
{
|
|
return LZClose32( HFILE16_TO_HFILE32 (fd) );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* LZClose32 (LZ32.5)
|
|
*/
|
|
void WINAPI LZClose32( HFILE32 fd )
|
|
{
|
|
int i;
|
|
|
|
TRACE(file,"(%d)\n",fd);
|
|
for (i=0;i<nroflzstates;i++)
|
|
if (lzstates[i].lzfd==fd)
|
|
break;
|
|
if (i==nroflzstates) {
|
|
_lclose32(fd);
|
|
return;
|
|
}
|
|
if (lzstates[i].get)
|
|
HeapFree( GetProcessHeap(), 0, lzstates[i].get );
|
|
_lclose32(lzstates[i].realfd);
|
|
memmove(lzstates+i,lzstates+i+1,
|
|
sizeof(struct lzstate)*(nroflzstates-i-1));
|
|
nroflzstates--;
|
|
lzstates = HeapReAlloc( SystemHeap, 0, lzstates,
|
|
sizeof(struct lzstate)*nroflzstates );
|
|
}
|
|
|
|
/***********************************************************************
|
|
* CopyLZFile16 (LZEXPAND.8)
|
|
*/
|
|
LONG WINAPI CopyLZFile16( HFILE16 src, HFILE16 dest )
|
|
{
|
|
TRACE(file,"(%d,%d)\n",src,dest);
|
|
return LZCopy32(HFILE16_TO_HFILE32(src),HFILE16_TO_HFILE32(dest));
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* CopyLZFile32 (LZ32.7)
|
|
*
|
|
* Copy src to dest (including uncompressing src).
|
|
* NOTE: Yes. This is exactly the same function as LZCopy.
|
|
*/
|
|
LONG WINAPI CopyLZFile32( HFILE32 src, HFILE32 dest )
|
|
{
|
|
TRACE(file,"(%d,%d)\n",src,dest);
|
|
return LZCopy32(src,dest);
|
|
}
|