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

Function TSError

src/api/InkAPI.cc:246–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void
247TSError(const char *fmt, ...)
248{
249 va_list args;
250
251 va_start(args, fmt);
252 ErrorV(fmt, args);
253 va_end(args);
254}
255
256void
257TSFatal(const char *fmt, ...)

Callers 15

test_url_printFunction · 0.70
handle_dnsFunction · 0.50
handle_responseFunction · 0.50
TSPluginInitFunction · 0.50
TSPluginInitFunction · 0.50
TSPluginInitFunction · 0.50
TSRemapDoRemapFunction · 0.50
TSRemapNewInstanceFunction · 0.50

Calls

no outgoing calls

Tested by 15

test_url_printFunction · 0.56
is_get_requestFunction · 0.40
global_handlerFunction · 0.40
TSPluginInitFunction · 0.40
TSPluginInitFunction · 0.40
TSPluginInitFunction · 0.40
TSPluginInitFunction · 0.40
TSPluginInitFunction · 0.40