MCPcopy 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
102static bool pni_buffer_wrapped(pn_buffer_t *buf)
103{
104 return buf->size && pni_buffer_head(buf) >= pni_buffer_tail(buf);
105}
106
107static size_t pni_buffer_tail_space(pn_buffer_t *buf)
108{

Callers 2

pni_buffer_tail_spaceFunction · 0.85
pn_buffer_ensureFunction · 0.85

Calls 2

pni_buffer_headFunction · 0.85
pni_buffer_tailFunction · 0.85

Tested by

no test coverage detected