Searched refs:unexpected_function (Results 1 – 6 of 6) sorted by relevance
25 typedef void (__cdecl *unexpected_function)(void); typedef36 _CRTIMP unexpected_function __cdecl set_unexpected(unexpected_function _NewPtFunc);37 extern "C" _CRTIMP unexpected_function __cdecl _get_unexpected(void);
43 typedef void (*unexpected_function)(); typedef47 unexpected_function MSVCRT(set_unexpected)(unexpected_function func);
50 unexpected_function unexpected_handler;
47 typedef void (__cdecl *unexpected_function)(void); typedef160 unexpected_function unexpected_handler;
672 unexpected_function CDECL set_unexpected(unexpected_function func) in set_unexpected()675 unexpected_function previous = data->unexpected_handler; in set_unexpected()684 unexpected_function CDECL _get_unexpected(void) in _get_unexpected()
96 CHECK_TYPE(unexpected_function); in test_types()