Searched refs:interleaves (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A Drelaxng.c220 xmlHashTablePtr interleaves; /* keep track of all the interleaves */ member in struct:_xmlRelaxNGParserCtxt
4268 * by the interleaves, order the list of interleave definitions
4456 if (ctxt->interleaves == NULL)
4457 ctxt->interleaves = xmlHashCreate(10);
4458 if (ctxt->interleaves == NULL) {
4459 xmlRngPErrMemory(ctxt, "create interleaves\n");
4464 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST name, def) < 0) {
5705 if (ctxt->interleaves == NULL)
5706 ctxt->interleaves
[all...]

Completed in 42 milliseconds