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

/macosx-10.9.5/libxml2-26/libxml2/
H A Drelaxng.c222 xmlHashTablePtr interleaves; /* keep track of all the interleaves */ member in struct:_xmlRelaxNGParserCtxt
4303 * by the interleaves, order the list of interleave definitions
4491 if (ctxt->interleaves == NULL)
4492 ctxt->interleaves = xmlHashCreate(10);
4493 if (ctxt->interleaves == NULL) {
4494 xmlRngPErrMemory(ctxt, "create interleaves\n");
4499 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST name, def) < 0) {
5815 if (ctxt->interleaves == NULL)
5816 ctxt->interleaves
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Drelaxng.c221 xmlHashTablePtr interleaves; /* keep track of all the interleaves */ member in struct:_xmlRelaxNGParserCtxt
4302 * by the interleaves, order the list of interleave definitions
4490 if (ctxt->interleaves == NULL)
4491 ctxt->interleaves = xmlHashCreate(10);
4492 if (ctxt->interleaves == NULL) {
4493 xmlRngPErrMemory(ctxt, "create interleaves\n");
4498 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST name, def) < 0) {
5814 if (ctxt->interleaves == NULL)
5815 ctxt->interleaves
[all...]

Completed in 144 milliseconds