Searched refs:ArrayPointer (Results 1 – 1 of 1) sorted by relevance
40 PVOID ArrayPointer; in RtlDestroyHandleTable() local46 ArrayPointer = (PVOID)HandleTable->CommittedHandles; in RtlDestroyHandleTable()48 &ArrayPointer, in RtlDestroyHandleTable()67 PVOID ArrayPointer; in RtlAllocateHandle() local79 ArrayPointer = NULL; in RtlAllocateHandle()83 &ArrayPointer, in RtlAllocateHandle()92 HandleTable->CommittedHandles = (PRTL_HANDLE_TABLE_ENTRY)ArrayPointer; in RtlAllocateHandle()93 HandleTable->UnCommittedHandles = (PRTL_HANDLE_TABLE_ENTRY)ArrayPointer; in RtlAllocateHandle()99 ArrayPointer = HandleTable->UnCommittedHandles; in RtlAllocateHandle()101 &ArrayPointer, in RtlAllocateHandle()[all …]