Searched refs:g_fpStackFile (Results 1 – 1 of 1) sorted by relevance
99 FILE *g_fpStackFile = NULL; variable728 fseek( g_fpStackFile, 0, SEEK_SET ); in WriteReportFile()729 fcopy( g_fpStackFile, fp ); in WriteReportFile()2886 g_fpStackFile = _open_reportfile( _T(".stk"), _T("rb") ); in WinMain()2893 g_fpStackFile = _tmpfile(); in WinMain()2898 g_fpStackFile = _open_reportfile( _T(".stk"), _T("w+b") ); in WinMain()2909 WriteStackFile( g_fpStackFile, aLibraries, dwProcessId, pExceptionPointers ); in WinMain()2968 if ( g_fpStackFile ) in WinMain()2969 fclose( g_fpStackFile ); in WinMain()
Completed in 22 milliseconds