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

Method string_get_ref

include/proxy/hdrs/URL.h:467–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467inline char *
468URL::string_get_ref(int *length, unsigned normalization_flags) const
469{
470 ink_assert(valid());
471 return url_string_get_ref(m_heap, m_url_impl, length, normalization_flags);
472}
473
474inline void
475URL::clear_string_ref()

Callers 13

openReadReadDoneMethod · 0.80
openReadMainMethod · 0.80
getPathHashMethod · 0.80
handleIfRedirectMethod · 0.80
getHashKeyMethod · 0.80
finish_remapMethod · 0.80
ReverseMapMethod · 0.80
forl_LLFunction · 0.80
validate_unmapped_urlMethod · 0.80
validate_lookup_urlMethod · 0.80
url_string_getMethod · 0.80

Calls 1

url_string_get_refFunction · 0.85

Tested by

no test coverage detected