MCPcopy Create free account
hub / github.com/F-Stack/f-stack / xo_buf_offset

Function xo_buf_offset

tools/libxo/libxo/xo_buf.h:75–79  ·  view source on GitHub ↗

* Return the current offset */

Source from the content-addressed store, hash-verified

73 * Return the current offset
74 */
75static inline ssize_t
76xo_buf_offset (xo_buffer_t *xbp)
77{
78 return xbp ? (xbp->xb_curp - xbp->xb_bufp) : 0;
79}
80
81static inline char *
82xo_buf_data (xo_buffer_t *xbp, ssize_t offset)

Callers 10

cbor_appendFunction · 0.85
cbor_contentFunction · 0.85
csv_leaf_numFunction · 0.85
csv_leaf_setFunction · 0.85
xo_data_append_contentFunction · 0.85
xo_do_format_fieldFunction · 0.85
xo_format_valueFunction · 0.85
xo_find_widthFunction · 0.85
xo_do_emit_fieldsFunction · 0.85
xo_attr_hvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected