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

Method fmt_printf

src/proxy/logging/LogBuffer.cc:82–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82char *
83LogBufferHeader::fmt_printf()
84{
85 char *addr = nullptr;
86 if (fmt_printf_offset) {
87 addr = reinterpret_cast<char *>(this) + fmt_printf_offset;
88 }
89 return addr;
90}
91
92char *
93LogBufferHeader::src_hostname()

Callers 2

write_ascii_logbufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected