Searched refs:XML_LChar (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/expat/lib/
H A Dexpat_external.h136 typedef wchar_t XML_LChar; typedef
139 typedef char XML_LChar; typedef
143 typedef char XML_LChar; typedef
H A Dexpat.h969 XMLPARSEAPI(const XML_LChar *)
973 XMLPARSEAPI(const XML_LChar *)
1006 const XML_LChar *name;
H A Dxmlparse.c2228 const XML_LChar *XMLCALL
2325 const XML_LChar *XMLCALL
2360 {XML_FEATURE_SIZEOF_XML_LCHAR, XML_L("sizeof(XML_LChar)"),
2361 sizeof(XML_LChar)},
/freebsd-13-stable/contrib/expat/tests/
H A Druntests.c7268 parse_version(const XML_LChar *version_text,
7321 const XML_LChar *version_text = XML_ExpatVersion();
7336 * then XML_LChar is defined as char, for some reason.
7361 if (features->value != sizeof(XML_LChar))
7362 fail("Incorrect size of XML_LChar");

Completed in 257 milliseconds