Home
last modified time | relevance | path

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

/reactos/dll/win32/itss/
H A Dchm_lib.c624 Int64 *newIndices; in chm_set_param() local
629 newIndices = HeapAlloc(GetProcessHeap(), 0, paramVal * sizeof (UInt64)); in chm_set_param()
633 newIndices[i] = 0; in chm_set_param()
654 newIndices[newSlot] = in chm_set_param()
666 h->cache_block_indices = newIndices; in chm_set_param()