Searched refs:g_RecordPtrs (Results 1 – 1 of 1) sorted by relevance
82 PEVENTLOGRECORD* g_RecordPtrs = NULL; variable1875 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()2101 … g_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 …]