Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp6168 class XmlEncode { class
6172 XmlEncode( std::string const& str, ForWhat forWhat = ForTextNodes );
6176 friend std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode );
15167 XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat ) in XmlEncode() function in Catch::XmlEncode
15172 void XmlEncode::encodeTo( std::ostream& os ) const { in encodeTo()
15266 std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode ) { in operator <<()
15358 m_os << ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"'; in writeAttribute()
15374 m_os << XmlEncode( text ); in writeText()
/freebsd-14.2/contrib/expat/lib/
H A Dxmlparse.c174 # define XmlEncode XmlUtf16Encode macro
182 # define XmlEncode XmlUtf8Encode macro
3286 XmlEncode(n, (ICHAR *)buf)); in doContent()
6248 n = XmlEncode(n, (ICHAR *)buf); in appendAttributeValue()
6523 n = XmlEncode(n, (ICHAR *)buf); in storeEntityValue()