MCPcopy 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
696void
697SocksAddrType::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

mainEventMethod · 0.45
freeMethod · 0.45
clearMethod · 0.45
set_ca_cert_fileMethod · 0.45
_clearMethod · 0.45
clearMethod · 0.45
getOriginSessionMethod · 0.45
set_regex_nameMethod · 0.45
startupMethod · 0.45
SSLCreateServerContextFunction · 0.45

Calls 1

ats_freeFunction · 0.85

Tested by

no test coverage detected