Lines Matching refs:contModel
301 if (elemDecl->contModel == NULL) in vstateVPush()
303 if (elemDecl->contModel != NULL) { in vstateVPush()
305 xmlRegNewExecCtxt(elemDecl->contModel, NULL, NULL); in vstateVPush()
822 if (elem->contModel != NULL) { in xmlValidBuildContentModel()
823 if (!xmlRegexpIsDeterminist(elem->contModel)) { in xmlValidBuildContentModel()
841 elem->contModel = xmlAutomataCompile(ctxt->am); in xmlValidBuildContentModel()
842 if (xmlRegexpIsDeterminist(elem->contModel) != 1) { in xmlValidBuildContentModel()
851 xmlRegexpPrint(stderr, elem->contModel); in xmlValidBuildContentModel()
1361 if (elem->contModel != NULL) in xmlFreeElement()
1362 xmlRegFreeRegexp(elem->contModel); in xmlFreeElement()
5247 if (elemDecl->contModel == NULL) in xmlValidateElementContent()
5249 if (elemDecl->contModel == NULL) { in xmlValidateElementContent()
5254 if (!xmlRegexpIsDeterminist(elemDecl->contModel)) { in xmlValidateElementContent()
5260 exec = xmlRegNewExecCtxt(elemDecl->contModel, NULL, NULL); in xmlValidateElementContent()