Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1014 xmlSchemaIDCMatcherPtr idcMatcherCache; /* Cache for IDC matcher objects. */ member
22508 if (vctxt->idcMatcherCache != NULL) in xmlSchemaIDCReleaseMatcherList()
22509 matcher->nextCached = vctxt->idcMatcherCache; in xmlSchemaIDCReleaseMatcherList()
22510 vctxt->idcMatcherCache = matcher; in xmlSchemaIDCReleaseMatcherList()
23442 if (vctxt->idcMatcherCache != NULL) { in xmlSchemaIDCRegisterMatchers()
23446 matcher = vctxt->idcMatcherCache; in xmlSchemaIDCRegisterMatchers()
23447 vctxt->idcMatcherCache = matcher->nextCached; in xmlSchemaIDCRegisterMatchers()
27812 if (vctxt->idcMatcherCache != NULL) { in xmlSchemaClearValidCtxt()
27813 xmlSchemaIDCMatcherPtr matcher = vctxt->idcMatcherCache, tmp; in xmlSchemaClearValidCtxt()
27820 vctxt->idcMatcherCache = NULL; in xmlSchemaClearValidCtxt()