Home
last modified time | relevance | path

Searched refs:LZERROR_BADINHANDLE (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/lz32/
H A Dlzexpand_main.c228 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 Dlzexpand.h7 #define LZERROR_BADINHANDLE (-1) macro
/reactos/dll/win32/kernel32/wine/
H A Dlzexpand.c154 return LZERROR_BADINHANDLE; in read_header()
268 return (INT)(INT16)LZERROR_BADINHANDLE; in GetExpandedNameA()
/reactos/dll/win32/version/
H A Dversion.c1512 case LZERROR_BADINHANDLE: in VerInstallFileA()