* See if the buffer to empty */
| 64 | * See if the buffer to empty |
| 65 | */ |
| 66 | static inline int |
| 67 | xo_buf_is_empty (xo_buffer_t *xbp) |
| 68 | { |
| 69 | return (xbp->xb_curp == xbp->xb_bufp); |
| 70 | } |
| 71 | |
| 72 | /* |
| 73 | * Return the current offset |
no outgoing calls
no test coverage detected