Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c5730 int choiceOrInterleave = -1; in xmlRelaxNGCheckCombine() local
5741 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 …]