Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c900 xmlRegExecCtxtPtr regexCtxt; member
24075 if (ielem->regexCtxt != NULL) { in xmlSchemaClearElemInfo()
24076 xmlRegFreeExecCtxt(ielem->regexCtxt); in xmlSchemaClearElemInfo()
24077 ielem->regexCtxt = NULL; in xmlSchemaClearElemInfo()
26063 if (inode->regexCtxt == NULL) { in xmlSchemaValidatorPopElem()
26067 inode->regexCtxt = in xmlSchemaValidatorPopElem()
26071 if (inode->regexCtxt == NULL) { in xmlSchemaValidatorPopElem()
26099 xmlRegExecNextValues(inode->regexCtxt, in xmlSchemaValidatorPopElem()
26101 ret = xmlRegExecPushString(inode->regexCtxt, NULL, NULL); in xmlSchemaValidatorPopElem()
26591 xmlRegExecCtxtPtr regexCtxt; in xmlSchemaValidateChildElem() local
[all …]