Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c5758 int choiceOrInterleave = -1; in xmlRelaxNGCheckCombine() local
5769 if (choiceOrInterleave == -1) in xmlRelaxNGCheckCombine()
5770 choiceOrInterleave = 1; in xmlRelaxNGCheckCombine()
5771 else if (choiceOrInterleave == 0) { in xmlRelaxNGCheckCombine()
5777 if (choiceOrInterleave == -1) in xmlRelaxNGCheckCombine()
5778 choiceOrInterleave = 0; in xmlRelaxNGCheckCombine()
5779 else if (choiceOrInterleave == 1) { in xmlRelaxNGCheckCombine()
5805 name, choiceOrInterleave); in xmlRelaxNGCheckCombine()
5807 if (choiceOrInterleave == -1) in xmlRelaxNGCheckCombine()
5808 choiceOrInterleave = 0; in xmlRelaxNGCheckCombine()
[all …]