Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c5841 xmlRelaxNGCheckCycles(xmlRelaxNGParserCtxtPtr ctxt, in xmlRelaxNGCheckCycles() function
5851 ret = xmlRelaxNGCheckCycles(ctxt, cur->content, depth); in xmlRelaxNGCheckCycles()
5860 ret = xmlRelaxNGCheckCycles(ctxt, cur->content, depth + 1); in xmlRelaxNGCheckCycles()
5862 ret = xmlRelaxNGCheckCycles(ctxt, cur->content, depth); in xmlRelaxNGCheckCycles()
6562 xmlRelaxNGCheckCycles(ctxt, schema->topgrammar->start, 0); in xmlRelaxNGParseDocument()