Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ex/
H A Dhandle.c49 PVOID *PointerArray; in ExpLookupHandleTableEntry() local
67 PointerArray = (PVOID*)TableBase; in ExpLookupHandleTableEntry()
76 PointerArray = PointerArray[Handle.HighIndex]; in ExpLookupHandleTableEntry()
77 ASSERT(PointerArray != NULL); in ExpLookupHandleTableEntry()
83 HandleArray = PointerArray[Handle.MidIndex]; in ExpLookupHandleTableEntry()