Searched refs:regexCtxt (Results 1 – 1 of 1) sorted by relevance
909 xmlRegExecCtxtPtr regexCtxt; member24291 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[all …]