Searched refs:XML_RELAXNG_CONTENT_ERROR (Results 1 – 1 of 1) sorted by relevance
100 XML_RELAXNG_CONTENT_ERROR = -1, enumerator6221 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) || in xmlRelaxNGGroupContentType()6222 (ct2 == XML_RELAXNG_CONTENT_ERROR)) in xmlRelaxNGGroupContentType()6223 return (XML_RELAXNG_CONTENT_ERROR); in xmlRelaxNGGroupContentType()6231 return (XML_RELAXNG_CONTENT_ERROR); in xmlRelaxNGGroupContentType()6247 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) || in xmlRelaxNGMaxContentType()6248 (ct2 == XML_RELAXNG_CONTENT_ERROR)) in xmlRelaxNGMaxContentType()6249 return (XML_RELAXNG_CONTENT_ERROR); in xmlRelaxNGMaxContentType()6359 if (ret == XML_RELAXNG_CONTENT_ERROR) { in xmlRelaxNGCheckRules()6565 if (tmp != XML_RELAXNG_CONTENT_ERROR) in xmlRelaxNGCheckRules()[all …]