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

Method port_get

include/proxy/hdrs/URL.h:622–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620 -------------------------------------------------------------------------*/
621
622inline int
623URL::port_get() const
624{
625 ink_assert(valid());
626 return url_canonicalize_port(m_url_impl->get_type(), m_url_impl->get_port());
627}
628
629/*-------------------------------------------------------------------------
630 -------------------------------------------------------------------------*/

Callers 15

checkMethod · 0.45
do_hostdb_lookupMethod · 0.45
redirect_requestMethod · 0.45
HandleBlindTunnelMethod · 0.45
OSDNSLookupMethod · 0.45
is_request_validMethod · 0.45
build_requestMethod · 0.45
InsertMethod · 0.45
setup_for_remapMethod · 0.45

Calls 3

url_canonicalize_portFunction · 0.85
get_typeMethod · 0.45
get_portMethod · 0.45

Tested by

no test coverage detected