| 121 | /* acl_vstring_put_ready - vbuf callback for write buffer full condition */ |
| 122 | |
| 123 | int 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 |
no test coverage detected
searching dependent graphs…