Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1004 xmlSchemaIDCMatcherPtr idcMatcherCache; /* Cache for IDC matcher objects. */ member
22264 if (vctxt->idcMatcherCache != NULL) in xmlSchemaIDCReleaseMatcherList()
22265 matcher->nextCached = vctxt->idcMatcherCache; in xmlSchemaIDCReleaseMatcherList()
22266 vctxt->idcMatcherCache = matcher; in xmlSchemaIDCReleaseMatcherList()
23149 if (vctxt->idcMatcherCache != NULL) { in xmlSchemaIDCRegisterMatchers()
23153 matcher = vctxt->idcMatcherCache; in xmlSchemaIDCRegisterMatchers()
23154 vctxt->idcMatcherCache = matcher->nextCached; in xmlSchemaIDCRegisterMatchers()
27416 if (vctxt->idcMatcherCache != NULL) { in xmlSchemaClearValidCtxt()
27417 xmlSchemaIDCMatcherPtr matcher = vctxt->idcMatcherCache, tmp; in xmlSchemaClearValidCtxt()
27424 vctxt->idcMatcherCache = NULL; in xmlSchemaClearValidCtxt()