Lines Matching refs:contModel
170 xmlRegexpPtr contModel; /* a compiled content model if available */ member
992 if (define->contModel != NULL) in xmlRelaxNGFreeDefine()
993 xmlRegFreeRegexp(define->contModel); in xmlRelaxNGFreeDefine()
3061 def->contModel = xmlAutomataCompile(ctxt->am); in xmlRelaxNGCompile()
3092 def->contModel = xmlAutomataCompile(ctxt->am); in xmlRelaxNGCompile()
3093 if (!xmlRegexpIsDeterminist(def->contModel)) { in xmlRelaxNGCompile()
3102 xmlRegFreeRegexp(def->contModel); in xmlRelaxNGCompile()
3103 def->contModel = NULL; in xmlRelaxNGCompile()
8189 if (define->contModel == NULL) { in xmlRelaxNGValidateProgressiveCallback()
8202 exec = xmlRegNewExecCtxt(define->contModel, in xmlRelaxNGValidateProgressiveCallback()
8314 if (define->contModel == NULL) { in xmlRelaxNGValidatePushElement()
8318 exec = xmlRegNewExecCtxt(define->contModel, in xmlRelaxNGValidatePushElement()
9965 if (define->contModel != NULL) { in xmlRelaxNGValidateState()
9975 define->contModel, in xmlRelaxNGValidateState()