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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Drelaxng.c5831 * xmlRelaxNGCheckCycles:
5841 xmlRelaxNGCheckCycles(xmlRelaxNGParserCtxtPtr ctxt, function
5851 ret = xmlRelaxNGCheckCycles(ctxt, cur->content, depth);
5860 ret = xmlRelaxNGCheckCycles(ctxt, cur->content, depth + 1);
5862 ret = xmlRelaxNGCheckCycles(ctxt, cur->content, depth);
6560 xmlRelaxNGCheckCycles(ctxt, schema->topgrammar->start, 0);

Completed in 50 milliseconds