Searched refs:XML_RELAXNG_CONTENT_ERROR (Results 1 – 1 of 1) sorted by relevance
99 XML_RELAXNG_CONTENT_ERROR = -1, enumerator6193 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) || in xmlRelaxNGGroupContentType()6194 (ct2 == XML_RELAXNG_CONTENT_ERROR)) in xmlRelaxNGGroupContentType()6195 return (XML_RELAXNG_CONTENT_ERROR); in xmlRelaxNGGroupContentType()6203 return (XML_RELAXNG_CONTENT_ERROR); in xmlRelaxNGGroupContentType()6219 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) || in xmlRelaxNGMaxContentType()6220 (ct2 == XML_RELAXNG_CONTENT_ERROR)) in xmlRelaxNGMaxContentType()6221 return (XML_RELAXNG_CONTENT_ERROR); in xmlRelaxNGMaxContentType()6331 if (ret == XML_RELAXNG_CONTENT_ERROR) { in xmlRelaxNGCheckRules()6537 if (tmp != XML_RELAXNG_CONTENT_ERROR) in xmlRelaxNGCheckRules()[all …]