Home
last modified time | relevance | path

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

/reactos/dll/win32/itss/
H A Dchm_lib.c1204 UInt32 curBlockIdx = block - i; in _chm_decompress_block() local
1207 if (h->lzx_last_block != curBlockIdx) in _chm_decompress_block()
1209 if ((curBlockIdx % h->reset_blkcount) == 0) in _chm_decompress_block()
1217 indexSlot = (int)((curBlockIdx) % h->cache_num_blocks); in _chm_decompress_block()
1218 h->cache_block_indices[indexSlot] = curBlockIdx; in _chm_decompress_block()
1227 fprintf(stderr, "Decompressing block #%4d (EXTRA)\n", curBlockIdx); in _chm_decompress_block()
1229 if (!_chm_get_cmpblock_bounds(h, curBlockIdx, &cmpStart, &cmpLen) || in _chm_decompress_block()
1241 h->lzx_last_block = (int)curBlockIdx; in _chm_decompress_block()