Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1013 xmlSchemaIDCMatcherPtr idcMatcherCache; /* Cache for IDC matcher objects. */ member
22406 if (vctxt->idcMatcherCache != NULL) in xmlSchemaIDCReleaseMatcherList()
22407 matcher->nextCached = vctxt->idcMatcherCache; in xmlSchemaIDCReleaseMatcherList()
22408 vctxt->idcMatcherCache = matcher; in xmlSchemaIDCReleaseMatcherList()
23291 if (vctxt->idcMatcherCache != NULL) { in xmlSchemaIDCRegisterMatchers()
23295 matcher = vctxt->idcMatcherCache; in xmlSchemaIDCRegisterMatchers()
23296 vctxt->idcMatcherCache = matcher->nextCached; in xmlSchemaIDCRegisterMatchers()
27630 if (vctxt->idcMatcherCache != NULL) { in xmlSchemaClearValidCtxt()
27631 xmlSchemaIDCMatcherPtr matcher = vctxt->idcMatcherCache, tmp; in xmlSchemaClearValidCtxt()
27638 vctxt->idcMatcherCache = NULL; in xmlSchemaClearValidCtxt()