Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
246
void
247
TSError(const char *fmt, ...)
248
{
249
va_list args;
250
251
va_start(args, fmt);
252
ErrorV(fmt, args);
253
va_end(args);
254
}
255
256
void
257
TSFatal(const char *fmt, ...)
Callers
15
synclient_txn_read_response
Function · 0.70
synserver_txn_read_request
Function · 0.70
test_url_print
Function · 0.70
convert_http_hdr_to_string
Function · 0.70
convert_mime_hdr_to_string
Function · 0.70
handle_dns
Function · 0.50
handle_response
Function · 0.50
TSPluginInit
Function · 0.50
TSPluginInit
Function · 0.50
TSPluginInit
Function · 0.50
TSRemapDoRemap
Function · 0.50
TSRemapNewInstance
Function · 0.50
Calls
no outgoing calls
Tested by
15
synclient_txn_read_response
Function · 0.56
synserver_txn_read_request
Function · 0.56
test_url_print
Function · 0.56
convert_http_hdr_to_string
Function · 0.56
convert_mime_hdr_to_string
Function · 0.56
is_get_request
Function · 0.40
global_handler
Function · 0.40
TSPluginInit
Function · 0.40
TSPluginInit
Function · 0.40
TSPluginInit
Function · 0.40
TSPluginInit
Function · 0.40
TSPluginInit
Function · 0.40