Home
last modified time | relevance | path

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

/reactos/base/applications/mscutils/eventvwr/
H A Deventvwr.c82 PEVENTLOGRECORD* g_RecordPtrs = NULL; variable
1875 if (!g_RecordPtrs) in FreeRecords()
1880 if (g_RecordPtrs[iIndex]) in FreeRecords()
1881 HeapFree(GetProcessHeap(), 0, g_RecordPtrs[iIndex]); in FreeRecords()
1883 HeapFree(GetProcessHeap(), 0, g_RecordPtrs); in FreeRecords()
1884 g_RecordPtrs = NULL; in FreeRecords()
2101g_RecordPtrs = HeapAlloc(hProcessHeap, HEAP_ZERO_MEMORY, dwTotalRecords * sizeof(*g_RecordPtrs)); in EnumEventsThread()
2102 if (!g_RecordPtrs) in EnumEventsThread()
2158 g_RecordPtrs[dwCurrentRecord] = NULL; in EnumEventsThread()
2205 CopyMemory(g_RecordPtrs[dwCurrentRecord], pEvlrTmp, pEvlrTmp->Length); in EnumEventsThread()
[all …]