Home
last modified time | relevance | path

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

/third_party/libxml2/
Drelaxng.c140 XML_RELAXNG_CHOICE, /* a choice between non empty patterns */ enumerator
985 if ((define->data != NULL) && (define->type == XML_RELAXNG_CHOICE)) in xmlRelaxNGFreeDefine()
2075 case XML_RELAXNG_CHOICE: in xmlRelaxNGDefName()
2982 case XML_RELAXNG_CHOICE: in xmlRelaxNGIsCompilable()
3186 case XML_RELAXNG_CHOICE:{ in xmlRelaxNGCompile()
3317 case XML_RELAXNG_CHOICE: in xmlRelaxNGTryCompile()
3417 case XML_RELAXNG_CHOICE:{ in xmlRelaxNGIsNullable()
3951 if ((cur->type == XML_RELAXNG_CHOICE) || in xmlRelaxNGGenerateAttributes()
4052 } else if ((cur->type == XML_RELAXNG_CHOICE) || in xmlRelaxNGGetElements()
4117 if ((def == NULL) || (def->type != XML_RELAXNG_CHOICE)) in xmlRelaxNGCheckChoiceDeterminism()
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Drelaxng.c169 XML_RELAXNG_CHOICE, /* a choice between non empty patterns */ enumerator
1014 if ((define->data != NULL) && (define->type == XML_RELAXNG_CHOICE)) in xmlRelaxNGFreeDefine()
2104 case XML_RELAXNG_CHOICE: in xmlRelaxNGDefName()
3011 case XML_RELAXNG_CHOICE: in xmlRelaxNGIsCompileable()
3215 case XML_RELAXNG_CHOICE:{ in xmlRelaxNGCompile()
3346 case XML_RELAXNG_CHOICE: in xmlRelaxNGTryCompile()
3446 case XML_RELAXNG_CHOICE:{ in xmlRelaxNGIsNullable()
3979 if ((cur->type == XML_RELAXNG_CHOICE) || in xmlRelaxNGGenerateAttributes()
4080 } else if ((cur->type == XML_RELAXNG_CHOICE) || in xmlRelaxNGGetElements()
4145 if ((def == NULL) || (def->type != XML_RELAXNG_CHOICE)) in xmlRelaxNGCheckChoiceDeterminism()
[all …]