Searched refs:pPointers (Results 1 – 4 of 4) sorted by relevance
502 EXCEPTION_POINTERS * pPointers, uno_Any * pUnoExc, uno_Mapping * pCpp2Uno ) in msci_filterCppException() argument504 if (pPointers == 0) in msci_filterCppException()506 EXCEPTION_RECORD * pRecord = pPointers->ExceptionRecord; in msci_filterCppException()516 OSL_ASSERT( pRecord == pPointers->ExceptionRecord ); in msci_filterCppException()518 if (rethrow && pRecord == pPointers->ExceptionRecord) in msci_filterCppException()
46 EXCEPTION_POINTERS * pPointers, uno_Any * pUnoExc, uno_Mapping * pCpp2Uno );
544 EXCEPTION_POINTERS * pPointers, uno_Any * pUnoExc, uno_Mapping * pCpp2Uno ) in mscx_filterCppException() argument546 if (pPointers == 0) in mscx_filterCppException()548 EXCEPTION_RECORD * pRecord = pPointers->ExceptionRecord; in mscx_filterCppException()558 OSL_ASSERT( pRecord == pPointers->ExceptionRecord ); in mscx_filterCppException()560 if (rethrow && pRecord == pPointers->ExceptionRecord) in mscx_filterCppException()
Completed in 17 milliseconds