Home
last modified time | relevance | path

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

/aoo4110/main/sal/osl/w32/
H A Dsignal.cxx54 static long WINAPI SignalHandlerFunction(LPEXCEPTION_POINTERS lpEP);
111 static BOOL ReportCrash( LPEXCEPTION_POINTERS lpEP ) in ReportCrash() argument
191 lpEP, in ReportCrash()
249 static long WINAPI SignalHandlerFunction(LPEXCEPTION_POINTERS lpEP) in SignalHandlerFunction() argument
256 Info.UserSignal = lpEP->ExceptionRecord->ExceptionCode; in SignalHandlerFunction()
259 switch (lpEP->ExceptionRecord->ExceptionCode) in SignalHandlerFunction()
294 if ( bRaiseCrashReporter && ReportCrash( lpEP ) || IsWin95A() ) in SignalHandlerFunction()
/aoo4110/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);

Completed in 25 milliseconds