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

Method path_get

include/proxy/hdrs/URL.h:652–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650 -------------------------------------------------------------------------*/
651
652inline const char *
653URL::path_get(int *length)
654{
655 ink_assert(valid());
656 return m_url_impl->get_path(length);
657}
658
659/*-------------------------------------------------------------------------
660 -------------------------------------------------------------------------*/

Callers 13

getPathHashMethod · 0.45
checkMethod · 0.45
url_looks_dynamicMethod · 0.45
getHashKeyMethod · 0.45
InsertMethod · 0.45
SearchMethod · 0.45
SetHomePageRedirectFlagFunction · 0.45
_regexMappingLookupMethod · 0.45
forl_LLFunction · 0.45
initMethod · 0.45

Calls 1

get_pathMethod · 0.45

Tested by 1

SECTIONFunction · 0.36