Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nextCached

847     xmlSchemaIDCMatcherPtr nextCached; /* next in the cache list */
22335 matcher->nextCached = vctxt->idcMatcherCache;
23224 vctxt->idcMatcherCache = matcher->nextCached;
23225 matcher->nextCached = NULL;
27499 matcher = matcher->nextCached;