Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get_entire_chain_buffer
Method · 0.45
build_iovec_block_chain
Function · 0.45
UnixUDPNet.cc
File · 0.45
sslServerHandShakeEvent
Method · 0.45
_ssl_accept
Method · 0.45
send_packet
Method · 0.45
_recv_packet
Method · 0.45
_process_long_header_packet
Method · 0.45
pollEvent
Method · 0.45
make_url_for_get
Function · 0.45
stapling_refresh_response
Function · 0.45
_print
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected