Searched refs:ExceptionFilter (Results 1 – 3 of 3) sorted by relevance
95 static LONG WINAPI ExceptionFilter(LPEXCEPTION_POINTERS exp) in ExceptionFilter() function162 oldFilter = SetUnhandledExceptionFilter( ExceptionFilter ); in _mesa_check_os_sse_support()
71 typedef struct ExceptionFilter { struct75 } ExceptionFilter; argument104 struct ExceptionFilter ExceptionOnly;833 ExceptionFilter *filter = &FILTER(node, index).u.ExceptionOnly; in eventFilter_setExceptionOnlyFilter()
1255 int ExceptionFilter(unsigned int code, struct _EXCEPTION_POINTERS *ep) { in ExceptionFilter() function1271 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { in ValidateMjpgI420InvalidSize()1281 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { in ValidateI420InvalidSize()