Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dexpat.h138 enum XML_Content_Type { enum
175 enum XML_Content_Type type;
H A Dxmlparse.c337 enum XML_Content_Type type;
/freebsd/contrib/expat/examples/
H A Delement_declarations.c86 contentTypeName(enum XML_Content_Type contentType) { in contentTypeName()