Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemas.c1014 xmlSchemaIDCMatcherPtr idcMatcherCache; /* Cache for IDC matcher objects. */ member
22514 if (vctxt->idcMatcherCache != NULL) in xmlSchemaIDCReleaseMatcherList()
22515 matcher->nextCached = vctxt->idcMatcherCache; in xmlSchemaIDCReleaseMatcherList()
22516 vctxt->idcMatcherCache = matcher; in xmlSchemaIDCReleaseMatcherList()
23448 if (vctxt->idcMatcherCache != NULL) { in xmlSchemaIDCRegisterMatchers()
23452 matcher = vctxt->idcMatcherCache; in xmlSchemaIDCRegisterMatchers()
23453 vctxt->idcMatcherCache = matcher->nextCached; in xmlSchemaIDCRegisterMatchers()
27895 if (vctxt->idcMatcherCache != NULL) { in xmlSchemaClearValidCtxt()
27896 xmlSchemaIDCMatcherPtr matcher = vctxt->idcMatcherCache, tmp; in xmlSchemaClearValidCtxt()
27903 vctxt->idcMatcherCache = NULL; in xmlSchemaClearValidCtxt()