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 {
175 enum XML_Content_Type type;
136 enum XML_Content_Type { global() enum
H A Dxmlparse.c333 enum XML_Content_Type type;
/freebsd/contrib/expat/examples/
H A Delement_declarations.c86 contentTypeName(enum XML_Content_Type contentType) { in contentTypeName()