Lines Matching refs:interleaves
222 xmlHashTablePtr interleaves; /* keep track of all the interleaves */ member
4488 if (ctxt->interleaves == NULL) in xmlRelaxNGParseInterleave()
4489 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGParseInterleave()
4490 if (ctxt->interleaves == NULL) { in xmlRelaxNGParseInterleave()
4496 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST name, def) < 0) { in xmlRelaxNGParseInterleave()
5812 if (ctxt->interleaves == NULL) in xmlRelaxNGCheckCombine()
5813 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGCheckCombine()
5814 if (ctxt->interleaves == NULL) { in xmlRelaxNGCheckCombine()
5822 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) < in xmlRelaxNGCheckCombine()
5917 if (ctxt->interleaves == NULL) in xmlRelaxNGCombineStart()
5918 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGCombineStart()
5919 if (ctxt->interleaves == NULL) { in xmlRelaxNGCombineStart()
5927 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) < in xmlRelaxNGCombineStart()
6828 if (ctxt->interleaves != NULL) in xmlRelaxNGFreeParserCtxt()
6829 xmlHashFree(ctxt->interleaves, NULL); in xmlRelaxNGFreeParserCtxt()
7546 if (ctxt->interleaves != NULL) { in xmlRelaxNGParse()
7547 xmlHashScan(ctxt->interleaves, in xmlRelaxNGParse()