Home
last modified time | relevance | path

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

/reactos/dll/win32/itss/
H A Dchm_lib.c1297 UInt64 gotLen; in _chm_decompress_region() local
1333 gotLen = _chm_decompress_block(h, nBlock, &ubuffer); in _chm_decompress_region()
1334 if (gotLen < nLen) in _chm_decompress_region()
1335 nLen = gotLen; in _chm_decompress_region()