Lines Matching refs:Total
354 UINT32 Total) in AeDecodeErrorMessageId() argument
395 if (Total >= 256) in AeDecodeErrorMessageId()
465 UINT32 *Total) in AePrintErrorSourceLine() argument
562 if (*Total < 256) in AePrintErrorSourceLine()
572 else if (*Total == 256) in AePrintErrorSourceLine()
588 *Total += 1; in AePrintErrorSourceLine()
639 UINT32 Total = 0; in AePrintException() local
702 AeDecodeErrorMessageId (OutputFile, Enode, PrematureEOF, Total); in AePrintException()
706 Status = AePrintErrorSourceLine (OutputFile, Enode, &PrematureEOF, &Total); in AePrintException()
720 AeDecodeErrorMessageId (OutputFile, Enode, PrematureEOF, Total); in AePrintException()
750 UINT32 Total = 0; in AePrintSubError() local
765 (void) AePrintErrorSourceLine (OutputFile, Enode, &PrematureEOF, &Total); in AePrintSubError()