UNBOUNDED 4175 third_party/libxml/src/xmlschemas.c if (elem->maxOccurs >= UNBOUNDED) UNBOUNDED 4312 third_party/libxml/src/xmlschemas.c if (particle->maxOccurs >= UNBOUNDED) UNBOUNDED 6007 third_party/libxml/src/xmlschemas.c if (max != UNBOUNDED) { UNBOUNDED 6015 third_party/libxml/src/xmlschemas.c return (UNBOUNDED); /* encoding it with -1 might be another option */ UNBOUNDED 6822 third_party/libxml/src/xmlschemas.c if (maxOccurs != UNBOUNDED) { UNBOUNDED 6907 third_party/libxml/src/xmlschemas.c max = xmlGetMaxOccurs(ctxt, node, 0, UNBOUNDED, 1, UNBOUNDED 8486 third_party/libxml/src/xmlschemas.c max = xmlGetMaxOccurs(ctxt, node, 0, UNBOUNDED, 1, "(xs:nonNegativeInteger | unbounded)"); UNBOUNDED 9352 third_party/libxml/src/xmlschemas.c max = xmlGetMaxOccurs(ctxt, node, 0, UNBOUNDED, 1, UNBOUNDED 11218 third_party/libxml/src/xmlschemas.c max = xmlGetMaxOccurs(ctxt, node, 0, UNBOUNDED, 1, UNBOUNDED 12609 third_party/libxml/src/xmlschemas.c int maxOccurs = particle->maxOccurs == UNBOUNDED ? UNBOUNDED 12610 third_party/libxml/src/xmlschemas.c UNBOUNDED : particle->maxOccurs - 1; UNBOUNDED 12674 third_party/libxml/src/xmlschemas.c } else if ((particle->maxOccurs >= UNBOUNDED) && UNBOUNDED 12684 third_party/libxml/src/xmlschemas.c int maxOccurs = particle->maxOccurs == UNBOUNDED ? UNBOUNDED 12685 third_party/libxml/src/xmlschemas.c UNBOUNDED : particle->maxOccurs - 1; UNBOUNDED 12782 third_party/libxml/src/xmlschemas.c particle->maxOccurs == UNBOUNDED ? UNBOUNDED : UNBOUNDED 12846 third_party/libxml/src/xmlschemas.c if (particle->maxOccurs >= UNBOUNDED) { UNBOUNDED 12856 third_party/libxml/src/xmlschemas.c particle->minOccurs - 1, UNBOUNDED); UNBOUNDED 12975 third_party/libxml/src/xmlschemas.c int maxOccurs = particle->maxOccurs == UNBOUNDED ? UNBOUNDED 12976 third_party/libxml/src/xmlschemas.c UNBOUNDED : particle->maxOccurs - 1; UNBOUNDED 14694 third_party/libxml/src/xmlschemas.c if (cur == UNBOUNDED) UNBOUNDED 14695 third_party/libxml/src/xmlschemas.c return (UNBOUNDED); UNBOUNDED 14715 third_party/libxml/src/xmlschemas.c if (cur == UNBOUNDED) UNBOUNDED 14716 third_party/libxml/src/xmlschemas.c return (UNBOUNDED); UNBOUNDED 14717 third_party/libxml/src/xmlschemas.c if ((cur > 0) && (particle->maxOccurs == UNBOUNDED)) UNBOUNDED 14718 third_party/libxml/src/xmlschemas.c return (UNBOUNDED); UNBOUNDED 16750 third_party/libxml/src/xmlschemas.c if ((bmax != UNBOUNDED) && UNBOUNDED 430 third_party/libxml/src/xmlschemastypes.c particle->maxOccurs = UNBOUNDED;