Searched refs:choiceOrInterleave (Results 1 – 2 of 2) sorted by relevance
5728 int choiceOrInterleave = -1; in xmlRelaxNGCheckCombine() local5739 if (choiceOrInterleave == -1) in xmlRelaxNGCheckCombine()5740 choiceOrInterleave = 1; in xmlRelaxNGCheckCombine()5741 else if (choiceOrInterleave == 0) { in xmlRelaxNGCheckCombine()5747 if (choiceOrInterleave == -1) in xmlRelaxNGCheckCombine()5748 choiceOrInterleave = 0; in xmlRelaxNGCheckCombine()5749 else if (choiceOrInterleave == 1) { in xmlRelaxNGCheckCombine()5775 name, choiceOrInterleave); in xmlRelaxNGCheckCombine()5777 if (choiceOrInterleave == -1) in xmlRelaxNGCheckCombine()5778 choiceOrInterleave = 0; in xmlRelaxNGCheckCombine()[all …]