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

Method bufPtr

include/tscore/TextBuffer.h:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 void slurp(int);
69
70 char *
71 bufPtr()
72 {
73 return bufferStart;
74 }
75
76 const char *
77 bufPtr() const

Callers 6

read_uint_from_fdFunction · 0.80
write_procfd_fileFunction · 0.80
crashlog_write_procnameFunction · 0.80
mptcp_supportedFunction · 0.80
messageMethod · 0.80
TextBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected