Home
last modified time | relevance | path

Searched refs:XFF_ATTR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libxo/libxo/
H A Dxo_encoder.h52 #define XFF_ATTR (1<<9) /* Escape value using attribute rules (XML) */ macro
H A Dlibxo.c747 int attr = XOF_BIT_ISSET(flags, XFF_ATTR); in xo_escape_xml()
2704 int attr = XOF_BIT_ISSET(flags, XFF_ATTR); in xo_format_string_direct()
3523 rc = xo_escape_xml(xbp, rc, (flags & XFF_ATTR)); in xo_do_format_field()
3881 xo_xff_flags_t pflags = flags | XFF_XML | XFF_ATTR; in xo_buf_append_div()