Lines Matching refs:interleaves
222 xmlHashTablePtr interleaves; /* keep track of all the interleaves */ member
4492 if (ctxt->interleaves == NULL) in xmlRelaxNGParseInterleave()
4493 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGParseInterleave()
4494 if (ctxt->interleaves == NULL) { in xmlRelaxNGParseInterleave()
4500 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST name, def) < 0) { in xmlRelaxNGParseInterleave()
5816 if (ctxt->interleaves == NULL) in xmlRelaxNGCheckCombine()
5817 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGCheckCombine()
5818 if (ctxt->interleaves == NULL) { in xmlRelaxNGCheckCombine()
5826 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) < in xmlRelaxNGCheckCombine()
5921 if (ctxt->interleaves == NULL) in xmlRelaxNGCombineStart()
5922 ctxt->interleaves = xmlHashCreate(10); in xmlRelaxNGCombineStart()
5923 if (ctxt->interleaves == NULL) { in xmlRelaxNGCombineStart()
5931 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST tmpname, cur) < in xmlRelaxNGCombineStart()
6832 if (ctxt->interleaves != NULL) in xmlRelaxNGFreeParserCtxt()
6833 xmlHashFree(ctxt->interleaves, NULL); in xmlRelaxNGFreeParserCtxt()
7550 if (ctxt->interleaves != NULL) { in xmlRelaxNGParse()
7551 xmlHashScan(ctxt->interleaves, in xmlRelaxNGParse()