Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ pn_buffer_available
Function
pn_buffer_available
c/src/core/buffer.c:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
size_t pn_buffer_available(pn_buffer_t *buf)
85
{
86
return buf->capacity - buf->size;
87
}
88
89
static size_t pni_buffer_head(pn_buffer_t *buf)
90
{
Callers
5
pni_buffer_tail_space
Function · 0.85
pn_buffer_ensure
Function · 0.85
pn_write_frame
Function · 0.85
app_inbytes_add
Function · 0.85
app_inbytes_progress
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected