Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlerror.h143 XML_ERR_COMMENT_NOT_FINISHED, /* 45 */ enumerator
/external/libxml2/
Dparser.c4453 xmlFatalErrMsgStr(ctxt, XML_ERR_COMMENT_NOT_FINISHED, in xmlParseCommentComplex()
4472 xmlFatalErrMsgStr(ctxt, XML_ERR_COMMENT_NOT_FINISHED, in xmlParseCommentComplex()
4614 xmlFatalErrMsgStr(ctxt, XML_ERR_COMMENT_NOT_FINISHED, in xmlParseComment()
4618 xmlFatalErrMsgStr(ctxt, XML_ERR_COMMENT_NOT_FINISHED, in xmlParseComment()
DHTMLparser.c3080 htmlParseErr(ctxt, XML_ERR_COMMENT_NOT_FINISHED, in htmlParseComment()