Searched refs:XML_RELAXNG_CONTENT_ERROR (Results 1 – 1 of 1) sorted by relevance
99 XML_RELAXNG_CONTENT_ERROR = -1, enumerator6189 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) || in xmlRelaxNGGroupContentType()6190 (ct2 == XML_RELAXNG_CONTENT_ERROR)) in xmlRelaxNGGroupContentType()6191 return (XML_RELAXNG_CONTENT_ERROR); in xmlRelaxNGGroupContentType()6199 return (XML_RELAXNG_CONTENT_ERROR); in xmlRelaxNGGroupContentType()6215 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) || in xmlRelaxNGMaxContentType()6216 (ct2 == XML_RELAXNG_CONTENT_ERROR)) in xmlRelaxNGMaxContentType()6217 return (XML_RELAXNG_CONTENT_ERROR); in xmlRelaxNGMaxContentType()6327 if (ret == XML_RELAXNG_CONTENT_ERROR) { in xmlRelaxNGCheckRules()6533 if (tmp != XML_RELAXNG_CONTENT_ERROR) in xmlRelaxNGCheckRules()[all …]