Searched refs:xmlRelaxNGCheckCycles (Results 1 – 1 of 1) sorted by relevance
5980 xmlRelaxNGCheckCycles(xmlRelaxNGParserCtxtPtr ctxt, in xmlRelaxNGCheckCycles() function5990 ret = xmlRelaxNGCheckCycles(ctxt, cur->content, depth); in xmlRelaxNGCheckCycles()5999 ret = xmlRelaxNGCheckCycles(ctxt, cur->content, depth + 1); in xmlRelaxNGCheckCycles()6001 ret = xmlRelaxNGCheckCycles(ctxt, cur->content, depth); in xmlRelaxNGCheckCycles()6719 xmlRelaxNGCheckCycles(ctxt, schema->topgrammar->start, 0); in xmlRelaxNGParseDocument()