Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1005 xmlSchemaIDCMatcherPtr idcMatcherCache; /* Cache for IDC matcher objects. */ member
22377 if (vctxt->idcMatcherCache != NULL) in xmlSchemaIDCReleaseMatcherList()
22378 matcher->nextCached = vctxt->idcMatcherCache; in xmlSchemaIDCReleaseMatcherList()
22379 vctxt->idcMatcherCache = matcher; in xmlSchemaIDCReleaseMatcherList()
23262 if (vctxt->idcMatcherCache != NULL) { in xmlSchemaIDCRegisterMatchers()
23266 matcher = vctxt->idcMatcherCache; in xmlSchemaIDCRegisterMatchers()
23267 vctxt->idcMatcherCache = matcher->nextCached; in xmlSchemaIDCRegisterMatchers()
27581 if (vctxt->idcMatcherCache != NULL) { in xmlSchemaClearValidCtxt()
27582 xmlSchemaIDCMatcherPtr matcher = vctxt->idcMatcherCache, tmp; in xmlSchemaClearValidCtxt()
27589 vctxt->idcMatcherCache = NULL; in xmlSchemaClearValidCtxt()