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

Method print

include/proxy/hdrs/URL.h:440–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438 -------------------------------------------------------------------------*/
439
440inline int
441URL::print(char *buf, int bufsize, int *bufindex, int *dumpoffset, unsigned normalization_flags) const
442{
443 ink_assert(valid());
444 return url_print(m_url_impl, buf, bufsize, bufindex, dumpoffset, normalization_flags);
445}
446
447/*-------------------------------------------------------------------------
448 -------------------------------------------------------------------------*/

Callers 3

mark_as_viewMethod · 0.45
s_dump_headerFunction · 0.45
SourceLocation.hFile · 0.45

Calls 1

url_printFunction · 0.85

Tested by

no test coverage detected