* Reset the buffer to empty */
| 46 | * Reset the buffer to empty |
| 47 | */ |
| 48 | static inline void |
| 49 | xo_buf_reset (xo_buffer_t *xbp) |
| 50 | { |
| 51 | xbp->xb_curp = xbp->xb_bufp; |
| 52 | } |
| 53 | |
| 54 | /* |
| 55 | * Return the number of bytes left in the buffer |
no outgoing calls
no test coverage detected