Searched refs:__crt_report_hook_node (Results 1 – 3 of 3) sorted by relevance
31 extern "C" __crt_report_hook_node<char>* _pReportHookList;32 extern "C" __crt_report_hook_node<wchar_t>* _pReportHookListW;34 static __crt_report_hook_node<char>*& __cdecl get_report_hook_list(char) throw() { return _pR… in get_report_hook_list()35 static __crt_report_hook_node<wchar_t>*& __cdecl get_report_hook_list(wchar_t) throw() { return _pR… in get_report_hook_list()93 using node_type = __crt_report_hook_node<Character>; in common_set_report_hook()
46 __crt_report_hook_node<char> *_pReportHookList;47 __crt_report_hook_node<wchar_t> *_pReportHookListW;351 __crt_report_hook_node<char> *pnode=nullptr; in _VCrtDbgReportA()352 __crt_report_hook_node<wchar_t> *pnodeW=nullptr; in _VCrtDbgReportA()575 __crt_report_hook_node<char> *pnode=nullptr; in _VCrtDbgReportW()576 __crt_report_hook_node<wchar_t> *pnodeW=nullptr; in _VCrtDbgReportW()
290 struct __crt_report_hook_node struct294 __crt_report_hook_node* prev; argument295 __crt_report_hook_node* next; argument