Home
last modified time | relevance | path

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

/AOO41X/main/sal/osl/w32/
H A Dsignal.cxx54 static long WINAPI SignalHandlerFunction(LPEXCEPTION_POINTERS lpEP);
128 static BOOL ReportCrash( LPEXCEPTION_POINTERS lpEP ) in ReportCrash() argument
208 lpEP, in ReportCrash()
266 static long WINAPI SignalHandlerFunction(LPEXCEPTION_POINTERS lpEP) in SignalHandlerFunction() argument
273 Info.UserSignal = lpEP->ExceptionRecord->ExceptionCode; in SignalHandlerFunction()
276 switch (lpEP->ExceptionRecord->ExceptionCode) in SignalHandlerFunction()
311 if ( bRaiseCrashReporter && ReportCrash( lpEP ) || IsWin95A() ) in SignalHandlerFunction()
/AOO41X/main/external/mingwheaders/
H A Dmingw_atl_headers.patch254 + static int _Except(void *pThis, LPEXCEPTION_POINTERS lpEP)
256 + return reinterpret_cast<CVirtualBuffer *>(pThis)->Except(lpEP);