Searched refs:LZXdecompress (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/itss/ |
H A D | lzx.h | 54 int LZXdecompress(struct LZXstate *pState,
|
H A D | lzx.c | 461 int LZXdecompress(struct LZXstate *pState, unsigned char *inpos, unsigned char *outpos, int inlen, … in LZXdecompress() function 797 status = LZXdecompress(&state, ibuf, obuf, ilen, 32768); in main()
|
H A D | chm_lib.c | 1231 LZXdecompress(h->lzx_state, cbuffer, lbuffer, (int)cmpLen, in _chm_decompress_block() 1271 LZXdecompress(h->lzx_state, cbuffer, lbuffer, (int)cmpLen, in _chm_decompress_block()
|
/reactos/dll/win32/mspatcha/ |
H A D | lzx.h | 54 int LZXdecompress(struct LZXstate *pState,
|
H A D | lzx.c | 470 int LZXdecompress(struct LZXstate *pState, unsigned char *inpos, unsigned char *outpos, int inlen, … in LZXdecompress() function 806 status = LZXdecompress(&state, ibuf, obuf, ilen, 32768); in main()
|
H A D | mspatcha_main.c | 367 lzxResult = LZXdecompress(state, Patch->Ptr, NewFile.Ptr, BlockSize, NewFile.Size); in CreateNewFileFromPatch()
|