Home | History | Annotate | Download | only in libxml2

Lines Matching refs:starts

141     XML_RELAXNG_START           /* Used to keep track of starts on grammars */
5846 xmlRelaxNGDefinePtr starts;
5852 starts = grammar->start;
5853 if ((starts == NULL) || (starts->next == NULL))
5855 cur = starts;
5909 cur = xmlRelaxNGNewDefine(ctxt, starts->node);
6605 * Apply 4.17 mergingd rules to defines and starts