Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
212
void pn_buffer_clear(pn_buffer_t *buf)
213
{
214
buf->start = 0;
215
buf->size = 0;
216
}
217
218
static void pn_buffer_rotate (pn_buffer_t *buf, size_t sz) {
219
if (sz == 0) return;
Callers
7
pn_data_clear
Function · 0.85
pn_buffer_trim
Function · 0.85
pn_delivery_finalize
Function · 0.85
pn_delivery
Function · 0.85
pni_advance_receiver
Function · 0.85
pn_delivery_abort
Function · 0.85
app_inbytes_progress
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected