Lines Matching refs:ct1
6071 * @ct1: the first content type
6079 xmlRelaxNGGroupContentType(xmlRelaxNGContentType ct1,
6082 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) ||
6085 if (ct1 == XML_RELAXNG_CONTENT_EMPTY)
6088 return (ct1);
6089 if ((ct1 == XML_RELAXNG_CONTENT_COMPLEX) &&
6097 * @ct1: the first content type
6105 xmlRelaxNGMaxContentType(xmlRelaxNGContentType ct1,
6108 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) ||
6111 if ((ct1 == XML_RELAXNG_CONTENT_SIMPLE) ||
6114 if ((ct1 == XML_RELAXNG_CONTENT_COMPLEX) ||