Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dhandle.c40 PVOID ArrayPointer; in RtlDestroyHandleTable() local
46 ArrayPointer = (PVOID)HandleTable->CommittedHandles; in RtlDestroyHandleTable()
48 &ArrayPointer, in RtlDestroyHandleTable()
67 PVOID ArrayPointer; in RtlAllocateHandle() local
79 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 …]