MCPcopy Create free account
hub / github.com/apache/qpid-proton / pn_buffer_clear

Function pn_buffer_clear

c/src/core/buffer.c:212–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void pn_buffer_clear(pn_buffer_t *buf)
213{
214 buf->start = 0;
215 buf->size = 0;
216}
217
218static void pn_buffer_rotate (pn_buffer_t *buf, size_t sz) {
219 if (sz == 0) return;

Callers 7

pn_data_clearFunction · 0.85
pn_buffer_trimFunction · 0.85
pn_delivery_finalizeFunction · 0.85
pn_deliveryFunction · 0.85
pni_advance_receiverFunction · 0.85
pn_delivery_abortFunction · 0.85
app_inbytes_progressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected