ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | LZERROR_BADINHANDLE (-1) |
#define | LZERROR_BADOUTHANDLE (-2) |
#define | LZERROR_READ (-3) |
#define | LZERROR_WRITE (-4) |
#define | LZERROR_GLOBALLOC (-5) |
#define | LZERROR_GLOBLOCK (-6) |
#define | LZERROR_BADVALUE (-7) |
#define | LZERROR_UNKNOWNALG (-8) |
#define | GetExpandedName GetExpandedNameA |
#define | LZOpenFile LZOpenFileA |
Functions | |
LONG WINAPI | CopyLZFile (INT, INT) |
INT WINAPI | GetExpandedNameA (LPSTR, LPSTR) |
INT WINAPI | GetExpandedNameW (LPWSTR, LPWSTR) |
VOID APIENTRY | LZClose (INT) |
LONG APIENTRY | LZCopy (INT, INT) |
VOID WINAPI | LZDone (VOID) |
INT WINAPI | LZInit (INT) |
INT WINAPI | LZOpenFileA (LPSTR, LPOFSTRUCT, WORD) |
INT WINAPI | LZOpenFileW (LPWSTR, LPOFSTRUCT, WORD) |
INT WINAPI | LZRead (INT, LPSTR, INT) |
LONG WINAPI | LZSeek (INT, LONG, INT) |
INT WINAPI | LZStart (VOID) |
#define GetExpandedName GetExpandedNameA |
Definition at line 31 of file lzexpand.h.
#define LZERROR_BADINHANDLE (-1) |
Definition at line 7 of file lzexpand.h.
#define LZERROR_BADOUTHANDLE (-2) |
Definition at line 8 of file lzexpand.h.
#define LZERROR_BADVALUE (-7) |
Definition at line 13 of file lzexpand.h.
#define LZERROR_GLOBALLOC (-5) |
Definition at line 11 of file lzexpand.h.
#define LZERROR_GLOBLOCK (-6) |
Definition at line 12 of file lzexpand.h.
#define LZERROR_READ (-3) |
Definition at line 9 of file lzexpand.h.
#define LZERROR_UNKNOWNALG (-8) |
Definition at line 14 of file lzexpand.h.
#define LZERROR_WRITE (-4) |
Definition at line 10 of file lzexpand.h.
#define LZOpenFile LZOpenFileA |
Definition at line 32 of file lzexpand.h.
Definition at line 257 of file lzexpand.c.
Referenced by GetExpandedNameW(), and main().
Definition at line 327 of file lzexpand.c.
Definition at line 240 of file lzexpand.c.
INT WINAPI LZOpenFileA | ( | LPSTR | fn, |
LPOFSTRUCT | ofs, | ||
WORD | mode | ||
) |
Definition at line 551 of file lzexpand.c.
Referenced by create_file(), delete_file(), LZOpenFileW(), main(), test_LZCopy(), test_LZOpenFileA(), test_LZOpenFileA_existing_compressed(), test_LZOpenFileA_nonexisting_compressed(), test_LZRead(), and VerInstallFileA().
INT WINAPI LZOpenFileW | ( | LPWSTR | fn, |
LPOFSTRUCT | ofs, | ||
WORD | mode | ||
) |
Definition at line 580 of file lzexpand.c.
Referenced by create_fileW(), decompress_file_lz(), delete_fileW(), do_file_copyW(), get_file_sizes_lz(), GetFileVersionInfoExW(), GetFileVersionInfoSizeExW(), Imm32CopyImeFile(), test_LZOpenFileW(), test_LZOpenFileW_existing_compressed(), test_LZOpenFileW_nonexisting_compressed(), and TLB_NEFile_Open().