Searched refs:LZERROR_BADINHANDLE (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/lz32/ |
H A D | lzexpand_main.c | 228 ok(file == LZERROR_BADINHANDLE, in test_LZOpenFileA_nonexisting_compressed() 247 ok(file == LZERROR_BADINHANDLE, in test_LZOpenFileA_nonexisting_compressed() 266 ok(file == LZERROR_BADINHANDLE, in test_LZOpenFileA_nonexisting_compressed() 285 ok(file == LZERROR_BADINHANDLE, in test_LZOpenFileA_nonexisting_compressed() 310 ok(file == LZERROR_BADINHANDLE, in test_LZOpenFileA() 628 ok(file == LZERROR_BADINHANDLE, in test_LZOpenFileW_nonexisting_compressed() 647 ok(file == LZERROR_BADINHANDLE, in test_LZOpenFileW_nonexisting_compressed() 666 ok(file == LZERROR_BADINHANDLE, in test_LZOpenFileW_nonexisting_compressed() 685 ok(file == LZERROR_BADINHANDLE, in test_LZOpenFileW_nonexisting_compressed() 716 ok(file == LZERROR_BADINHANDLE, "LZOpenFileW succeeded on nonexistent file\n"); in test_LZOpenFileW()
|
/reactos/sdk/include/psdk/ |
H A D | lzexpand.h | 7 #define LZERROR_BADINHANDLE (-1) macro
|
/reactos/dll/win32/kernel32/wine/ |
H A D | lzexpand.c | 154 return LZERROR_BADINHANDLE; in read_header() 268 return (INT)(INT16)LZERROR_BADINHANDLE; in GetExpandedNameA()
|
/reactos/dll/win32/version/ |
H A D | version.c | 1512 case LZERROR_BADINHANDLE: in VerInstallFileA()
|