Lines Matching refs:Total
346 UINT32 Total) in AeDecodeErrorMessageId() argument
387 if (Total >= 256) in AeDecodeErrorMessageId()
457 UINT32 *Total) in AePrintErrorSourceLine() argument
550 if (*Total < 256) in AePrintErrorSourceLine()
560 else if (*Total == 256) in AePrintErrorSourceLine()
576 *Total += 1; in AePrintErrorSourceLine()
627 UINT32 Total = 0; in AePrintException() local
690 AeDecodeErrorMessageId (OutputFile, Enode, PrematureEOF, Total); in AePrintException()
694 Status = AePrintErrorSourceLine (OutputFile, Enode, &PrematureEOF, &Total); in AePrintException()
708 AeDecodeErrorMessageId (OutputFile, Enode, PrematureEOF, Total); in AePrintException()
738 UINT32 Total = 0; in AePrintSubError() local
746 (void) AePrintErrorSourceLine (OutputFile, Enode, &PrematureEOF, &Total); in AePrintSubError()