Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ reset
Method
reset
src/iocore/net/Socks.cc:696–705 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
694
}
695
696
void
697
SocksAddrType::reset()
698
{
699
if (type != SOCKS_ATYPE_IPV4 && addr.buf) {
700
ats_free(addr.buf);
701
}
702
703
addr.buf = nullptr;
704
type = SOCKS_ATYPE_NONE;
705
}
Callers
14
mainEvent
Method · 0.45
free
Method · 0.45
clear
Method · 0.45
set_ca_cert_file
Method · 0.45
_clear
Method · 0.45
_set_sni_server_name_buffer
Method · 0.45
clear
Method · 0.45
release_inbound_connection_tracking
Method · 0.45
getOriginSession
Method · 0.45
set_regex_name
Method · 0.45
startup
Method · 0.45
SSLCreateServerContext
Function · 0.45
Calls
1
ats_free
Function · 0.85
Tested by
no test coverage detected