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()
1367 if (elem->contModel != NULL) in xmlFreeElement()
1368 xmlRegFreeRegexp(elem->contModel); in xmlFreeElement()
5286 if (elemDecl->contModel == NULL) in xmlValidateElementContent()
5288 if (elemDecl->contModel == NULL) { in xmlValidateElementContent()
5293 if (!xmlRegexpIsDeterminist(elemDecl->contModel)) { in xmlValidateElementContent()
5299 exec = xmlRegNewExecCtxt(elemDecl->contModel, NULL, NULL); in xmlValidateElementContent()