Lines Matching refs:pHeader
281 FxContextHeader* pHeader, *pNext; in ProcessDestroy() local
303 for (pHeader = GetContextHeader(); in ProcessDestroy()
304 pHeader != NULL; in ProcessDestroy()
305 pHeader = pHeader->NextHeader) { in ProcessDestroy()
320 if (pHeader->EvtCleanupCallback != NULL) { in ProcessDestroy()
321 pHeader->EvtCleanupCallback(h); in ProcessDestroy()
322 pHeader->EvtCleanupCallback = NULL; in ProcessDestroy()
325 if (pHeader->EvtDestroyCallback != NULL) { in ProcessDestroy()
326 pHeader->EvtDestroyCallback(h); in ProcessDestroy()
327 pHeader->EvtDestroyCallback = NULL; in ProcessDestroy()
332 for (pHeader = GetContextHeader(); pHeader != NULL; pHeader = pNext) { in ProcessDestroy()
334 pNext = pHeader->NextHeader; in ProcessDestroy()
341 FxPoolFree(pHeader); in ProcessDestroy()