Lines Matching refs:regexCtxt
909 xmlRegExecCtxtPtr regexCtxt; member
24291 if (ielem->regexCtxt != NULL) { in xmlSchemaClearElemInfo()
24292 xmlRegFreeExecCtxt(ielem->regexCtxt); in xmlSchemaClearElemInfo()
24293 ielem->regexCtxt = NULL; in xmlSchemaClearElemInfo()
26275 if (inode->regexCtxt == NULL) { in xmlSchemaValidatorPopElem()
26279 inode->regexCtxt = in xmlSchemaValidatorPopElem()
26282 if (inode->regexCtxt == NULL) { in xmlSchemaValidatorPopElem()
26310 xmlRegExecNextValues(inode->regexCtxt, in xmlSchemaValidatorPopElem()
26312 ret = xmlRegExecPushString(inode->regexCtxt, NULL, NULL); in xmlSchemaValidatorPopElem()
26802 xmlRegExecCtxtPtr regexCtxt; in xmlSchemaValidateChildElem() local
26823 regexCtxt = pielem->regexCtxt; in xmlSchemaValidateChildElem()
26824 if (regexCtxt == NULL) { in xmlSchemaValidateChildElem()
26828 regexCtxt = xmlRegNewExecCtxt(ptype->contModel, in xmlSchemaValidateChildElem()
26830 if (regexCtxt == NULL) { in xmlSchemaValidateChildElem()
26835 pielem->regexCtxt = regexCtxt; in xmlSchemaValidateChildElem()
26850 ret = xmlRegExecPushString2(regexCtxt, in xmlSchemaValidateChildElem()
26870 xmlRegExecErrInfo(regexCtxt, NULL, &nbval, &nbneg, in xmlSchemaValidateChildElem()