MCPcopy 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
84size_t pn_buffer_available(pn_buffer_t *buf)
85{
86 return buf->capacity - buf->size;
87}
88
89static size_t pni_buffer_head(pn_buffer_t *buf)
90{

Callers 5

pni_buffer_tail_spaceFunction · 0.85
pn_buffer_ensureFunction · 0.85
pn_write_frameFunction · 0.85
app_inbytes_addFunction · 0.85
app_inbytes_progressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected