MCPcopy Create free account
hub / github.com/apache/trafficserver / print

Method print

src/proxy/ControlBase.cc:96–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void
97TimeMod::print(FILE *f) const
98{
99 fprintf(f, "%s=%ld-%ld ",
100 // Have to cast because time_t can be 32 or 64 bits and the compiler
101 // will barf if format code doesn't match.
102 this->name(), static_cast<long>(start_time), static_cast<long>(end_time));
103}
104bool
105TimeMod::check(HttpRequestData *req) const
106{

Callers 2

IPAllow.ccFile · 0.45
PrintMethod · 0.45

Calls 5

nameMethod · 0.95
hdrtoken_index_to_wksFunction · 0.85
ats_ip_ntopFunction · 0.50
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected