Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libxo/libxo/
Dlibxo.c338 #define XFF_ATTR (1<<9) /* Escape value using attribute rules (XML) */ macro
771 int attr = XOF_BIT_ISSET(flags, XFF_ATTR); in xo_escape_xml()
2700 int attr = XOF_BIT_ISSET(flags, XFF_ATTR); in xo_format_string_direct()
3518 rc = xo_escape_xml(xbp, rc, (flags & XFF_ATTR)); in xo_do_format_field()
3874 xo_xff_flags_t pflags = flags | XFF_XML | XFF_ATTR; in xo_buf_append_div()