Home
last modified time | relevance | path

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

/reactos/dll/win32/itss/
H A Dlzx.c55 #define LZX_BLOCKTYPE_INVALID (0) /* also blocktypes 4-7 invalid */ macro
197 pState->block_type = LZX_BLOCKTYPE_INVALID; in LZXinit()
226 pState->block_type = LZX_BLOCKTYPE_INVALID; in LZXreset()
/reactos/dll/win32/mspatcha/
H A Dlzx.c55 #define LZX_BLOCKTYPE_INVALID (0) /* also blocktypes 4-7 invalid */ macro
206 pState->block_type = LZX_BLOCKTYPE_INVALID; in LZXinit()
235 pState->block_type = LZX_BLOCKTYPE_INVALID; in LZXreset()
/reactos/dll/win32/cabinet/
H A Dcabinet.h187 #define LZX_BLOCKTYPE_INVALID (0) /* also blocktypes 4-7 invalid */ macro
H A Dfdi.c837 LZX(block_type) = LZX_BLOCKTYPE_INVALID; in LZXfdi_init()