Home
last modified time | relevance | path

Searched refs:regexCtxt (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c908 xmlRegExecCtxtPtr regexCtxt; member
24104 if (ielem->regexCtxt != NULL) { in xmlSchemaClearElemInfo()
24105 xmlRegFreeExecCtxt(ielem->regexCtxt); in xmlSchemaClearElemInfo()
24106 ielem->regexCtxt = NULL; in xmlSchemaClearElemInfo()
26093 if (inode->regexCtxt == NULL) { in xmlSchemaValidatorPopElem()
26097 inode->regexCtxt = in xmlSchemaValidatorPopElem()
26100 if (inode->regexCtxt == NULL) { in xmlSchemaValidatorPopElem()
26128 xmlRegExecNextValues(inode->regexCtxt, in xmlSchemaValidatorPopElem()
26130 ret = xmlRegExecPushString(inode->regexCtxt, NULL, NULL); in xmlSchemaValidatorPopElem()
26620 xmlRegExecCtxtPtr regexCtxt; in xmlSchemaValidateChildElem() local
[all …]