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

Method buf

include/iocore/eventsystem/IOBuffer.h:1029–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1027 }
1028
1029 char *
1030 buf()
1031 {
1032 IOBufferBlock *b = first_write_block();
1033 return b ? b->buf() : nullptr;
1034 }
1035
1036 char *
1037 buf_end()

Callers 15

build_iovec_block_chainFunction · 0.45
UnixUDPNet.ccFile · 0.45
_ssl_acceptMethod · 0.45
send_packetMethod · 0.45
_recv_packetMethod · 0.45
pollEventMethod · 0.45
make_url_for_getFunction · 0.45
_printMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected