Lines Matching refs:ct1
6180 * @ct1: the first content type
6188 xmlRelaxNGGroupContentType(xmlRelaxNGContentType ct1,
6191 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) ||
6194 if (ct1 == XML_RELAXNG_CONTENT_EMPTY)
6197 return (ct1);
6198 if ((ct1 == XML_RELAXNG_CONTENT_COMPLEX) &&
6206 * @ct1: the first content type
6214 xmlRelaxNGMaxContentType(xmlRelaxNGContentType ct1,
6217 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) ||
6220 if ((ct1 == XML_RELAXNG_CONTENT_SIMPLE) ||
6223 if ((ct1 == XML_RELAXNG_CONTENT_COMPLEX) ||