APG
… an ABNF Parser Generator
|
All of the trace output code. More...
Go to the source code of this file.
Data Structures | |
struct | html_info |
Keeps track of the display state for HTML display. More... | |
struct | display_info |
Keeps track of the display state for ASCII display. More... | |
Functions | |
void | vDisplayHeader (trace *spCtx) |
Display the trace header. More... | |
void | vDisplayRecord (trace *spCtx, trace_record *spRec, abool bIsMatchedPppt) |
Display one trace record. More... | |
void | vDisplaySeparator (trace *spCtx, aint uiLastIndex) |
Display a separator between trace outputs (apgex only) More... | |
void | vDisplayFooter (trace *spCtx) |
Display the trace footer. More... | |
All of the trace output code.
Definition in file trace-out.c.
void vDisplayFooter | ( | trace * | spCtx | ) |
Display the trace footer.
Definition at line 141 of file trace-out.c.
void vDisplayHeader | ( | trace * | spCtx | ) |
Display the trace header.
Definition at line 98 of file trace-out.c.
void vDisplayRecord | ( | trace * | spCtx, |
trace_record * | spRec, | ||
abool | bIsMatchedPppt | ||
) |
Display one trace record.
Definition at line 110 of file trace-out.c.
Display a separator between trace outputs (apgex only)
Definition at line 129 of file trace-out.c.