Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c909 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
[all …]