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

Function url_clear_string_ref

src/proxy/hdrs/URL.cc:609–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609void
610url_clear_string_ref(URLImpl *url)
611{
612 if (url->m_ptr_printed_string) {
613 url->m_len_printed_string = 0;
614 url->m_ptr_printed_string = nullptr;
615 url->m_clean = true;
616 }
617 return;
618}
619
620char *
621url_string_get_ref(HdrHeap *heap, URLImpl *url, int *length, unsigned normalization_flags)

Callers 2

url_createFunction · 0.85
clear_string_refMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected