MCPcopy Create free account
hub / github.com/acl-dev/acl / acl_vstring_put_ready

Function acl_vstring_put_ready

lib_acl/src/stdlib/acl_vstring.c:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121/* acl_vstring_put_ready - vbuf callback for write buffer full condition */
122
123int acl_vstring_put_ready(ACL_VBUF *bp)
124{
125 return vstring_extend(bp, 0);
126}
127
128/* acl_vstring_space - vbuf callback to reserve space */
129

Callers 2

acl_vbuf_putFunction · 0.85
acl_vbuf_writeFunction · 0.85

Calls 1

vstring_extendFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…