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

Method port_set

include/proxy/hdrs/URL.h:642–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640 -------------------------------------------------------------------------*/
641
642inline void
643URL::port_set(int port)
644{
645 ink_assert(valid());
646 m_url_impl->set_port(m_heap, port);
647}
648
649/*-------------------------------------------------------------------------
650 -------------------------------------------------------------------------*/

Callers 9

state_api_calloutMethod · 0.45
do_remap_requestMethod · 0.45
redirect_requestMethod · 0.45
ModifyRequestMethod · 0.45
DecideCacheLookupMethod · 0.45
TSUrlPortSetFunction · 0.45

Calls 1

set_portMethod · 0.80

Tested by

no test coverage detected