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

Method print

plugins/experimental/sslheaders/unit_tests/test_sslheaders.cc:31–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29// Mock TS API functions.
30
31void
32DbgCtl::print(const char *tag, char const * /* file */, char const * /* function */, int /* line */, const char *fmt, ...)
33{
34 va_list args;
35
36 std::printf("%s", tag);
37 va_start(args, fmt);
38 std::vprintf(fmt, args);
39 va_end(args);
40 std::printf("\n");
41}
42
43void
44TSError(const char *fmt, ...)

Callers 15

block_errors.ccFile · 0.45
TSRemapInitFunction · 0.45
TSRemapNewInstanceFunction · 0.45
query_value_updateFunction · 0.45
operator()Method · 0.45
eval_pairMethod · 0.45
ts_util.ccFile · 0.45
host_setMethod · 0.45
extract_viewMethod · 0.45
Ex_HTTP.ccFile · 0.45
operator()Method · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected