Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmltok.h65 #define XML_TOK_EMPTY_ELEMENT_NO_ATTS 4 macro
H A Dxmltok_impl.c813 return XML_TOK_EMPTY_ELEMENT_NO_ATTS; in PREFIX()
H A Dxmlparse.c3047 case XML_TOK_EMPTY_ELEMENT_NO_ATTS: in doContent()