Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ct2

6181  * @ct2:  the second content type
6189 xmlRelaxNGContentType ct2)
6192 (ct2 == XML_RELAXNG_CONTENT_ERROR))
6195 return (ct2);
6196 if (ct2 == XML_RELAXNG_CONTENT_EMPTY)
6199 (ct2 == XML_RELAXNG_CONTENT_COMPLEX))
6207 * @ct2: the second content type
6215 xmlRelaxNGContentType ct2)
6218 (ct2 == XML_RELAXNG_CONTENT_ERROR))
6221 (ct2 == XML_RELAXNG_CONTENT_SIMPLE))
6224 (ct2 == XML_RELAXNG_CONTENT_COMPLEX))