Home
last modified time | relevance | path

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

/freebsd-head/contrib/expat/lib/
HDxmltok.h113 #define XML_TOK_CDATA_SECT_CLOSE 40 macro
HDxmltok_impl.c381 return XML_TOK_CDATA_SECT_CLOSE; in PREFIX()
HDxmlparse.c4262 case XML_TOK_CDATA_SECT_CLOSE: in doCdataSection()