Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ pni_buffer_wrapped
Function
pni_buffer_wrapped
c/src/core/buffer.c:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
static bool pni_buffer_wrapped(pn_buffer_t *buf)
103
{
104
return buf->size && pni_buffer_head(buf) >= pni_buffer_tail(buf);
105
}
106
107
static size_t pni_buffer_tail_space(pn_buffer_t *buf)
108
{
Callers
2
pni_buffer_tail_space
Function · 0.85
pn_buffer_ensure
Function · 0.85
Calls
2
pni_buffer_head
Function · 0.85
pni_buffer_tail
Function · 0.85
Tested by
no test coverage detected