Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c898 xmlSchemaIDCMatcherPtr idcMatchers; /* the IDC matchers for the scope member
23205 if (vctxt->inode->idcMatchers != NULL) { in xmlSchemaIDCRegisterMatchers()
23280 vctxt->inode->idcMatchers = matcher; in xmlSchemaIDCRegisterMatchers()
23313 xmlSchemaIDCMatcherPtr matcher = ielem->idcMatchers; in xmlSchemaIDCFillNodeTables()
23801 matcher = vctxt->inode->idcMatchers; in xmlSchemaCheckCVCIDCKeyRef()
24057 if (ielem->idcMatchers != NULL) { in xmlSchemaClearElemInfo()
24062 xmlSchemaIDCReleaseMatcherList(vctxt, ielem->idcMatchers); in xmlSchemaClearElemInfo()
24064 xmlSchemaIDCFreeMatcherList(ielem->idcMatchers); in xmlSchemaClearElemInfo()
24066 ielem->idcMatchers = NULL; in xmlSchemaClearElemInfo()
26412 if ((inode->idcMatchers != NULL) && in xmlSchemaValidatorPopElem()