Lines Matching refs:nLine
245 int nLine, in _VCrtDbgReportA() argument
276 _ERRCHECK(_itoa_s(nLine, szLineMessage, DBGRPT_MAX_MSG, 10)); in _VCrtDbgReportA()
323 szFile, nLine, szLineMessage)); in _VCrtDbgReportA()
416 if (nLine) in _VCrtDbgReportA()
418 _ERRCHECK(_itoa_s(nLine, szLineMessage, DBGRPT_MAX_MSG, 10)); in _VCrtDbgReportA()
421 …retval = __acrt_MessageWindowA(nRptType, returnAddress, szFile, (nLine ? szLineMessage : nullptr),… in _VCrtDbgReportA()
466 int nLine, in _VCrtDbgReportW() argument
496 _ERRCHECK(_itow_s(nLine, szLineMessage, DBGRPT_MAX_MSG, 10)); in _VCrtDbgReportW()
552 szFile, nLine, szLineMessage)); in _VCrtDbgReportW()
672 if (nLine) in _VCrtDbgReportW()
674 _ERRCHECK(_itow_s(nLine, szLineMessage, DBGRPT_MAX_MSG, 10)); in _VCrtDbgReportW()
676 …retval = __acrt_MessageWindowW(nRptType, returnAddress, szFile, (nLine ? szLineMessage : nullptr),… in _VCrtDbgReportW()