Searched refs:choiceOrInterleave (Results 1 – 1 of 1) sorted by relevance
5730 int choiceOrInterleave = -1; in xmlRelaxNGCheckCombine() local5741 if (choiceOrInterleave == -1) in xmlRelaxNGCheckCombine()5742 choiceOrInterleave = 1; in xmlRelaxNGCheckCombine()5743 else if (choiceOrInterleave == 0) { in xmlRelaxNGCheckCombine()5749 if (choiceOrInterleave == -1) in xmlRelaxNGCheckCombine()5750 choiceOrInterleave = 0; in xmlRelaxNGCheckCombine()5751 else if (choiceOrInterleave == 1) { in xmlRelaxNGCheckCombine()5777 name, choiceOrInterleave); in xmlRelaxNGCheckCombine()5779 if (choiceOrInterleave == -1) in xmlRelaxNGCheckCombine()5780 choiceOrInterleave = 0; in xmlRelaxNGCheckCombine()[all …]