Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c906 xmlSchemaIDCMatcherPtr idcMatchers; /* the IDC matchers for the scope member
23234 if (vctxt->inode->idcMatchers != NULL) { in xmlSchemaIDCRegisterMatchers()
23309 vctxt->inode->idcMatchers = matcher; in xmlSchemaIDCRegisterMatchers()
23342 xmlSchemaIDCMatcherPtr matcher = ielem->idcMatchers; in xmlSchemaIDCFillNodeTables()
23830 matcher = vctxt->inode->idcMatchers; in xmlSchemaCheckCVCIDCKeyRef()
24086 if (ielem->idcMatchers != NULL) { in xmlSchemaClearElemInfo()
24091 xmlSchemaIDCReleaseMatcherList(vctxt, ielem->idcMatchers); in xmlSchemaClearElemInfo()
24093 xmlSchemaIDCFreeMatcherList(ielem->idcMatchers); in xmlSchemaClearElemInfo()
24095 ielem->idcMatchers = NULL; in xmlSchemaClearElemInfo()
26441 if ((inode->idcMatchers != NULL) && in xmlSchemaValidatorPopElem()